<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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|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="3a1ed41e-8097-4024-b161-818a21802b84">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-13T00:00:00" End="2025-04-15T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|InfiniteSearch|supplier interation failed||Infinite|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|TravcoSearch|successfull supplier interation||Travco|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|DOTWSearch|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|HotelsProSearch|successfull supplier interation||HotelsPro|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2025-01-16T15:08:33.8074205+00:00" Version="0" EchoToken="Search" TransactionIdentifier="3a1ed41e-8097-4024-b161-818a21802b84" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="386.04" OriginalAmount="386.04">
      <BasicPropertyInfo Latitude="55.966603" Longitude="-3.181791" StarRating="3" HotelCode="130227|579525" HotelName="Edinburgh House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/04/2025" HotelFacility="Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90-92 Pilrig, Edinburgh, Midlothian EH6 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/187922/w_187922_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just off Leith Walk, in a quiet neighbourhood. A choice of entertainment (restaurants, pubs, nightclubs, cinema and theatre) is available within just 1.5 km of the hotel. Most of Edinburgh's popular attractions such as Princes Street Gardens, Holyrood Palace and the Botanic Gardens are easily accessible from the hotel. Access to bus transport can be found metres away, and Edinburgh Bus Station and Waverley Railway Station are around 2 km and 1.5 km away respectively. By public transport, guests are able to reach Edinburgh Castle in about 15 minutes, while Carlton Hill and Edinburgh Zoo are each roughly 30 minutes away. Edinburgh Airport is approximately 25 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="453" OriginalAmount="453">
      <BasicPropertyInfo Latitude="55.984184" Longitude="-3.405438" StarRating="3" HotelCode="159604|93383" HotelName="Premier Inn Edinburgh - South Queensferry" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/04/2025" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>Builyeon Road, South Queensferry, Edinburgh EH30 9YJ</AddressLine>
          </AddressLines>
          <CityName>Queensferry</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/f2/47/f2473e740e114b3088ffe3a08c04ba41ac1a1954.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="461" OriginalAmount="461">
      <BasicPropertyInfo Latitude="56.078954" Longitude="-3.398643" StarRating="3" HotelCode="152747|93576" HotelName="Premier Inn Dunfermline" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>4-12 Whimbrel Place, Fife Leisure Park, Dunfermline KY11 8EX</AddressLine>
          </AddressLines>
          <CityName>Dunfermline</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/5f/ff/5fff1cab5dd53612bb6d0a02016c8ce00dbe412c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="490" OriginalAmount="490">
      <BasicPropertyInfo Latitude="55.900609" Longitude="-3.233131" StarRating="2" HotelCode="82517|215513" HotelName="Travelodge Edinburgh Dreghorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Dreghorn Link, A720 City Bypass, Edinburgh, EH13 9QR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/111362/a_111362_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="501" OriginalAmount="501">
      <BasicPropertyInfo Latitude="55.9718527" Longitude="-3.161953175" StarRating="2.5" HotelCode="142823|58181" HotelName="Adelphi Private" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Links Gardens, Edinburgh, City of Edinburgh EH6 7JH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/348189/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="504" OriginalAmount="504">
      <BasicPropertyInfo Latitude="55.934764" Longitude="-3.317827" StarRating="3" HotelCode="263560|93392" HotelName="Premier Inn Edinburgh Park (Airport) Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Lochside Court, Edinburgh Park, Edinburgh EH12 9FX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/347730/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="530" OriginalAmount="530">
      <BasicPropertyInfo Latitude="55.925539" Longitude="-3.0341" StarRating="3" HotelCode="152757|93384" HotelName="Premier Inn Edinburgh A1 Musselburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/04/2025" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>Carberry Road, Inveresk, Musselburgh EH21 8PT</AddressLine>
          </AddressLines>
          <CityName>Musselburgh</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/342828/b40de38fe78a8359313a68756b0543e1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="542" OriginalAmount="542">
      <BasicPropertyInfo Latitude="55.935044" Longitude="-3.094777" StarRating="3" HotelCode="152759|93385" HotelName="Premier Inn Edinburgh A1 Newcraighall" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>91 Newcraighall Road, Newcraighall, Edinburgh EH21 8RX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/342830/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With free parking, a 24-hour front desk and traditional restaurant, this Premier Inn is next to Newcraighall Station. Edinburgh Fort Retail Park is just 500 metres away.

The colourful rooms at Premier Inn Edinburgh (Newcraighall) each have a flat-screen TV with satellite channels. All rooms have...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="554" OriginalAmount="554">
      <BasicPropertyInfo Latitude="56.060784362759" Longitude="-3.4369389803219" StarRating="3" HotelCode="114808|203834" HotelName="Pitbauchlie House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aberdour Road, Dunfermline KY11 4PB, Fife</AddressLine>
          </AddressLines>
          <CityName>Dunfermline</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/158333/a_158333_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dunfermline. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="563.20" OriginalAmount="563.20">
      <BasicPropertyInfo StarRating="3" HotelCode="|710306" HotelName="Edinburgh House Hotel" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/917532_foto_1.jpg</HotelPictures>
        <HotelDescription>The cosy hotel is situated in a quiet neighbourhood just of Leith Walk opposite a large park, spread over three floors and still retains many of the original period elements. Waverley Railway station and the city centre are both within 15 minutes walking from the hotel. Edinburgh Castle, Carlton Hill and the Zoo are easily reachable by public transport. The airport is approximately 25 km from the airport.This property is an ideal spot from which to discover Edinburgh and enjoy the town's attractions and activities..</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="564" OriginalAmount="564">
      <BasicPropertyInfo Latitude="55.88781221" Longitude="-3.09524926" StarRating="3" HotelCode="266001|93386" HotelName="Premier Inn Edinburgh A7 (Dalkeith)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>Melville Dykes Road, Dalkeith, Midlothian EH18 1AN</AddressLine>
          </AddressLines>
          <CityName>Dalkeith</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/613350/201973192439781.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="564" OriginalAmount="564">
      <BasicPropertyInfo Latitude="55.946427" Longitude="-3.13708" StarRating="3" HotelCode="152760|93390" HotelName="Premier Inn Edinburgh East" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>228 Willowbrae Road, Edinburgh EH8 7NG, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/342831/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Con aparcamiento privado gratuito, este Premier Inn está en una ruta principal de autobuses, con excelente acceso directo al centro de la ciudad de Edimburgo. El restaurante Beefeater del hotel tiene un variado menú de parrilla.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="581" OriginalAmount="581">
      <BasicPropertyInfo Latitude="56.079376" Longitude="-3.411883" StarRating="3" HotelCode="55688|22388" HotelName="Holiday Inn Express Dunfermline" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Halbeath, Dunfermline, Fife KY11 8DY</AddressLine>
          </AddressLines>
          <CityName>Dunfermline</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/05/052655/052655a_hb_a_037.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys a beautiful location directly beside the famous Lauder College and a business centre, near the M90 motorway. The centre of Dunfermline with its many shops and entertainment venues is some 30 minutes walk away. The city of Edinburgh lies approximately 35 minutes drive from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="632" OriginalAmount="632">
      <BasicPropertyInfo Latitude="55.950659587454" Longitude="-3.2224327325821" StarRating="3" HotelCode="49323|38625" HotelName="Britannia Edinburgh Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Belford Road, Edinburgh EH4 3DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/34547/a_34547_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on the banks of the Water of Leith in a quiet secluded area. The hotel does, however, lie close to the cosmopolitan city centre and thus offers the best of both worlds. The Forth Road Bridge and both of Edinburgh's main railway stations are only a short drive away and many of the city's local attractions, including the Dean Gallery and Princes Street, are just minutes' walk from the hotel. Edinburgh Castle and Murrayfield rugby stadium are both within 20 minutes' walk and the centre of town is just a 15-minute walk away. Edinburgh Airport is 16 km from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="632" OriginalAmount="632">
      <BasicPropertyInfo Latitude="55.937553" Longitude="-3.319428" StarRating="2" HotelCode="298479|201305" HotelName="ibis budget Edinburgh Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Edinburgh Business Park, 6 Lochside View, Edinburgh EH12 9DH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/406697/a_406697_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="638.09" OriginalAmount="638.09">
      <BasicPropertyInfo Latitude="55.92206853681" Longitude="-3.1482267379761" StarRating="3" HotelCode="56439|11d667" HotelName="Arden Guest House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Old Dalkeith Road, Edinburgh EH16 4SD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/73112/a_73112_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in a tranquil location a few minutes walk from the nearest public transport stop. Plenty of restaurants and bars are located in the hotel's vicinity, around 1 km away, while a train station, and the tourist and city centre are all located some 4 km away. The centre of Edinburgh is a great place for those seeking theatre and venues for comedy and live music.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="638.44" OriginalAmount="638.44">
      <BasicPropertyInfo StarRating="0" HotelCode="0|991685" HotelName="BRITANNIA HOTEL EDINBURGH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>69 Belford Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/99/991685/gwl4wC8t_76a3aada5037c470b8386f08329e8e4a.jpg</HotelPictures>
        <HotelDescription>Location
This city hotel is situated on the banks of the Water of Leith in a quiet secluded area. The hotel does, however, lie close to the cosmopolitan city centre and thus offers the best of both worlds. The Forth Road Bridge and both of Edinburgh&amp;#039;s main railway stations are only a short drive away and many of the city&amp;#039;s local attractions, including the Dean Gallery and Princes Street, are just minutes&amp;#039; walk from the hotel. Edinburgh Castle and Murrayfield rugby stadium are both within 20 minutes&amp;#039; walk and the centre of town is just a 15-minute walk away. Edinburgh Airport is approximately 10 km from the accommodation.
Rooms
All accommodation units feature central heating and a bathroom. Bathrooms with wheelchair access can also be booked. The rooms offer a range of amenities, including tea and coffee making equipment. Each accommodation unit offers internet access, a telephone, and a television. Each of the bathrooms features a shower, a bathtub and a hairdryer.
Meals
The establishment offers bookable meals and board options for breakfast, dinner and B &amp;amp; B.
Amenities
The establishment comprises a total of 178 accommodation units. Guests of the establishment are welcomed in the lobby, which has a 24-hour reception and a 24-hour check-out service. Services and facilities at the hotel include a safe, a restaurant, and a bar. Parking facilities available to guests include a garage and a car park.&lt;br/&gt;The BRITANNIA HOTEL EDINBURGH is a Tourist hotel. Located in Edinburgh area. The nightlife/restaurants are easily accessible by taxi or bus from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="655" OriginalAmount="655">
      <BasicPropertyInfo Latitude="55.641177" Longitude="-3.121086" StarRating="4" HotelCode="32184|38583" HotelName="Macdonald Cardrona Hotel, Golf &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cardrona, Near Edinburgh, Peebles EH45 8NE</AddressLine>
          </AddressLines>
          <CityName>Peebles</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51226/a_51226_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel lies in a valley of the well-known River Tweed, in a mountainous area of the Scottish Borders and roughly 5 km from the small town of Peebles with its shopping and entertainment venues. The hotel lies 6 km from links to the public transport network (6 km), whilst the wonderful city of Edinburgh is 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="666.84" OriginalAmount="666.84">
      <BasicPropertyInfo Latitude="55.933232" Longitude="-3.173335" StarRating="4" HotelCode="903177|1903875" HotelName="The Allison House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/04/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Mayfield Gardens, Edinburgh EH9 2AX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/350224/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="696.00" OriginalAmount="696.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|710356" HotelName="Britannia Edinburgh" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/900012_foto_1.jpg</HotelPictures>
        <HotelDescription>Este encantador y precioso hotel estandaacute; situado a orillas del Water of Leith y a solo 10 minutos a pie de la Dean Gallery y Princes Street. Ademandaacute;s, se encuentra a poca distancia en coche de la estaciandoacute;n de tren de Edimburgo Haymarket y tiene fandaacute;cil acceso a muchas de las atracciones locales de la ciudad. El hotel dispone de candoacute;modas habitaciones equipadas con una amplia gama de instalaciones modernas, como menaje para preparar cafandeacute; y tandeacute; y televisiandoacute;n, que garantizarandaacute;n a sus huandeacute;spedes una estancia agradable y placentera. Los visitantes podrandaacute;n reunirse con sus amigos en el bar del hotel y disfrutar de una deliciosa comida en su agradable restaurante. Ademandaacute;s, tendrandaacute;n a su disposiciandoacute;n plazas de aparcamiento y acceso gratuito a internet para asandiacute; mantenerse actualizados.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="696" OriginalAmount="696">
      <BasicPropertyInfo Latitude="55.982714" Longitude="-3.195525" StarRating="3" HotelCode="152758|93391" HotelName="Premier Inn Edinburgh Leith Waterfront" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Newhaven Place, Leith, Edinburgh EH6 4TX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/1b/c7/1bc76b05a633fc9a9391182a73a4c8ad8571b075.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Slumber by the sea at the Premier Inn Hotel Edinburgh Leith Waterfront. In a prime harbour location, you&amp;apos;re still within easy reach of all the attractions of the historic city centre. And if you&amp;apos;re here to work, we&amp;apos;re close to key business destinations like the Scottish Parliament,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="712" OriginalAmount="712">
      <BasicPropertyInfo Latitude="55.978847" Longitude="-3.179459" StarRating="3" HotelCode="25124|4178" HotelName="Holiday Inn Express Waterfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Britannia Way/Ocean Drive, Leith, EH6 6JJ Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36547/a_36547_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is located by the historical harbour of Leith near the 'Ocean Terminal', Edinburgh's newest leisure and shopping destination, as well as the 'Scottish Executive', the 'Royal Yacht Britannia' and many trendy restaurants, bars and boutique stores. Guests can explore Edinburgh's city centre attractions which are less than 2 km and can be reached by the frequent bus service that departs from the front of the hotel every 15 minutes. Edinburgh International Airport is only 15 km away and the hotel can be reached in 30 minutes by taxi or 45 minutes via a public bus service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="724.00" OriginalAmount="724.00">
      <BasicPropertyInfo Latitude="55.898536" Longitude="-3.531017" StarRating="2.5" HotelCode="903381|4306325" HotelName="Livingston Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 07/04/2025" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Hawkbrae, Ladywell West, Livingston, West Lothian EH54 6TW</AddressLine>
          </AddressLines>
          <CityName>Livingston</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/350308/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Livingston (West Lothian), D Luxe Hotel is convenient to Almondvale Stadium and Livingston Designer Outlet. This hotel is within the vicinity of Edinburgh International Climbing Arena Ratho and Linlithgow Palace.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 13 guestrooms. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Bathrooms have showers and hair dryers. Conveniences include desks and separate sitting areas, and you can also request irons/ironing boards.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Take advantage of recreation opportunities such as a nightclub, or other amenities including complimentary wireless Internet access and an arcade/game room.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Enjoy a satisfying meal at a restaurant serving guests of D Luxe Hotel. Quench your thirst with your favorite drink at a bar/lounge.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include a safe deposit box at the front desk and ATM/banking services. This hotel has 3 meeting rooms available for events.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="727.44" OriginalAmount="727.44">
      <BasicPropertyInfo Latitude="55.93208805" Longitude="-3.17266393" StarRating="4" HotelCode="432983|1745878" HotelName="Auld Reekie Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/04/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>16 Mayfield Gardens, EH9 2BZ Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/595587/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="733" OriginalAmount="733">
      <BasicPropertyInfo Latitude="55.943634" Longitude="-3.374916" StarRating="3" HotelCode="16298|30669" HotelName="Holiday Inn Express Edinburgh Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>101 Ingliston Road, Edinburgh EH28 8AU, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19574/a_19574_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located at Edinburgh International Airport, only 2 minutes away by courtesy minibus. Links to the public transport network are to be found around 500 m from the hotel. The historical centre of Edinburgh with its well-known shops and further transport connections lies around 25 minutes away. Furthermore, the hotel is situated close to the motorway network of the M8 and M9 that links guests to the world famous sights of Scotland.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="734.28" OriginalAmount="734.28">
      <BasicPropertyInfo StarRating="3" HotelCode="|824353" HotelName="MERCURE LIVINGSTON" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/903862_foto_1.jpg</HotelPictures>
        <HotelDescription>The hotel has conference and extensive leisure facilities. (GH0109)</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="735" OriginalAmount="735">
      <BasicPropertyInfo Latitude="55.982355" Longitude="-3.400434" StarRating="4" HotelCode="23151|456987" HotelName="Dakota Hotel Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferrymuir Retail Park 11, South Queensferry, Edinburgh EH30 9QZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/337980/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="742" OriginalAmount="742">
      <BasicPropertyInfo Latitude="55.917126" Longitude="-3.212686" StarRating="3" HotelCode="114331|56035" HotelName="Best Western  Edinburgh South Braid Hills Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 Braid Road, Edinburgh, Lothian EH10 6JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/157822/a_157822_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within a very close distance of the city centre, retaining a secluded and peaceful setting. Edinburgh Airport is situated at a distance of approximately 13 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="750" OriginalAmount="750">
      <BasicPropertyInfo Latitude="55.94616" Longitude="-3.223103" StarRating="3" HotelCode="326333|8234" HotelName="Apex Haymarket Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Haymarket Terrace, Edinburgh EH12 5LQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46370/a_46370_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in Edinburgh's business district in the ""West End"" of the city. There are scores of restaurants, bars and clubs in the surrounding area. There are also copious shops and nightclubs in the surrounding area. It is 5 km to the nearest golf course and public transport leaves from directly in front of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="751.60" OriginalAmount="751.60">
      <BasicPropertyInfo Latitude="55.928067697292" Longitude="-3.1682384117842" StarRating="3" HotelCode="901382|289600" HotelName="Northumberland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/04/2025" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Craigmillar Park, Edinburgh, Mid Lothian EH16 5PE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/28/289600/289600a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="754" OriginalAmount="754">
      <BasicPropertyInfo Latitude="55.94388466" Longitude="-3.36360118" StarRating="4" HotelCode="796863|371639" HotelName="Moxy Edinburgh Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Fairview Road, Edinburgh EH28 8AP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/649865/649865a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="756" OriginalAmount="756">
      <BasicPropertyInfo Latitude="55.94963535545" Longitude="-3.2088768482208" StarRating="3" HotelCode="141072|204099" HotelName="Cityroomz Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>25 - 33 Shandwick Place, Edinburgh EH2 4RG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/201842/a_201842_B1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city centre, only minutes away from Edinburgh's main attractions and the famous Princes Street.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="758" OriginalAmount="758">
      <BasicPropertyInfo Latitude="55.94610438" Longitude="-3.21027277" StarRating="3" HotelCode="966149|402580" HotelName="Point A Hotel Edinburgh Haymarket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 Morrison Street, Edinburgh EH3 8EB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/1/1/2/6/8/6/6/4/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="771.32" OriginalAmount="771.32">
      <BasicPropertyInfo Latitude="55.940041" Longitude="-3.312356" StarRating="4" HotelCode="31829|103e68" HotelName="Marriott Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Glasgow Road, Edinburgh EH12 8NF, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50791/a_50791_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Edinburgh just a stone's throw from links to the public transport network. The airport is 3 km away and the nearest ski resort is 10 km from the hotel. It is 12 km to the nearest beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="775" OriginalAmount="775">
      <BasicPropertyInfo Latitude="55.945549" Longitude="-3.243497" StarRating="3" HotelCode="337463|6971" HotelName="Murrayfield Hotel &amp; Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Corstorphine Road, Murrayfield, Edinburgh EH12 6HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56231/a_56231_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Corstophine Road area in the same neighbourhood as Murrayfield Rugby Stadium (around 2 min away) and in close proximity to Edinburgh Zoo. The city centre is a 5-minute drive from the hotel and there is direct bus access into the centre. Edinburgh International airport is around 10 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="778" OriginalAmount="778">
      <BasicPropertyInfo Latitude="55.955900467928" Longitude="-3.2430052757263" StarRating="3" HotelCode="29493|15198" HotelName="Holiday Inn Edinburgh City - West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Queensferry Road, Edinburgh, Scotland EH4 3HL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47200/a_47200_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 2 km from the inner city, this hotel enjoys fabulous views out over Edinburgh Castle. It is just 3 km to links to the public transport system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="779.84" OriginalAmount="779.84">
      <BasicPropertyInfo Latitude="55.942576128332" Longitude="-3.2670700550079" StarRating="4" HotelCode="316789|113672" HotelName="Holiday Inn Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Corstorphine Road, Edinburgh EH12 6UA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/31709/a_31709_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The pleasant city hotel enjoys a peaceful inner city location within a short distance of Edinburgh Zoo and some 10 minutes from the city centre. There are many shopping venues as well as countless bars, restaurants and nightclubs to be found in the surrounding area (within 4 km of the hotel) and the main train station is also just 4 km away. Links to the public transport network can easily be reached on foot and transfer to the airport takes about 25 minutes. It is some 9 km to the seaside and the nearest ski area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="787" OriginalAmount="787">
      <BasicPropertyInfo Latitude="55.954493946124" Longitude="-3.1999130020657" StarRating="3" HotelCode="199839|31244" HotelName="Travelodge Edinburgh Central Queen Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-31 Queen Street, Edinburgh EH2 1JX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/285131/a_285131_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="788.92" OriginalAmount="788.92">
      <BasicPropertyInfo Latitude="55.944868" Longitude="-3.199993" StarRating="3" HotelCode="60480|580965" HotelName="Premier Inn Edinburgh Central Lauriston Place" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>82 Lauriston Place, Edinburgh EH3 9DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/78288/a_78288_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Due to its central location on Lauriston Place, the hotel is only a few minutes on foot from Princes Street and the many and varied sights of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="792" OriginalAmount="792">
      <BasicPropertyInfo Latitude="55.955763" Longitude="-3.279525" StarRating="3" HotelCode="33819|55246" HotelName="Leonardo Hotel Edinburgh Murrayfield" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>187 Clermiston Road, Edinburgh EH12 6UG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/53743/a_53743_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of the seven hills in Edinburgh, close to the airport and only 8 km from the city centre, with convenient public transport links just 40 metres from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="794" OriginalAmount="794">
      <BasicPropertyInfo Latitude="55.904058297489" Longitude="-3.3706243240814" StarRating="4" HotelCode="29963|32178" HotelName="Dalmahoy Hotel &amp; Country Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kirknewton, Edinburgh EH27 8EB, Scotland</AddressLine>
          </AddressLines>
          <CityName>Kirknewton</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/48225/a_48225_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is surrounded by expansive parkland, directly at the foot of the Pentland Hills. This location offers the possibility to combine the peace of Scotland's countryside with the various places of interest offered in Edinburgh. The closest links to the public transport network can be reached within 1 km of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="810" OriginalAmount="810">
      <BasicPropertyInfo Latitude="55.967788605767" Longitude="-3.2347146280617" StarRating="4" HotelCode="311045|63826" HotelName="Village Hotels Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Crewe Road South, Edinburgh EH4 2NY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/425263/a_425263_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="827" OriginalAmount="827">
      <BasicPropertyInfo Latitude="55.926498819182" Longitude="-3.3111964166164" StarRating="4" HotelCode="74780|26509" HotelName="Novotel Edinburgh Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Lochside Avenue, Hermiston Gait Retail Park, Edinburgh EH12 9DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/101937/a_101937_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 300 m from Edinburgh Park railway station, just minutes from the city’s business park. Guests can reach the city centre with Edinburgh Castle in about 15 minutes via public transport. The hotel is only 5 km from Edinburgh Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="836" OriginalAmount="836">
      <BasicPropertyInfo Latitude="55.651429920173" Longitude="-3.1859581968948" StarRating="3" HotelCode="37926|206530" HotelName="The Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Golf,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Innerleithen Road, Peebles, Scotland EH45 8BA</AddressLine>
          </AddressLines>
          <CityName>Peebles</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/02/022890/022890a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Peebles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="851.36" OriginalAmount="851.36">
      <BasicPropertyInfo Latitude="55.958427" Longitude="-3.182341" StarRating="2" HotelCode="18271|24878" HotelName="The Cairn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/04/2025" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-18 Windsor Street, Edinburgh EH7 5JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22703/a_22703_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Edinburgh's lively theatre district, just a few minutes on foot from the town centre. Edinburgh's main station (Waverley Station) is only some 10 minutes away on foot. Further links to the public transport network (bus and train), shops, restaurants, bars and pubs in the city centre are approximately 500 m away. The nearest nightclub is around 1 km from the hotel. The sea and some wonderful beaches are about 5 km away and are a good destination for a day trip. Edinburgh airport is some 12 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="858" OriginalAmount="858">
      <BasicPropertyInfo Latitude="55.956784890393" Longitude="-3.1786268949509" StarRating="4" HotelCode="17007|2009" HotelName="Crowne Plaza Edinburgh Royal Terrace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Royal Terrace, Edinburgh EH7 5AQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20731/a_20731_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Forming part of a prestigious Georgian Terrace, the hotel has a prime city centre location within easy walking distance of all major business districts and city attractions. It is a 5-minute walk from Waverley Train station, and easily accessible by road to and from Edinburgh International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="863.24" OriginalAmount="863.24">
      <BasicPropertyInfo Latitude="55.90870233" Longitude="-3.26767436" StarRating="3.5" HotelCode="566487|816502" HotelName="Spylaw Bank House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/04/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Spylaw Avenue, Colinton, c EH13 0LR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/736294/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="864" OriginalAmount="864">
      <BasicPropertyInfo Latitude="55.943853" Longitude="-3.359998" StarRating="4" HotelCode="32868|32325" HotelName="DoubleTree by Hilton Hotel Edinburgh Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="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>100 Eastfield Road, Edinburgh International Airport, Edinburgh EH28 8LL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/52183/a_52183_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly beside Edinburgh Airport. The centre of the city with its many tourist attractions may be easily reached using public transport. Both the M8 and M9 are located nearby, whilst links to the public transport network are only 50 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="865" OriginalAmount="865">
      <BasicPropertyInfo Latitude="56.058446123238" Longitude="-3.5011176213264" StarRating="4" HotelCode="25519|203838" HotelName="Best Western Plus Keavil House Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Country House,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 08/04/2025" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Crossford, Dunfermline, Fife KY12 8NN</AddressLine>
          </AddressLines>
          <CityName>Dunfermline</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/37207/a_37207_H2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a quiet location in the village of Crossford, 3 km west of Scotland's ancient capital of Dunfermline. It is still convieniently close to Edinburgh (30 minutes by car) and is situated 5 minutes from junction 1 of the M90 motorway. The hotel's location in south Fife, close to Edinburgh and the motorway network, makes this an ideal venue for staying in the Dunfermline or Edinburgh area on business or leisure. Guests will find links to the public transport network only a 5-minute walk away in Crossford, and restaurants, pubs, shops and nightspots in Dunfermline. The train station is a 10-minute drive away in Inverkeithing and in the vicinity of the hotel guests will find a number of tourist attractions including Dunfermline Abbey (5 minutes' drive), Deep Sea World (10 minutes by car) and the Wallace Monument and Stirling Castle (both a 40-minute drive).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="867" OriginalAmount="867">
      <BasicPropertyInfo Latitude="55.94481485" Longitude="-3.36322171" StarRating="3" HotelCode="864185|340552" HotelName="Hampton by Hilton Edinburgh Airport" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Almond Avenue, Ingliston, Edinburgh EH12 9GN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/986768/w_986768_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="867" OriginalAmount="867">
      <BasicPropertyInfo Latitude="55.977919426679" Longitude="-3.1685954332352" StarRating="4" HotelCode="316791|17305" HotelName="Malmaison" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference 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>1 Tower Place, Edinburgh EH6 7BZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/31710/a_31710_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This award-winning, stylish hotel is situated at the waterfront of the Port of Leith. The Ocean Terminal, Edinburgh's new commercial centre, is also the home of the royal yacht HMS Britannica. The Scottish Executive and a wonderful selection of boutiques and restaurants are just a few metres away, making the perfect place to stay for business travellers and holidaymakers alike. Princes Street and the historic heart of the city are just 5 minutes away by bus (connections every 15 minutes).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="880.00" OriginalAmount="880.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|B3C901" HotelName="Yotel Edinburgh" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2545073_foto_1.jpg</HotelPictures>
        <HotelDescription />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="882" OriginalAmount="882">
      <BasicPropertyInfo Latitude="55.9468605" Longitude="-3.2175945" StarRating="3" HotelCode="37503|57610" HotelName="Ritz Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14-16 Grosvenor Street, Edinburgh EH12 5EG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/02/024396/024396a_hb_a_003.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="884.00" OriginalAmount="884.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|676438" HotelName="HOLIDAY INN EDINBURGH CITY WEST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/958467_foto_1.jpg</HotelPictures>
        <HotelDescription>This 3 star hotel is located within the city of Edinburgh and was established in 1970. It is a short drive away from the Edinburgh Castle and the nearest station is Edinburgh Waverley. The Hotel has a restaurant, a bar, a conference room and a coffee shop. All 101 rooms are equipped with hairdryer and air conditioning.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="888" OriginalAmount="888">
      <BasicPropertyInfo Latitude="55.956791950269" Longitude="-3.1894013725329" StarRating="3" HotelCode="464787|227147" HotelName="Premier Inn Edinburgh City Centre (York Place)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>44 York Place, Edinburgh, Scotland EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/628275/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="897" OriginalAmount="897">
      <BasicPropertyInfo Latitude="55.945584" Longitude="-3.214002" StarRating="4" HotelCode="36963|15243" HotelName="Premier Inn Edinburgh City Centre Haymarket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Morrison Link, Edinburgh EH3 8DN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60665/a_60665_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the historical heart of Edinburgh, right next door to Haymarket station and a vast array of cafés, bars and restaurants. Business travelers can benefit from its proximity to the Edinburgh International Conference Centre, which is only 4 minutes away on foot. Discover the numerous sights and events in this lively city: Edinburgh Castle, one of Scotland’s most significant landmarks; Edinburgh Zoo and Murrayfield Stadium; Edinburgh Festival Fringe in the summer; Hogmanay new year festival and much more.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="899" OriginalAmount="899">
      <BasicPropertyInfo Latitude="55.91143258" Longitude="-3.31584723" StarRating="4" HotelCode="571979|246762" HotelName="Courtyard Edinburgh West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2 Research Avenue South, The Avenue, Heriot-Watt University, Edinburgh EH14 4BA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/606541/606541a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="901.60" OriginalAmount="901.60">
      <BasicPropertyInfo Latitude="56.012889" Longitude="-3.4049396588955" StarRating="3" HotelCode="55345|CAP165500" HotelName="The DoubleTree by Hilton Edinburgh - Queensferry Crossing" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 09/04/2025" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Saint Margarets Head, North Queensferry  KY11 1HP</AddressLine>
          </AddressLines>
          <CityName>North Queensferry</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/71706/a_71706_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish hotel is surrounded by a lovely garden area on the north side of the famous Firth of Forth Bridge and affords a wonderful view of it. The hotel also enjoys good connections to the M90 motorway. Edinburgh airport is some 19 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="903.92" OriginalAmount="903.92">
      <BasicPropertyInfo Latitude="55.949722" Longitude="-3.183804" StarRating="2" HotelCode="36964|22522" HotelName="Travelodge Edinburgh Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/04/2025" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 St. Mary's Street, Edinburgh EH1 1TA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60666/a_60666_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh just 50 m from links to the public transport network. Restaurants and bars are to be found 100 m away; shopping venues lie about 200 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="918.00" OriginalAmount="918.00">
      <BasicPropertyInfo Latitude="55.94927" Longitude="-3.185884" StarRating="4.5" HotelCode="61564|smart_city_hostels_edinburgh" HotelName="Safestay Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 Blackfriars Street, Edinburgh EH1 1NE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/79621/a_79621_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is located on Edinburgh's historic “Royal Mile”, just a few minutes’ walk from Waverley railway station and the airport link bus stop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="928.00" OriginalAmount="928.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|710365" HotelName="Holiday Inn Express Edinburgh - Leith Waterfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/905618_foto_1.jpg</HotelPictures>
        <HotelDescription>Moderno hotel en Edimburgo con wifi, estacionamiento y desayuno caliente incluidosEl Holiday Inn Expressandreg; Edinburgh-Waterfront estandaacute; situado a 3 km del centro de Edimburgo en Leith, zona portuaria de la ciudad, y dispone de estacionamiento gratuito. Se encuentra junto al centro comercial Ocean Terminal, a 5 min andando del Royal Yacht Britannia y muy cerca del autobanduacute;s que lleva al centro urbano. La estaciandoacute;n de tren de Edinburgh Waverley estandaacute; a 4 km, y el aeropuerto internacional de Edimburgo (EDI) a 25 min en coche del hotel. Las antiguas murallas del castillo de Edimburgo estandaacute;n a solo 5 km del hotel, y el palacio de Holyroodhouse estandaacute; a un paso caminando por la concurrida Royal Mile. Admira las plantas exandoacute;ticas del Real Jardandiacute;n Botandaacute;nico, a 3 km del hotel, o sube a la cima de Arthur's Seat en Holyrood Park para disfrutar de unas impresionantes vistas de la ciudad. Usa el wifi incluido del hotel para mantenerte al dandiacute;a y conectarte con tus compaandntilde;eros de trabajo en el bar del hotel. El hotel estandaacute; a 25 min en coche del Edinburgh International Conference Centre, y muy cerca de la sede de compaandntilde;andiacute;as y centros de negocios de la ciudad. El bufandeacute; de desayuno Express Start diario, con beicon, huevos revueltos, salchichas, alubias, cereales, fruta y yogur, estandaacute; incluido en el precio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="931" OriginalAmount="931">
      <BasicPropertyInfo Latitude="55.944543" Longitude="-3.095752" StarRating="3" HotelCode="38271|55251" HotelName="Best Western Kings Manor Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Milton Road East, Edinburgh EH15 2NP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/63220/a_63220_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located in the east of Edinburgh, around 15 minutes away from the centre. A wide selection of shopping and entertainment venues are all located in the neighbourhood. Portobello beach is only a short walk away and public transport is located just in front of the hotel. In addition, the airport is roughly 20 minutes away from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="932.74" OriginalAmount="932.74">
      <BasicPropertyInfo Latitude="55.948134250945" Longitude="-3.1900128722191" StarRating="3" HotelCode="36431|10e8a2" HotelName="Stay Central Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Diet Meals,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>139 Cowgate, Edinburgh EH1 1JS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59684/a_59684_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Old Town, just steps from the Royal Mile, Princes Street and the theatre district in the heart of the city. About 100 m away, guests will find bars, nightspots and restaurants as well as links to the public transport network. It is some 500 m to Meadow Park, about 700 m to Edinburgh Waverly Railway Station and some 750 m to Edinburgh Castle. The tourist centre is roughly 850 m away, as are the Princes Street shops. Within a 1.5 km walking distance guests will find Holyroodhouse Palace, Festival Theatre and the National Museum. Further attractions include the Royal Botanic Garden (about 10 minutes' drive) and the Royal Yacht Britannia (around 14-minutes drive). The Midlothian Snowsports Centre is about 20 minutes away by car and the city of Glasgow is an hour's drive.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="940.00" OriginalAmount="940.00">
      <BasicPropertyInfo Latitude="55.95098211" Longitude="-3.18226435" StarRating="4" HotelCode="473521|aparthotel_adagio_edinburgh_royal_mile" HotelName="Aparthotel Adagio Edinburgh Royal Mile" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>231 Canongate, Edinburgh EH8 8AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/584747/a_584747_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="941.64" OriginalAmount="941.64">
      <BasicPropertyInfo StarRating="3" HotelCode="|121645" HotelName="Best Western Edinburgh South Braid Hills Hotel" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/959207_foto_1.jpg</HotelPictures>
        <HotelDescription>The Best Western Braid Hills Hotel is a wonderful place to stay in Edinburgh, which enjoys a delightful, elevated vantage point overlooking the city. Just 2.5 miles from the city center itself, you'll be in the enviable position of having its many attractions nearby, whilst being away from all the hustle and bustle.This traditional Edinburgh hotel also has ample free parking and sits on a main bus route to the city center. In addition to the breathtaking views of Edinburgh Castle, Arthur's Seat and the Firth of Forth, you'll be within easy reach of the city's other beauty spots. Just a short trip away, you can find iconic attractions like Holyrood Palace and the Royal Yacht Britannia. You'll also be able to take in Princes Street Gardens, top class museums and plenty of shops at the heart of Edinburgh.It's also a city where there is always a festival happening - and not just the world-renowned comedy festival in late summer. This is just one of the reasons why Edinburgh is the cultural jewel in Scotland's crown.The capital is a great place to explore other parts of Scotland, with its excellent road and rail links. From the hilltop position of the Best Western Braid Hills Hotel, you can see all it has to offer.Please note: Hotel ground floor rooms are only accessible by stairs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="952" OriginalAmount="952">
      <BasicPropertyInfo Latitude="55.95075713146" Longitude="-3.2043104030411" StarRating="3" HotelCode="263559|93389" HotelName="Premier Inn Edinburgh City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel,Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>121/123 Princes Street, Edinburgh EH2 4AD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/347729/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="960" OriginalAmount="960">
      <BasicPropertyInfo Latitude="55.925875183872" Longitude="-3.5176312923431" StarRating="4" HotelCode="24000|13141" HotelName="Macdonald Houstoun House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Country House,Spa Hotel,Airport Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Uphall, West Lothian EH52 6JS</AddressLine>
          </AddressLines>
          <CityName>Uphall</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/33357/a_33357_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish hotel, which also has a 16th century tower, a manor house and servants' quarters, is located in the midst of 8 hectares of forest. Edinburgh and Glasgow as well as many of the region's top tourist sights are to be found in the vicinity. Close by are many places rich in history such as Linlithgow and its ancient place.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="969" OriginalAmount="969">
      <BasicPropertyInfo Latitude="55.948370915892" Longitude="-3.186845019869" StarRating="3" HotelCode="284650|38626" HotelName="ibis Edinburgh Centre South Bridge - Royal Mile Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 South Bridge, Edinburgh EH1 1HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/391873/a_391873_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="971" OriginalAmount="971">
      <BasicPropertyInfo Latitude="55.950267619169" Longitude="-3.2173821330071" StarRating="3" HotelCode="97609|204108" HotelName="Thistle The Original Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Manor Place, Edinburgh EH3 7EG, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/135592/a_135592_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel is located in the prestigious, quiet residential West End area of the city. It is a short distance to Edinburgh Castle, St. Mary's Cathedral, Edinburgh International Conference Centre (EICC) and splendid Princes Street with its many shops. Links to the public transport network may easily be reached on foot lying just 50 m away and it is 400 m to the train station. It is around 500 m to a selection of restaurants, bars, nightclubs and pubs. Edinburgh airport is 13 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="982.96" OriginalAmount="982.96">
      <BasicPropertyInfo Latitude="55.94264258" Longitude="-3.21219792" StarRating="3" HotelCode="571516|609987" HotelName="Hampton by Hilton Edinburgh West End" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/04/2025" HotelFacility="Bar,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>166 Fountainbridge, Edinburgh EH3 9RX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/688612/a_688612_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="988.00" OriginalAmount="988.00">
      <BasicPropertyInfo Latitude="55.944391626124" Longitude="-3.2012191414833" StarRating="3" HotelCode="337462|edinburgh_city_hotel" HotelName="Leonardo Hotel Edinburgh City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>79 Lauriston Place, Edinburgh EH3 9HZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56229/a_56229_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The world famous Princes Street, situated below Edinburgh Castle, the Royal Mile and the resurgent 'Grassmarket' area, with excellent pubs, boutiques, shops and restaurants, are all just a few minutes' walk from this historic hotel. The commercial and financial district of Edinburgh is also extremely close to the hotel. The International Conference Centre is just around 1.5 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="990.14" OriginalAmount="990.14">
      <BasicPropertyInfo Latitude="55.948012" Longitude="-3.194766" StarRating="3" HotelCode="59406|1134c7" HotelName="The Grassmarket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Bicycle Rental,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94-96 Grassmarket, Edinburgh EH1 2JR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/76934/a_76934_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the splendid cosmopolitan and historic district of Grassmarket and is only a few minutes' walk away from Princes Street and Edinburgh Castle. Scores of shops, restaurants, bars, pubs, clubs and excellent public transport links are to be found in the immediate vicinity. The hotel enjoys a central location in a very popular district of town, in which many of the best pubs and clubs are to be found, including the Irish pub next door, Biddy Mulligan. There's plenty going on here every night, and some of the rooms are occasionally affected by noise from the street outside. Edinburgh Airport is approximately 12 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="996" OriginalAmount="996">
      <BasicPropertyInfo Latitude="55.951" Longitude="-3.19023" StarRating="3" HotelCode="61565|300851" HotelName="St Christopher's Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9-13 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/3/2/8/9/9/2/6/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1012.00" OriginalAmount="1012.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|A2EB64" HotelName="VILLAGE HOTEL EDINBURGH" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1353649_foto_1.jpg</HotelPictures>
        <HotelDescription>Stay in one of 120 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Bathrooms have rainfall showerheads and complimentary toiletries. Conveniences include desks and electric kettles, and housekeeping is provided daily.Enjoy international cuisine at Village Grill, a restaurant which features a bar/lounge, or stay in and take advantage of the room service (during limited hours). Full breakfasts are available daily from 7:30 AM to 9:30 AM for a fee.Featured amenities include express check-in, express check-out, and complimentary newspapers in the lobby. Planning an event in Edinburgh? This hotel has facilities measuring 3391 square feet (315 square meters), including conference space. Self parking (subject to charges) is available onsite.When you stay at Village Hotel Edinburgh in Edinburgh, you'll be in the suburbs, a 3-minute drive from Royal Botanic Garden and 7 minutes from Princes Street.  This 4-star hotel is 1.9 mi (3.1 km) from George Street and 2.5 mi (4 km) from Royal Mile.Distances are displayed to the nearest 0.1 mile and kilometer.  Western General - 0.7 km / 0.4 mi  Inverleith - 1.3 km / 0.8 mi  Royal Botanic Garden - 2 km / 1.2 mi  Scottish National Gallery of Modern Art - 2.4 km / 1.5 mi  Princes Street - 2.7 km / 1.6 mi  Georgian House - 2.8 km / 1.7 mi  George Street - 2.8 km / 1.8 mi  Edinburgh Gin Distillery - 2.9 km / 1.8 mi  Charlotte Square - 2.9 km / 1.8 mi  Usher Hall - 3.1 km / 2 mi  Lauriston Castle - 3.2 km / 2 mi  Royal Lyceum Theatre - 3.2 km / 2 mi  Edinburgh International Conference Centre (EICC) - 3.3 km / 2.1 mi  Princes Street Gardens - 3.5 km / 2.2 mi  Assembly Rooms - 3.6 km / 2.2 mi  The preferred airport for Village Hotel Edinburgh is Edinburgh (EDI) - 12.6 km / 7.8 mi</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1013.24" OriginalAmount="1013.24">
      <BasicPropertyInfo StarRating="4" HotelCode="|710278" HotelName="voco Edinburgh Royal Terrace" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/958827_foto_1.jpg</HotelPictures>
        <HotelDescription>El hotel forma parte de un prestigioso Georgian Terrace, con una ubicaciandoacute;n de primera en el centro urbano y a un corto paseo de todos los distritos de negocios y lugares de interandeacute;s de la ciudad. Hay un paseo de 5 minutos desde la estaciandoacute;n de tren de Waverley y es fandaacute;cilmente accesible en coche desde el aeropuerto internacional de Edimburgo.El hotel, recientemente remodelado, tiene 107 habitaciones, con 13 suites en el ala 'Ambassador'. El reciente programa de renovaciandoacute;n, de 5,2 millones de libras, se ha llevado a cabo teniendo en cuenta tanto el edificio como su entorno inmediato. El mobiliario y la decoraciandoacute;n modernos complementan las zonas comunes del hotel, las 107 habitaciones y las instalaciones para conferencias y banquetes. El hotel tiene servicio de recepciandoacute;n 24 horas. El hotel consta de 3 salas para conferencias y banquetes, que pueden acoger hasta a 100 delegados en disposiciandoacute;n tipo teatro, o bien 80 en banquetes. Algo anduacute;nico en un centro urbano son los terrenos privados ajardinados, que son ideales para que los asistentes hagan un descanso. El Terrace Brasserie, con acceso a los jardines privados del hotel, puede ofrecer un lugar para comidas privadas en intimidad, o una cocina mandaacute;s informal estilo bistrandoacute;. Hay disponible aparcamiento en el hotel.uchas habitaciones dan a los jardines con terraza o al estuario del randiacute;o Forth. 2 de las 13 Ambassador suites disponen de cuartos de baandntilde;o anduacute;nicos en cristal. Los dormitorios ofrecen todo lo necesario para el huandeacute;sped en viaje de negocios o de vacaciones, como tecnologandiacute;a a la anduacute;ltima, TV de pantalla LCD y conexiandoacute;n a Internet WiFi de alta velocidad.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1030" OriginalAmount="1030">
      <BasicPropertyInfo Latitude="55.938038769173" Longitude="-3.2059907913208" StarRating="4" HotelCode="27277|201177" HotelName="Best Western Plus Bruntsfield Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Bruntsfield Place, Edinburgh EH10 4HH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/40057/a_40057_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The view over the leafy Bruntsfield Links Park and the proximity to the city centre make this hotel the ideal location for business guests and tourists alike. The city's most important sights can also all be easily reached.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1041" OriginalAmount="1041">
      <BasicPropertyInfo Latitude="55.946364239557" Longitude="-3.1835567951202" StarRating="4" HotelCode="60144|14981" HotelName="Ten Hill Place Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Hill Palace, Edinburgh EH8 9DS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77867/a_77867_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in Edinburgh's old town and is only a couple of steps away from Princes Street. It offers guests an ideal starting point to explore the many sightseeing attractions, the shops and the boutiques. Edinburgh Castle and Holyrood as well as the Scottish Parliament are all around 800 m away from the hotel. In addition, all the other main attractions are within walking distance. The financial and shopping districts are around 10 minutes away or a short taxi drive. Edinburgh offers excellent transport connections to all the important Scottish airports as well as the borders and the highlands.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1047.84" OriginalAmount="1047.84">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="3" HotelCode="150254|1095598" HotelName="KM Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/04/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 Richmond Place, Edinburgh EH8 9ST</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/09/095853/095853a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1062" OriginalAmount="1062">
      <BasicPropertyInfo Latitude="55.943823487316" Longitude="-3.2093637192531" StarRating="4" HotelCode="316326|63932" HotelName="Mercure Edinburgh Haymarket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Gardners Crescent, Edinburgh EH3 8DQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/430808/a_430808_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="1063.52" OriginalAmount="1063.52">
      <BasicPropertyInfo Latitude="55.969002" Longitude="-3.165616" StarRating="3" HotelCode="408756|11333d" HotelName="Park View House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>14 Hermitage Place, Edinburgh EH6 8AF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/second/87/c6/87c66153287210c392d6ac7bb032549e35266c6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="1073.21" OriginalAmount="1073.21">
      <BasicPropertyInfo Latitude="55.949182" Longitude="-3.184547" StarRating="3" HotelCode="79014|103b8a" HotelName="Holiday Inn Express Edinburgh Royal Mile" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>300 Cowgate, Edinburgh EH1 1NA, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/154029/154029a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quaint location in the Old Town in Edinburgh city centre just a 10-minute walk from Edinburgh Castle, 1 km from Holyrood Palace and 900 m from Princes Street. Many of the city’s sights are within walking distance of the hotel, making it the perfect location for Edinburgh city breaks. Guests will find shops around 200 m from the hotel at the Royal Mile. There are bus services within around 100 m, and the nearest train station is around 400 m away. Edinburgh International Airport is around 13 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1079.00" OriginalAmount="1079.00">
      <BasicPropertyInfo Latitude="55.956456467216" Longitude="-3.1900617288361" StarRating="4" HotelCode="178451|the_place_hotel" HotelName="The Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34-38 York Place, Edinburgh EH1 3HU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/28/288818/288818a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1098.00" OriginalAmount="1098.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|473158" HotelName="LEONARDO ROYAL HOTEL - HAYMARKET" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/12351_image50746892_0.jpg</HotelPictures>
        <HotelDescription>The Leonardo Royal Hotel Edinburgh Haymarket lies in the historical heart of the city, right next door to Haymarket station and a vast array of caf�s, bars and restaurants. Business travellers can benefit from its proximity to the Edinburgh International Conference Centre, which is only 4 minutes away on foot. Discover the numerous sights and events in this lively city. The Leonardo Royal Hotel Edinburgh Haymarket is home to 282 lavish and modern rooms. For breakfast, an abundant Scottish buffet awaits you, as well as a large continental selection. In the evenings, exclusive combinations of traditional and modern dishes are served at the restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1105.72" OriginalAmount="1105.72">
      <BasicPropertyInfo StarRating="3" HotelCode="|871497" HotelName="IBIS EDINBURGH SOUTH BRIDGE" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/922365_foto_1.jpg</HotelPictures>
        <HotelDescription>This cosy hotel is ideally located in Edinburgh old town just off the Royal Mile, just a stone's throw from the beautiful Edinburgh Castle for some sightseeing and very close to the most important Edinburgh museums and points of interest, as well as the most lively and popular nightlife that visitors are expecting to find. Guests will feel delighted at the luminous and lovely guest rooms that are fully equipped with superior amenities and boast an exclusive design, ideal for a good night's sleep and a comfortable stay. Among other on-site facilities, visitors will be able to taste delicious specialities at the cosy hotel's bar and restaurant. Every morning, an exquisite breakfast is served for added comfort and convenience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1110.80" OriginalAmount="1110.80">
      <BasicPropertyInfo Latitude="55.953367964846" Longitude="-3.2008489966393" StarRating="4" HotelCode="12664|65569" HotelName="Frederick House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2025" HotelFacility="Bar,Central Heating,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Frederick St, Edinburgh EH21EX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/12982/a_12982_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel affords a central location at the heart of Edinburgh. Princes Street is a few minutes' walk away and Waverley railway station as well as St. Andrew's bus station are around 10 minutes' walk from the hotel. Restaurants, bars, pubs, and nightclubs as well as links to the public transport network are to be found in the near vicinity. The Royal Mile and Edinburgh Castle are 1 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1113.76" OriginalAmount="1113.76">
      <BasicPropertyInfo Latitude="55.951074" Longitude="-3.178405" StarRating="4" HotelCode="38005|84796" HotelName="Holyrood Aparthotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 09/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Nether Bakehouse, Holyrood, EH8 8PE Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/62758/a_62758_I2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated apartment hotel is located within the heart of Edinburgh, only a stone's throw from the historic Royal Mile and a 5-minute walk from Princes Street. A 20-minute walk takes guests to the top of the Royal Mile where they will find Edinburgh Castle and Camera Obscura. Links to the public transport network lie directly in front of the hotel. Shopping venues, restaurants, bars and pubs are approximately 300 m from the hotel and the nearest club around 500 m away. The airport is some 20 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1114.12" OriginalAmount="1114.12">
      <BasicPropertyInfo Latitude="55.933436" Longitude="-3.173556" StarRating="4" HotelCode="34143|581035" HotelName="The Ben Doran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2025" HotelFacility="Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Mayfield Gardens, Edinburgh EH9 2AX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/53736/a_53736_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located one mile from city centre, on A701, within easy walking distance of the Royal Mile, Edinburgh Castle and Holyrood Palace. Situated on a major bus route, all parts of Edinburgh are easily reached. Waverley train station and the bus station are within one mile. The hotel is located near the south side of the city centre, close to the old town, University of Edinburgh, the Royal College of Surgeons, museums, theatres, pubs, restaurants and shopping facilities. The area is a vibrant mix of small shops, Victorian and Georgian residences and leafy tree-lined streets.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1118" OriginalAmount="1118">
      <BasicPropertyInfo Latitude="55.652477" Longitude="-3.177203" StarRating="4" HotelCode="189300|206529" HotelName="Peebles Hydro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Golf,Internet,Laundry,Massage Centre,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Innerleithen Road, Peebles, Scotland EH45 8LX</AddressLine>
          </AddressLines>
          <CityName>Peebles</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/05/055020/055020a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Peebles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1136.04" OriginalAmount="1136.04">
      <BasicPropertyInfo Latitude="55.95417124" Longitude="-3.19861867" StarRating="4" HotelCode="429421|1827208" HotelName="Braid Apartments by Mansley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Central Heating,Dining,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>27 Thistle Street, Edinburgh EH2 1DX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/46/463282/463282a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Braid Apartments incorporates 20 modern and stylish apartments with a range of studio, 1 and 2 bedroom options in a historical building in Edinburgh's New Town. Guests in north-facing apartments will benefit from fantastic views from the upper floors over the Firth of Forth and beyond. You are a short walk from so many of Edinburgh's most popular attractions, including Edinburgh Castle, The Old Town, Princes Street, Edinburgh New Town and Edinburgh Art Galleries. Free WiFi is provided throughout the property.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1138" OriginalAmount="1138">
      <BasicPropertyInfo Latitude="55.949589513952" Longitude="-3.1880790223186" StarRating="3" HotelCode="37504|54971" HotelName="ibis Edinburgh Centre Royal Mile - Hunter Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Hunter Square, Off Royal Mile, Edinburgh EH1 1QW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/61664/a_61664_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1140" OriginalAmount="1140">
      <BasicPropertyInfo Latitude="55.95261" Longitude="-3.194464" StarRating="3" HotelCode="258823|4179" HotelName="Mercure Edinburgh City Princes Street Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Sreet, Edinburgh EH2 2DG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15032/a_15032_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel offers guests superb views over the famous Princes Street Gardens and Edinburgh Castle, lying opposite renowned Waverly Bridge, about 5 minutes' walk from the nearest railway station and 10 minutes from the bus station. Links to the public transport network are situated less than 20 metres from the hotel and it is some 12 km to Edinburgh Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1142.00" OriginalAmount="1142.00">
      <BasicPropertyInfo Latitude="55.953052610437" Longitude="-3.2046617567539" StarRating="4" HotelCode="169545|fountain_court__stewart_apartments" HotelName="Fountain Court - Stewart Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Young Street, Edinburgh EH3 9JG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/143721/143721a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is set in the heart of historic Edinburgh, just 10 minutes' walk from The Royal Mile. Edinburgh Castle and Edinburgh Rail Station are less than a 15-minute walk away. Bustling Prince's Street and the beautiful Prince's Street gardens are less than 5 minutes away on foot. Guests can find restaurants, bars and clubs around 2 minutes' walk away, and shopping facilities and links to the public transport are also just some 100 m from the hotel. Holyrood Palace is around 1.5 km away and Murrayfield Stadium is roughly 2 km from the property. Edinburgh Airport is some 13 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1146.92" OriginalAmount="1146.92">
      <BasicPropertyInfo Latitude="55.95198257" Longitude="-3.20342311" StarRating="4" HotelCode="948804|4307695" HotelName="Edinburgh Castle Apartments And Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>28 Castle Street, Edinburgh EH2 3HT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/15000000/14680000/14671300/14671268/016de019_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="1149.40" OriginalAmount="1149.40">
      <BasicPropertyInfo Latitude="55.947924" Longitude="-3.221933" StarRating="2" HotelCode="37835|19560c" HotelName="Travelodge Edinburgh Haymarket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Eglington Crescent, Edinburgh EH12 5BY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/62434/a_62434_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located approximately 150 m from a selection of restaurants, bars, pubs and links to the public transport network including the train station. The bus station is around 20 minutes' walk from the hotel, lying 1 km away, and the city centre with its many nightclubs and shopping venues is 300 m from the hotel. Edinburgh airport is 11 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1151" OriginalAmount="1151">
      <BasicPropertyInfo Latitude="55.947357" Longitude="-3.195477" StarRating="4" HotelCode="33817|8232" HotelName="Apex City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Grassmarket, Edinburgh EH1 2JF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/53739/a_53739_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the historical city district of ""Grass Market"" and therefore lies in the immediate vicinity of shops, bars, nightclubs and many sights of interest (approximately 20-100 m away). Public transport departs from a stop directly in front of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1152" OriginalAmount="1152">
      <BasicPropertyInfo Latitude="55.951215995389" Longitude="-3.1857857108116" StarRating="3" HotelCode="258995|608" HotelName="Jurys Inn Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Jeffrey Street, Edinburgh EH1 1DH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15133/a_15133_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is in a fantastic location in the heart of Edinburgh, directly by the Royal Mile. The international conference centre is nearby, as is Edinburgh Castle and further tourist attractions. Convenient public transport links are located just 300 metres from the hotel. The seaside is 5 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1163" OriginalAmount="1163">
      <BasicPropertyInfo Latitude="55.957119734372" Longitude="-3.1862336397171" StarRating="3" HotelCode="33818|4193" HotelName="Holiday Inn Express Edinburgh City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Picardy Place, Edinburgh EH1 3JT, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/53742/a_53742_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located in a traditional Georgian building, on Picardy Place in the town centre. Princes Street and the Royal Mile where visitors will find a diverse range of shops as well as numerous restaurants, bars, pubs, cafes and various other entertainment facilities are located around 5 minutes away. Links to the public transport network (a bus and train station) can be reached within a few minutes of the hotel. The sea is about 2 km from the hotel and may easily be reached by car or on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1177" OriginalAmount="1177">
      <BasicPropertyInfo Latitude="55.943675650009" Longitude="-3.1927943229675" StarRating="4" HotelCode="915128|57221" HotelName="Residence Inn by Marriott Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Kitchen,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Simpson Loan, Quartermile, Edinburgh EH3 9GG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/28/289400/289400a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1178.76" OriginalAmount="1178.76">
      <BasicPropertyInfo StarRating="0" HotelCode="0|580815" HotelName="Salisbury Green Hotel And Bistro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>18 HOLYROOD PARK ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/58/580815/OkudsTTs_df468aeb630b335bfdcbe2bc957a8e90.jpg</HotelPictures>
        <HotelDescription>Location
This pleasant university complex is located in an ideal position from which to explore the fascinating city, and itself affords outstanding views over the historic Arthur&amp;#039;s Seat volcano. The Royal Mile, the Scottish Parliament, and the Palace of Holyroodhouse are all nearby the complex. A range of bars, pubs, and links to the public transport network can be reached in around 500 m, shops and nightclubs in 1 km, and the city centre and railway station in 3 km. Edinburgh airport lies 12 km from the complex.
Facilities
A total of 123 accommodation units, distributed among the main building and the 10 adjacent buildings, are offered at the establishment. Lift access is provided to the upper floors. Amenities include a safe. Internet access is available in public areas (for a fee). Gastronomic options include a restaurant, a café and a bar. A newspaper stand is also among the amenities at the establishment. Guests arriving in their own vehicles can park in the car park. Other services include a laundry. Active guests can make use of the bicycle hire service to explore the surrounding area.
Rooms
All accommodation units feature central heating and a bathroom. A double bed is provided in the carpeted accommodation units. A safe is also available. The rooms offer a range of amenities, including tea and coffee making equipment. All accommodation units offer internet access, a telephone, a TV and wireless internet access. In the bathrooms, guests will find a shower and a hairdryer. 
Meals
Various meals and board options are bookable. Guests can choose from breakfast, lunch, dinner and B &amp;amp; B.
Payment
The following credit cards are accepted at the establishment: VISA and MasterCard.&lt;br/&gt;The Salisbury Green Hotel And Bistro is a Tourist hotel. Located in Edinburgh area. The nightlife/restaurants are located in the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1180.00" OriginalAmount="1180.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|877129" HotelName="HOLIDAY INN EXPRESS EDINBURGH - ROYAL MILE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/912791_foto_1.jpg</HotelPictures>
        <HotelDescription>Other amenities/services: Rooms with Safe box, tea/coffee making facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1187" OriginalAmount="1187">
      <BasicPropertyInfo Latitude="55.950003" Longitude="-3.192019" StarRating="4" HotelCode="115013|32564" HotelName="Fraser Suites Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12-26 St Giles Street, Edinburgh, Scotland EH1 1PT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/158568/w_158568_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1198" OriginalAmount="1198">
      <BasicPropertyInfo Latitude="55.951197" Longitude="-3.216554" StarRating="4" HotelCode="14715|13151" HotelName="B+B Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Rothesay Terrace, Edinburgh EH3 7RY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/01/016734/016734a_hb_a_003.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1200.00" OriginalAmount="1200.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|D13C77" HotelName="Point A Edinburgh" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2617750_foto_1.jpg</HotelPictures>
        <HotelDescription>Hay un total de 200 habitaciones en el establecimiento. Hay conexiandoacute;n Wi-Fi para ofrecer mayor bienestar y confort. La recepciandoacute;n estandaacute; abierta todo el dandiacute;a. Este alojamiento no dispone de cunas bajo peticiandoacute;n. Este hotel es respetuoso con el medio ambiente, por eso ha conseguido el certificado . Algunos de estos servicios de Point A Edinburgh pueden ser de pago.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1200" OriginalAmount="1200">
      <BasicPropertyInfo Latitude="55.932721" Longitude="-3.383903" StarRating="4" HotelCode="49321|31247" HotelName="Norton House Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Country House,Airport Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ingliston, Edinburgh EH28 8LX</AddressLine>
          </AddressLines>
          <CityName>Ingliston</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/34544/a_34544_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in 22 hectares of secluded parkland and lush green lawns, this Victorian mansion is just 9.6 km from the centre of Edinburgh, where guests will find a number of sights including Edinburgh Castle. In the immediate vicinity one can find restaurants, bars and pubs, whilst the Royal Yacht Britannia and Livingston Designer Outlet shopping centre can be reached in under half an hour by car. Edinburgh Airport is just 5 minutes from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1202" OriginalAmount="1202">
      <BasicPropertyInfo Latitude="55.95336678" Longitude="-3.19146552" StarRating="3.5" HotelCode="475059|218071" HotelName="Destiny Scotland - St. Andrew Square Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>9 South Saint Andrew Street, Edinburgh, EH2 2AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/637086/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1206.80" OriginalAmount="1206.80">
      <BasicPropertyInfo Latitude="55.945977626227" Longitude="-3.1832673053306" StarRating="3" HotelCode="915136|1128488" HotelName="Richmond Place Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/04/2025" HotelFacility="Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-9 Richmond Place, Edinburgh EH8 9SS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/28/289158/289158a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1219" OriginalAmount="1219">
      <BasicPropertyInfo Latitude="55.944976409936" Longitude="-3.199548125267" StarRating="4" HotelCode="39321|1389" HotelName="Novotel Edinburgh Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Lauriston Place, Edinburgh, Scotland EH3 9DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/64875/a_64875_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to the beach (around 5 km away). The Royal Mile, Edinburgh Castle, Princes Street and the commercial district are only a few minutes walk away. Links to the public transport network lie just 50 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1226" OriginalAmount="1226">
      <BasicPropertyInfo Latitude="55.954256199287" Longitude="-3.1860083341599" StarRating="3" HotelCode="15728|27180" HotelName="Parliament House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Calton Hill, Edinburgh EH1 3BJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/18826/a_18826_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the historic Carlton Hill, and the new Scottish Parliament. Princes Street shopping centre and Waverley train station are only a few minutes away. Shopping facilities, restaurants, bars, pubs, discos and links to the public transport network are in the hotel's immediate vicinity. The sea is just 4 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1231.56" OriginalAmount="1231.56">
      <BasicPropertyInfo StarRating="3" HotelCode="|627490" HotelName="THE GRASSMARKET HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1557547_foto_1.jpg</HotelPictures>
        <HotelDescription>The Grassmarket Hotel is perfectly located for visitors who wish to stay in the heart of Edinburgh city centre. The hotel is situated beneath the Castle and on the lively Grassmarket, which offers a range of bars and restaurants including Biddy Mulligans located next door. The hotel has 44 bedrooms within a historical tenement building all offering ensuite facilities and other basic amenities.**This service is provided on a room-only basis**</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1234.80" OriginalAmount="1234.80">
      <BasicPropertyInfo StarRating="3" HotelCode="|710336" HotelName="LEONARDO EDINBURGH CITY" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/903984_foto_1.jpg</HotelPictures>
        <HotelDescription>Located in the very heart of Edinburgh City centre, Leonardo Hotel Edinburgh City is steeped in tradition and history. Originally built in 1879 as the Simpson's Memorial Hospital, the hotel now offers 52 stylish and comfortable rooms as well as an in-house restaurant for breakfast. Situated a short walk from Edinburgh Castle, the famous Royal Mile and Princes Street, Leonardo Hotel Edinburgh City offers a central location to explore local attractions. With 52 stylish rooms and plenty of home comforts, including free Wi-Fi, flat screen TVs, hairdryers and more, Leonardo Hotel Edinburgh City is the perfect place to stay and relax. Perfect for couples, solo-travelers and families alike. Breakfast at Leonardo Hotel Edinburgh City is always the start of something special. Gone are the days of continental breakfasts, there is nothing better in the morning than a full English breakfast buffet and for all of the health and fitness fanatics, the hotel offers a wide range of wholesome and nutritious options like fresh fruit, mini-smoothies and mini-granola pots.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1237.02" OriginalAmount="1237.02">
      <BasicPropertyInfo Latitude="55.945426972364" Longitude="-3.2015337322193" StarRating="5" HotelCode="33820|1252998" HotelName="The Knight Residence by Mansley Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Lauriston Street, Edinburgh, City of Edinburgh EH3 9DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/179868/179868a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1246" OriginalAmount="1246">
      <BasicPropertyInfo Latitude="55.953899" Longitude="-3.18691" StarRating="4" HotelCode="888202|15125" HotelName="Apex Waterloo Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Waterloo Place 23-27, EH1 3BH Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/136519/a_136519_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference and business hotel is situated on Waterloo Place, which is an extension of Princes Street, Edinburgh's famous shopping street. All of Edinburgh's major tourist attractions, including Edinburgh Castle, the Royal Mile and Holyrood Palace, are within walking distance of the accommodation. The central train station is only 2 minutes away and a public bus stop is located just outside the hotel. Guests will find a range of restaurants, shops, bars, pubs and nightlife spots in the hotel's immediate vicinity and the Scottish Parliament and the Botanical Gardens can both be reached within 30 minutes on foot. The beach is 5 km away at Portobello and Edinburgh Airport is 16 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1264.48" OriginalAmount="1264.48">
      <BasicPropertyInfo Latitude="55.97659723" Longitude="-3.60141141" StarRating="4" HotelCode="432901|4265105" HotelName="Court Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/04/2025" HotelFacility="Golf,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>1 High Street, Court Square, Linlithgow EH49 7EQ</AddressLine>
          </AddressLines>
          <CityName>Linlithgow</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/aa/fd/aafdc038c9078cc009edf347c8f2768a435bc80a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Linlithgow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1267.60" OriginalAmount="1267.60">
      <BasicPropertyInfo Latitude="55.945817524735" Longitude="-3.2032817602158" StarRating="4" HotelCode="23050|CAT625700" HotelName="DoubleTree by Hilton Hotel Edinburgh City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 09/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Bread Street, EH3 9AF Edinburgh, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/30414/a_30414_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located in the shadow of Edinburgh Castle and is only a few minutes from the Princes Street shopping area, Edinburgh's financial centre with the Edinburgh International Conference Centre, and the historic city centre. It is ideally located for those wishing to explore the sights and rich cultural heritage of Edinburgh. There is a public transport stop directly in front of the hotel, while it is approximately 13 km to Turnhouse airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1293" OriginalAmount="1293">
      <BasicPropertyInfo Latitude="55.947078" Longitude="-3.196621" StarRating="4" HotelCode="10229|13182" HotelName="Apex Grassmarket Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Grassmarket, Edinburgh EH1 2HS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7845/a_7845_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Edinburgh's Old Town with a magnificent view of the castle. Tourist attractions such as the Royal Mile, Holyrood House, Dynamic Earth and Princess Street are close at hand. There are scores of restaurants, bars, club and nightclubs in the surrounding area and public transport departs from a stop directly in front of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1296" OriginalAmount="1296">
      <BasicPropertyInfo Latitude="55.95741487" Longitude="-3.18477187" StarRating="4" HotelCode="481530|201203" HotelName="Courtyard Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Baxters Place, EH1 3AF Edinburgh</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/55/555762/555762a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1301.00" OriginalAmount="1301.00">
      <BasicPropertyInfo Latitude="55.938123" Longitude="-3.1714474" StarRating="3" HotelCode="902199|salisbury_green" HotelName="Salisbury Green Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Holyrood Park Road, Edinburgh EH16 5AY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/217667/a_217667_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located on the south side of Edinburgh, next to Holyrood Park and Arthur's Seat, and a 25-minute walk from Princess Street shops or the Royal Mile. Waverly train station and St. Andrews Square bus station are both around 3 km from the conference hotel, and links to the public transport network can be found on the main road, just a 5-minute walk away. Guests will find restaurants and bars on-site and nightlife around a 15-minute walk away. Other nearby places of interest include Edinburgh Castle (3 km), the Scottish Parliament (800 m), Portobello Beach (10 km), Dalkeith Country Park (11 km) and Water of Leith (8 km). The Hillend ski area is approximately a 30-minute drive from the city hotel and Edinburgh Airport is around 12 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1304" OriginalAmount="1304">
      <BasicPropertyInfo Latitude="55.937651931148" Longitude="-3.2028794288635" StarRating="3" HotelCode="337450|587" HotelName="Black Ivy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Alvanley Terrace, Edinburgh EH9 1DU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56216/a_56216_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quietly situated close to a peaceful park, this hotel lies just 1 km from the inner city. Restaurants, bars and links to the public transport network are to be found in the near vicinity. The hotel is located in central Edinburgh at the edge of Bruntsfield Links, a beautiful stretch of parkland within the city centre with mature trees and a rich history. Edinburgh Airport is around 20 km away from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1309.44" OriginalAmount="1309.44">
      <BasicPropertyInfo Latitude="55.956538037115" Longitude="-3.2071242499627" StarRating="4.5" HotelCode="82407|938425" HotelName="Nira Caledonia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/04/2025" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Gloucester Place, Edinburgh, City of Edinburgh EH3 6EF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/93/938425/Qq5JDlho_b07a8c0a0661bd86dfe733ba35dbb567.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1311.44" OriginalAmount="1311.44">
      <BasicPropertyInfo Latitude="55.950772" Longitude="-3.187602" StarRating="4" HotelCode="11477|CAO080100" HotelName="Hilton Edinburgh Carlton" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19 Northbridge, Edinburgh, EH1 1SD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/9771/a_9771_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the tourist centre of Edinburgh, this city hotel lies close to the city centre and 200 metres from Waverley train station. There is a bus stop around 500 metres away. Various bars as well as nightclubs can also to be found in the vicinity, about 200 metres away. Shopping facilities are 500 metres away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="1317.85" OriginalAmount="1317.85">
      <BasicPropertyInfo Latitude="55.953214215418" Longitude="-3.1908262012234" StarRating="3" HotelCode="16971|11b0c6" HotelName="Hotel Indigo Edinburgh - Princes Street" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Princes Street, Edinburgh EH2 2AN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20665/a_20665_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the city on the famous Princes Street with views over Princes Street Gardens and Edinburgh Castle, this hotel is the perfect base, particularly for business guests. Excellent public transport links are located right in front of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1320.00" OriginalAmount="1320.00">
      <BasicPropertyInfo Latitude="55.95231312" Longitude="-3.20523889" StarRating="4" HotelCode="552291|eden_locke" HotelName="Eden Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>127 George Street, Edinburgh EH2 4JN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629505/629505a_hb_a_004.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1373.60" OriginalAmount="1373.60">
      <BasicPropertyInfo StarRating="3" HotelCode="|710329" HotelName="Holiday Inn Express - Edinburgh City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/959003_foto_1.jpg</HotelPictures>
        <HotelDescription>Disfrute de la mejor hospitalidad escocesa en el hotel Holiday Inn Express Edinburgh City Centre, a 25 minutos del Aeropuerto de Edimburgo y situado en el centro de la ciudad. El Holiday Inn Express Edinburgh City Centre, un llamativo edificio histandoacute;rico situado en la georgiana New Town de Edimburgo, se encuentra en la ubicaciandoacute;n ideal para conocer la capital escocesa a pie. Un paseo relajado le llevarandaacute; al emblemandaacute;tico Castillo de Edimburgo y al animado Royal Mile. Reanduacute;na fuerzas con el buffet de desayuno gratuito y relandaacute;jese en su candoacute;moda habitaciandoacute;n con conexiandoacute;n inalandaacute;mbrica a Internet y una potente y refrescante ducha. Hay mucho que hacer en la animada New Town. Delandeacute;itese con algunas compras en la cercana calle Princes Street, y vea a las grandes estrellas pisar los tablones del Teatro Playhouse justo en frente del Holiday Inn Express Edinburgh City Centre. Si necesita inspiraciandoacute;n, nuestro agradable personal de recepciandoacute;n disponible las 24 horas le aportarandaacute; infinidad de ideas. Los candoacute;modos sofandaacute;s y la selecciandoacute;n de whisky de nuestro elegante bar del hotel le dan la bienvenida tras pasar el dandiacute;a visitando los lugares de interandeacute;s.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1377" OriginalAmount="1377">
      <BasicPropertyInfo Latitude="55.94609320525" Longitude="-3.1901094305063" StarRating="4" HotelCode="142156|17505" HotelName="Hotel Du Vin Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Bristo Place, Edinburgh EH1 1EZ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/203129/gt_203129_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled deep in Edinburgh's Old Town, only a short walk away from the historic Royal Mile and Edinburgh Castle. Portobello Beach is some 15 minutes away on public transport, while Princes Street is some 500 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1379" OriginalAmount="1379">
      <BasicPropertyInfo Latitude="55.956405" Longitude="-3.18853" StarRating="3.5" HotelCode="15457|10226" HotelName="Indigo Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 – 59 York Place, Edinburgh, Scotland EH1 3JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/45/458095/LzfXb6JO_3889388f057607d30b3cbfa54fad64f5.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 5-minute walk from Princes Street and just about 800 m from Waverley Railway Station and the famous Royal Mile. The magnificent Edinburgh Castle is a 15-minute walk away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1381.48" OriginalAmount="1381.48">
      <BasicPropertyInfo Latitude="55.928560387609" Longitude="-3.1684978773774" StarRating="4" HotelCode="150277|1486748" HotelName="Kildonan Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Craigmillar Park, Edinburgh EH16 5PE, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/342492/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Edinburgh. The nearest airport is Edinburgh - Rail Station (ZXE).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="1393.16" OriginalAmount="1393.16">
      <BasicPropertyInfo Latitude="55.95628" Longitude="-3.197746" StarRating="3" HotelCode="17004|1d50a1" HotelName="The Royal Scots Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Abercromby Place, Edinburgh EH3 6QE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20722/a_20722_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on one of Edinburgh's Georgian streets. The nearest restaurants as well as links to the public transport network are a short distance away and shops are to be found just 40 m from the hotel. Moreover, bars, pubs and the nearest nightclub are about 50 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1403" OriginalAmount="1403">
      <BasicPropertyInfo Latitude="55.950860826335" Longitude="-3.176856637001" StarRating="4" HotelCode="23049|594" HotelName="Macdonald Holyrood Hotel and Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Holyrood Road, Edinburgh EH8 8AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/30413/a_30413_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The contemporary style of this hotel building harmonises well with the historical surroundings, which include the seat of the Scottish parliament, Holyrood House palace and the volcanic mountain with Arthur’s Seat. It is situated in the heart of Edinburgh, just 2 minutes walk from the Royal Mile and enjoys a unique quiet setting by Holyrood Park meadows in the old town. Easy access to all of Edinburgh's attractions is guaranteed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1408" OriginalAmount="1408">
      <BasicPropertyInfo Latitude="55.952870154213" Longitude="-3.1930840015411" StarRating="3" HotelCode="337465|15200" HotelName="Old Waverley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 08/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Princes Street, Edinburgh EH2 2BY</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56233/a_56233_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Edinburgh's famous Princes Street with its shopping venues, restaurants, bars, pubs, clubs and links to the public transport network. The hotel is also opposite the Princes Street exit of Waverley station, and offers impressive views over Princes Street Gardens and Edinburgh castle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1411.20" OriginalAmount="1411.20">
      <BasicPropertyInfo StarRating="3" HotelCode="|971732" HotelName="LEONARDO ROYAL HOTEL EDINBURGH" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/904740_foto_1.jpg</HotelPictures>
        <HotelDescription>Jurys Inn is one of the most centrally positioned hotels in Edinburgh, located just off the famous Royal Mile on Jeffrey Street in the Old Town and surrounded by beautiful architecture. Our hotel in Edinburgh is less than a two-minute walk from Waverly Train Station and a 5-minute walk to Edinburgh Bus Station. Our prime city centre location also means that Jurys Inn guests are a short 15 minute walk from Holyrood Park, which is one of many Edinburgh gems that offers a unique historic landscape' bursting with heritage and plenty of hills and crags to explore. 
Our hotel has 186 comfortable bedrooms ranging from a standard double to our superior rooms. Furnished with large soft beds, flat screen Freeview TV and one of the only few hotels in Edinburgh to offer free WiFi in every room, our rooms not only offer all the comforts of home but also accommodate up to three adults or two adults and one child. All rooms have spacious en-suite bathrooms with complimentary toiletries and a hair dryer. *It is mandatory to provide a full name per room in case of 2 or more rooms are booked.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1416" OriginalAmount="1416">
      <BasicPropertyInfo Latitude="55.9539439" Longitude="-3.196371" StarRating="4" HotelCode="12974|13168" HotelName="InterContinental Edinburgh The George" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19-21 George Street, Edinburgh EH2 2PB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/13181/a_13181_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located on George Street at the heart of the city. A diverse selection of shopping venues, theatres and many of Edinburgh's top sights such as the castle, Holyrood Palace, Princes Street Gardens, Dynamic Earth, the Royal Mile and the seat of the Scottish parliament are to be found within walking distance of the hotel. St. Andrew's Square and Waverly train station lie approximately 5 minutes' walk away and it is about 500 m to the nearest links to the public transport network. Edinburgh Airport is 13 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1420.24" OriginalAmount="1420.24">
      <BasicPropertyInfo Latitude="55.891010792026" Longitude="-3.1042063236237" StarRating="4" HotelCode="36754|16903" HotelName="Melville Castle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 04/04/2025" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gilmerton Road, Edinburgh, Midlothian EH18 1AP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60308/a_60308_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in a peaceful location amidst a large park far away from the hustle and bustle. Links to the public transport network and the nearest shopping facilities lie about a 10-minute drive from the hotel. Restaurants, bars, pubs and nightclubs are all approximately a 20 minute-drive from Edinburgh and the train station is 25 minutes away by car.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1432.00" OriginalAmount="1432.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|159543" HotelName="Ten Hill Place" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/909700_foto_1.jpg</HotelPictures>
        <HotelDescription>Ten Hill Place was opened in November 2006. The hotel is one of Edinburgh's premier City Centre hotels. From airy public places to each of our 129 smart bedrooms, the mood of Ten Hill Place, is one of quiet sophistication, and one we believe sets us apart from other Edinburgh hotels. We have four fully equipped accessible rooms with an elevator from street level to all floors. This innovative Edinburgh hotel is within easy walking distance of Princes Street, the historic Old Town and the City Centre's main tourist, shopping and business districts; yet peacefully situated away from the main thoroughfares. The best of Edinburgh opens up before you right outside our front door. The Festival Theatre is across the road, the National Museums are around the corner and the Royal Mile, Edinburgh Castle, and Holyrood Palace are just a stone's throw away. Whether on business or a short city break in Edinburgh, make Ten Hill Place your first choice. Edinburgh offers tourist attractions for all ages and interests. Ten Hill Place is owned by the Royal College of Surgeons of Edinburgh and all profits go back into training surgeons worldwide.  Historic and contemporary rooms are available within Surgeons' Hall for conferences, meetings and social events.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1490" OriginalAmount="1490">
      <BasicPropertyInfo Latitude="55.950782" Longitude="-3.20793" StarRating="4" HotelCode="401739|15247" HotelName="Angels Share Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Hope Street, Edinburgh EH2 4EL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/95737/a_95737_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of the city centre at Edinburgh's West End, this boutique hotel allows guests to take advantage of all the historic and modern delights of Edinburgh. In the immediate vicinity of this establishment guests will find restaurants and bars on George Street, a park and shops on Princes Street as well as excellent public transport links. Edinburgh Castle, the Royal Mile, the Palace of Holyrood and the Our Dynamic Earth Centre are all just a 20-minute walk away. Glasgow is just under an hours’ drive.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1497" OriginalAmount="1497">
      <BasicPropertyInfo Latitude="55.954519" Longitude="-3.1943719999999" StarRating="3" HotelCode="298480|58220" HotelName="ibis Styles Edinburgh Centre St Andrew Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Sant Andrew Square, Edinburgh EH2 1AU</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/406698/a_406698_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="1515.28" OriginalAmount="1515.28">
      <BasicPropertyInfo Latitude="55.947154258879" Longitude="-3.2071870565414" StarRating="5" HotelCode="45056|10370e" HotelName="Sheraton Grand Hotel &amp; Spa, Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Festival Square, Edinburgh EH3 9SR, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/21528/a_21528_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located close to Princes Street at the heart of Edinburgh within a short distance of several theatres and places of interest, including Edinburgh Castle. Links to the public transport network are just 1 km away and there are many shopping venues, as well as countless restaurants, diverse bars, pubs, cafes and further nightlife venues to be found in the vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1516.00" OriginalAmount="1516.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|940452" HotelName="Mount Royal Hotel Edinburgh by The Unlimited Collection" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/958697_foto_1.jpg</HotelPictures>
        <HotelDescription>Our four naturally-lit conference rooms in Edinburgh, restaurant and bar all have wireless Internet access, making our Edinburgh accommodation perfect for both tourists and business guests alike. Choose the Skyline Suite for panoramic views of Edinburgh Castle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1547" OriginalAmount="1547">
      <BasicPropertyInfo Latitude="55.953561" Longitude="-3.196133" StarRating="4" HotelCode="75860|56656" HotelName="Le Monde" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 George Street, Edinburgh EH2 2PF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/28/289545/289545a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1547" OriginalAmount="1547">
      <BasicPropertyInfo Latitude="55.98604" Longitude="-3.18849" StarRating="3" HotelCode="835784|35232" HotelName="Ocean Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>2 Western Harbour Midway, Edinburgh EH6 6PN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/07/075460/075460a_hb_a_025.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Edinburgh, approximately 7 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1547" OriginalAmount="1547">
      <BasicPropertyInfo Latitude="55.959477074127" Longitude="-3.2148635387421" StarRating="4" HotelCode="37929|201293" HotelName="Raeburn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112 Raeburn Place, Stockbridge, Edinburgh EH4 1HG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/339034/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the new town area of Edinburgh. It is just a ten-minute walk from the western end of Princes Street and links to the public transport network lie in front of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1554" OriginalAmount="1554">
      <BasicPropertyInfo Latitude="55.945499" Longitude="-3.228747" StarRating="4" HotelCode="56606|56621" HotelName="The Dunstane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates &amp; 5 Hampton Terrace, Haymarket, Edinburgh, Schottland EH12 5JD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/73369/a_73369_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh's West End, just 15 minutes' walk from the city's shopping and commercial centre (Princes Street), 10 minutes' walk from Edinburgh International Exhibition Centre and around 5 minutes' on foot from Murrayfield Stadium, the home of Scottish Rugby. This hotel provides the ideal base for both business and leisure travellers to the city, with a diverse selection of bars, train and bus stations, a stop for the local transport system and the tourist centre all to be found within 3 km of the hotel. A local bus stop providing access to a whole range of amenities can be found right outside the hotel. Turnhouse Airport is 12 km from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1566.04" OriginalAmount="1566.04">
      <BasicPropertyInfo StarRating="4" HotelCode="|710364" HotelName="Indigo Edinburgh  Princes Street" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/240607_foto_1.jpg</HotelPictures>
        <HotelDescription>El Hotel Indigoandreg; Edinburgh - Princes Street, ubicado en el centro de la Ciudad nueva, combina la herencia victoriana con el estilo contemporandaacute;neo. Nuestra elegante fachada victoriana da a la principal calle comercial de la ciudad, con increandiacute;bles vistas del Castillo de Edimburgo y el perfil de la Ciudad vieja. Encontrarandaacute;s gestos de la historia literaria de la ciudad en la elegante decoraciandoacute;n del hotel y las habitaciones. Y para empezar a admirar la belleza de la arquitectura georgiana de la Ciudad nueva, solo tienes que salir a la calle. En nuestro exclusivo restaurante Twenty Princes Street, el Chef Elzane Louwrens crea platos de carne y mariscos en Josper Grill, con ingredientes escoceses frescos de temporada. Toma asiento junto a la ventana en la coctelerandiacute;a Juniper y prueba alguno de nuestros pequeandntilde;os platos y originales creaciones. O acurranduacute;cate en un candoacute;modo sillandoacute;n de nuestra biblioteca para leer una novela tranquilamente.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1608.00" OriginalAmount="1608.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|627861" HotelName="THE PRINCIPAL EDINBURGH" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/906631_foto_1.jpg</HotelPictures>
        <HotelDescription>The Principal Edinburgh  is an old established hotel located in the heart of Edinburgh. All of the hotel's 249 bedrooms have been tastefully decorated and furnished, giving guests comfort and hospitality of the highest standard. The hotel has 1 restaurant, Tempus Bar and Restaurant, which offers a sumptuous a la Carte menu. The public areas of the lobby and bar have been carefully restored and upgraded to provide warmth and comfort reminiscent of a bygone era. Here you can relax and enjoy a cocktail or sample one of the many malt whiskies the hotel stocks whilst soaking up the atmosphere.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1617.48" OriginalAmount="1617.48">
      <BasicPropertyInfo Latitude="55.95258011" Longitude="-3.19925615" StarRating="4" HotelCode="433392|4268255" HotelName="Code Hostel Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2025" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>50 Rose Street North Lane, Edinburgh EH2 2NP</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/595608/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1620.00" OriginalAmount="1620.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|C42781" HotelName="Voco Edinburgh - Haymarket" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2385488_foto_1.jpg</HotelPictures>
        <HotelDescription>&lt;p&gt;&lt;strong&gt;Hotel Overview:&lt;/strong&gt; Nestled in the heart of Edinburghs dynamic Haymarket area VOCO Edinburgh - Haymarket combines modern sophistication with sustainable practices and a prime location. This hotel stands out with its award-winning services commitment to eco-friendly initiatives and remarkable architectural design that merges historic charm with contemporary elegance.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Accommodations:&lt;/strong&gt; VOCO Edinburgh - Haymarket caters to a variety of travelers with its richly appointed rooms and suites. Guests can enjoy a comfortable stay in one of the 150 elegantly appointed guestrooms. VOCO Edinburgh - Haymarket features a range of luxurious accommodations designed to cater to diverse guest needs. The rooms span from Standard Rooms to Executive Suites each offering plush bedding marble bathrooms and bespoke furniture. In-room amenities include high-speed Wi-Fi flat-screen TVs minibars and exclusive toiletries. The larger suites boast balconies with stunning city views or serene garden vistas.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Amenities:&lt;/strong&gt; The hotel offers an array of premium amenities including concierge services valet parking private cabana rentals at the poolside and a state-of-the-art business center. For those seeking an elevated experience VIP services such as butler and limousine rentals are readily available.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Dining Options:&lt;/strong&gt; The hotel features multiple dining venues including The Bistro on First which offers traditional Scottish dishes fused with international cuisine; Skyline Bar provides an exquisite rooftop dining experience where guests can enjoy creative cocktails alongside panoramic views of the cityscape. Noteworthy is the 24-hour room service menu featuring signature dishes crafted by Michelin-starred chefs.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Nearby Location and Transportation:&lt;/strong&gt; Located just 8 miles from Edinburgh Airport and a mere half-mile from Haymarket Train Station. It's ideally positioned for guests arriving by air or rail.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Nearby Attractions:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;ul&gt;&lt;li&gt;Princes Street (0.5 miles) A major shopping destination offering a variety of retail experiences.&lt;/li&gt;&lt;li&gt;Edinburgh Castle (1 mile) A historic fortress which dominates the skyline of the city from its position on Castle Rock.&lt;/li&gt;&lt;li&gt;Royal Mile (1.5 miles) The heart of Scotland's capital lined with cobblestone streets quaint boutiques and vibrant cafes.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Wellness And Activities:&lt;/strong&gt; The wellness center at VOCO Edinburgh includes a full-service spa offering signature treatments like hydrotherapy and bespoke massages; yoga classes are available in our serene studio space. Guests can maintain their workout routines in our fully equipped fitness center or relax by our tranquil indoor pool area.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Policies and Check-In Instructions:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;ul&gt;&lt;li&gt;Check-in starts at 3 PM; valid photo ID required.&lt;/li&gt;&lt;li&gt;Pets are allowed under specific terms; please inquire about pet policies before booking.&lt;/li&gt;&lt;li&gt;All major credit cards accepted; cash not accepted for payment.&lt;/li&gt;&lt;li&gt;Special requests are subject to availability upon check-in; extra charges may apply.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Summary:&lt;/strong&gt; Located strategically near transport hubs and top attractions in Edinburghs prestigious Haymarket district&lt;/p&gt;andnbsp;&lt;br/&gt;&lt;b&gt;Disclaimer notification: Amenities are subject to availability and may be chargeable as per the hotel policy.&lt;/b&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1625.32" OriginalAmount="1625.32">
      <BasicPropertyInfo StarRating="3" HotelCode="|627862" HotelName="OLD WAVERLEY HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/903309_foto_1.jpg</HotelPictures>
        <HotelDescription>Located on Princess Street, the Old Waverley Hotel offers a wide variety of facilities and attractions which are right on its doorstep. There are 66 ensuite bedrooms, leisure facilities, nearby golf courses, museums and galleries and of course Edinburgh's famous sites such as the Castle and the Zoo. The Old Waverley Hotel is wavered form the DDA 2005, due to its listed building status, there are 27 stairs to reach the hotels reception with no lift.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1628.00" OriginalAmount="1628.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|834079" HotelName="HOTEL INDIGO EDINBURGH" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/900463_foto_1.jpg</HotelPictures>
        <HotelDescription>Set in the heart of Edinburgh City, just a 2 minute walk to Edinburgh station and Princes Street. Conveniently located to visit all of Edinburghs major attractions.Every bedroom offers complimentary WiFi, media hub, flat screen satelite tv, desk, cordless phone and oversized beds with plush linens. A spa-inspired ensuite featuring a speaker system and rainfall shower with luxury toiletries.Amenities include mini bar with complimentary soft drinks and snacks.The stylish bar and restaurant, the Turquoise Thistle, will serve classic and modern Scottish dishes with a contemporary twist, using a predominance of locally sourced produce. Serving  breakfast, lunch, afternoon tea, pre and post-theatre dinnerSteeped in history itself, the hotel building dates back to the early 1800?s with many of the historic features preserved.  The Hotel Indigo Edinburgh is set within a category A listed building dating back to the late 18th century. Originally 5 residential properties the hotel enhances many of the intriguing features including decorative stairwells and a unique cupola. Set within the New Town Conservation area, the hotel also falls within the Edinburgh UNESCO World Heritage Site.A medium sized lobby, modern in style which adjoins the lounge area with plenty of seating for guests.Onsite fitness centre complimentary for all guests.For Dynamic bookings only: Please note that if the rate is inclusive of breakfast, this will only be provided for a maximum number of 2 guests regardless of how many guests are confirmed for the room. Additional guests will have to pay for the breakfast charge directly to the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1641.00" OriginalAmount="1641.00">
      <BasicPropertyInfo Latitude="55.950075" Longitude="-3.1911210000001" StarRating="5" HotelCode="296651|old_town_chambers" HotelName="Old Town Chambers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roxburgh's Court, 323 High Street, Edinburgh EH1 1LW</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/404711/a_404711_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1675.00" OriginalAmount="1675.00">
      <BasicPropertyInfo Latitude="55.951561" Longitude="-3.206133" StarRating="4" HotelCode="49324|crowne_plaza_edinburgh__the_roxburghe" HotelName="Kimpton Charlotte Square" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2,HALF-BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Charlotte Square, Edinburgh EH2 4HQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/34548/a_34548_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is one of the most discerning hotels in Edinburgh, located directly in the historical city centre on Charlotte Square with good views over the surrounding gardens. Princes Street, the famous Edinburgh Castle, and countless shopping amenities are practically on the doorstep. Links to the public transport network can be found in the immediate vicinity of the hotel (approximately 30 m).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1677" OriginalAmount="1677">
      <BasicPropertyInfo Latitude="55.950095" Longitude="-3.186915" StarRating="4" HotelCode="29276|22391" HotelName="Radisson Blu Edinburgh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 High Street, The Royal Mile, Edinburgh EH1 1TH</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47155/ba_47155_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located along the Royal Mile between Edinburgh Castle and Holyrood Palace, this hotel lies close to the city's business district and many of the top tourist sights. Links to the public transport network as well as Waverly train station lie approximately 1 km away and it is 11.5 km to Edinburgh airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1682.60" OriginalAmount="1682.60">
      <BasicPropertyInfo Latitude="55.953738257467" Longitude="-3.1902767584514" StarRating="2" HotelCode="386665|696418" HotelName="The Baxter Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 06/04/2025" HotelFacility="24 Hour Front Desk,Housekeeping,Internet,Kitchen,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>5/2 West Register Street, New Town, Edinburgh EH2 2AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/511024/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Baxter Hostel in Edinburgh (New Town), you'll be minutes from Princes Mall and St. Giles' Cathedral. This hostel is close to Edinburgh Playhouse Theatre and Princes Street Gardens.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 6 guestrooms. Prepare your meals in the shared/communal kitchen. Complimentary wireless Internet access is available to keep you connected. Bathrooms have showers and hair dryers.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;A complimentary continental breakfast is served daily.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include a 24-hour front desk and luggage storage.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1728.00" OriginalAmount="1728.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|710351" HotelName="Ocean Apartments" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/908781_foto_1.jpg</HotelPictures>
        <HotelDescription>Estos apartamentos estandaacute;n situados en una nueva y elegante urbanizaciandoacute;n en el animado barrio de Leith, a 10-20 minutos en autobanduacute;s del centro de Edimburgo. Antaandntilde;o un ajetreado puerto mercantil, Leith ha sido objeto de una gran regeneraciandoacute;n y reurbanizaciandoacute;n en los anduacute;ltimos aandntilde;os y ahora alberga el parlamento escocandeacute;s y atracciones como el Royal Yacht Britannia y el Ocean Terminal. El aeropuerto de Edimburgo se encuentra a 12 kilandoacute;metros. Los apartamentos disponen de conexiandoacute;n wifi gratuita y aparcamiento vigilado, asandiacute; como dos candoacute;modos dormitorios, ropa de cama, toallas, baandntilde;o con ducha de hidromasaje, baandntilde;era, secador de pelo, una completa cocina, una candoacute;moda sala de estar con zona de comedor, TV con reproductor de DVD, set de plancha y calefacciandoacute;n central.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1745" OriginalAmount="1745">
      <BasicPropertyInfo Latitude="55.954472042637" Longitude="-3.1974929941908" StarRating="4" HotelCode="318631|89819" HotelName="The Spires Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93-95 Hanover Street, Edinburgh EH2 1DJ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/41/418761/418761a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1748.20" OriginalAmount="1748.20">
      <BasicPropertyInfo StarRating="3" HotelCode="|964341" HotelName="IBIS STYLES ST ANDREW SQUARE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/959469_foto_1.jpg</HotelPictures>
        <HotelDescription>From the extensive continental breakfast spread each morning and 24-hour snack service, to the ever-cheery welcome at our on-site bar and restaurant, we work hard to make sure bellies are full and hearts are happy from sunup until well after sundown. And tucked away as we are in one of the prettiest districts of Edinburgh, your trip to this captivating Celtic charmer of a city is off to a braw start!</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1750.84" OriginalAmount="1750.84">
      <BasicPropertyInfo Latitude="55.950065" Longitude="-3.187277" StarRating="3" HotelCode="39322|84829" HotelName="The Inn On The Mile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 06/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>82 High Street, The Royal Mile, Edinburgh EH1 1LL</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/64876/w_64876_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel occupies a prime location in Edinburgh city centre, situated on the Royal Mile and only two minutes' walk from Princes Street - all the history and culture of Edinburgh is quite literally on the doorstep. Countless shopping venues, bars, restaurants and nightclubs are to be found in the vicinity. The sightseeing attraction of Holyrood Palace is only 200 m away from the hotel. Links to the public transport network also lie within walking distance. Transfer to the airport takes about 25 minutes (15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1768.16" OriginalAmount="1768.16">
      <BasicPropertyInfo Latitude="55.949775" Longitude="-3.207238" StarRating="5" HotelCode="11319|CAF968300" HotelName="Waldorf Astoria Edinburgh - The Caledonian" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 09/04/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Princes Street, EH1 2AB Edinburgh, Schottland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/9477/a_9477_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel lies in the heart of the city, at the west end of Princes Street. Just a stone’s throw away there are various bars, restaurants, shops as well as historical sights are all waiting to be discovered. Excellent transport links can be found right outside the hotel. It is just a 10-minute walk to Waverly Station and the airport can be conveniently reached in around 20 minutes on public transport. Murrayfield stadium and the Edinburgh International Conference Centre are both around a 10-minute walk away.&lt;br/&gt;&lt;b&gt; from 2023-02-08 to 2030-12-31&lt;b&gt;:-Spa Leisure Facilities Closure including swimming pool, sauna and steam room from January 4, 2023 - February 13, 2023. We apologize for the inconvenience.&lt;br/&gt;&lt;b&gt; from 2023-02-08 to 2030-12-31&lt;b&gt;:-Please always contact the property if you require an extra bed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="1838.09" OriginalAmount="1838.09">
      <BasicPropertyInfo Latitude="55.951084" Longitude="-3.188192" StarRating="5" HotelCode="33816|112e92" HotelName="The Scotsman" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 North Bridge, EH1 1TR Edinburgh, Scotland</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/53737/a_53737_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel offers a magnificent view over Edinburgh Castle and the Princes Street Gardens. It is the ideal base from which to get to know the bustling Scottish metropolis. The hotel is situated right on the historic North Bridge. Princes Street and the famous Royal Mile are both to be found in the immediate vicinity, and Edinburgh International Airport can be reached in less than 25 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1914.00" OriginalAmount="1914.00">
      <BasicPropertyInfo Latitude="55.95409493" Longitude="-3.1919043" StarRating="5" HotelCode="636656|the_edinburgh_grand" HotelName="The Edinburgh Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>42 Saint Andrew Square, New Town, Edinburgh EH22AD</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/755307/w_755307_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1920" OriginalAmount="1920">
      <BasicPropertyInfo Latitude="55.956678" Longitude="-3.185501" StarRating="5" HotelCode="27030|26511" HotelName="The Glasshouse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Greenside Place, Edinburgh EH1 3AA</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39815/a_39815_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of Edinburgh, this hotel is 5 minutes from Princes Street, North Bridge and Harvey Nichols, and Edinburgh Castle is just a 15-minute walk away. Edinburgh Waverley mainline station is only 5 minutes by taxi, and Edinburgh International Airport is 10 km away (about a 20-minute drive.)</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1950.04" OriginalAmount="1950.04">
      <BasicPropertyInfo Latitude="55.860826826375" Longitude="-3.0825662612915" StarRating="4" HotelCode="23997|577835" HotelName="Dalhousie Castle Hotel &amp; Aqueous Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 07/04/2025" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bonnyrigg, Edinburgh EH19 3JB, Midlothian</AddressLine>
          </AddressLines>
          <CityName>Bonnyrigg</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/33353/a_33353_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the B704, some 6.8 miles south of Edinburgh city centre and only around 14 miles from Edinburgh international airport, while Glasgow international airport is about 45 miles away. The area is full of interest for visitors; Rosslyn Chapel is nearby (around a 10-minute drive) and the Royal Yacht Britannia as well as Edinburgh Castle may be reached in around 30 minutes by car and Edinburgh Zoo is around a 50-minute drive away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1960" OriginalAmount="1960">
      <BasicPropertyInfo Latitude="55.953645024098" Longitude="-3.1868317723274" StarRating="4" HotelCode="130402|56394" HotelName="Princes Street Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 08/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Waterloo Place 16, Princes Street, Edinburgh EH1 3EG</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/188141/w_188141_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are located on a quiet street right in the city centre, 2 minutes’ walk from Princes Street, 5 minutes’ walk from the historical Royal Mile and a 2-minute walk from various public transport links. Edinburgh Castle is about 15 minutes away on public transport, as is John Knox House and the Dynamic Earth Museum. Holyrood Palace is just 20 minutes from the hotel. Waverley Train Station is just 5 minutes away by foot. Edinburgh Airport is approximately 17 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1993.92" OriginalAmount="1993.92">
      <BasicPropertyInfo Latitude="55.951395" Longitude="-3.215875" StarRating="5" HotelCode="11137|581045" HotelName="Bonham Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/04/2025" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Drumsheugh Gardens, Edinburgh EH3 7RN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/9182/a_9182_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to the centre of Edinburgh meaning that guests can easily reach the city's top tourist sights.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1994.00" OriginalAmount="1994.00">
      <BasicPropertyInfo Latitude="55.95134448" Longitude="-3.19017162" StarRating="0" HotelCode="955747|market_street_hotel" HotelName="Market Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Market Street, Edinburgh EH1 1DE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/30000000/29510000/29507400/29507352/7c65f46b_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2000.00" OriginalAmount="2000.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|627874" HotelName="THE PRINCIPAL EDINBURGH CHARLOTTE SQUARE" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/958841_foto_22.jpg</HotelPictures>
        <HotelDescription>Situated within an elegant late-18th-century Georgian building on beautiful Charlotte Square, in Edinburgh's famous New Town, the 4-star The Principal Edinburgh Charlotte Square is ideally located in the city centre, just a short distance from the main shopping thoroughfare of Princes Street. Stylish and contemporary, the hotel's 199 guestrooms and suites feature period features plus fine furnishings, with some also boasting a view over Charlotte Square. Rooms are en-suite and come with air conditioning, flat-screen multi-channel TV, free Wi-Fi and tea/coffee making facilities. There is an indoor swimming pool and a fully-equipped gym, while guests can also take advantage of fitness classes, personal training, and a full range of massage and wellness treatments. For dining, the George Street Bar and Grill offers a grand European brasserie-style setting and features a varied menu of seasonal dishes, plus stays open late for drinks and live music. There is also a lounge where guests can enjoy coffees, afternoon teas, snacks and drinks. Other benefits for guests include on-site parking and easy access to Edinburgh Waverley Station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2038.00" OriginalAmount="2038.00">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="0" HotelCode="973467|mono_suites_3" HotelName="Mono Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85 South Bridge, Edinburgh EH1 1HN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/fb/82/fb8233e4237c7e4b7dea5adb43476a7650f57aa5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2089.92" OriginalAmount="2089.92">
      <BasicPropertyInfo Latitude="55.928174333333" Longitude="-3.1684156" StarRating="3" HotelCode="76418|1734348" HotelName="Alba House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/03/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Craigmillar Park, Edinburgh, City of Edinburgh EH16 5PE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/10000000/9800000/9790300/9790291/6cdcbcbc_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2106.72" OriginalAmount="2106.72">
      <BasicPropertyInfo StarRating="4" HotelCode="|628243" HotelName="SCOTSMAN HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/904867_foto_1.jpg</HotelPictures>
        <HotelDescription>The luxury boutique 4 star hotel is the former home to Scotland's national newspaper. When converting the newspaper printing house into a boutique hotel much care was taken to keep all original architectural features and layout intact. As a result, no two rooms are alike and each bedroom at The Scotsman Hotel is individually designed to offer a unique experience with every visit. Hosting 72 rooms, the hotel has a range of room types for all tastes with a wealth of Scottish charm with many of the original features that made the building one of the iconic landmarks of the Capital City. Positioned just off the Royal Mile, holding a desirable location on North Bridge nestled in between the hustle and bustle of the New Town and the historical Old Town, the hotel is the perfect location to explore Edinburgh. Guests can find the best of the city's best tourist attractions, arts and entertainment venues, shopping and more, just moments from The Scotsman Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2113" OriginalAmount="2113">
      <BasicPropertyInfo Latitude="56.059378616112" Longitude="-2.7385595440865" StarRating="4" HotelCode="34750|38582" HotelName="Macdonald Marine Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cromwell Road, North Berwick, East Lothian EH39 4LZ</AddressLine>
          </AddressLines>
          <CityName>North Berwick</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56541/a_56541_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated close to various shopping facilities, restaurants, bars, pubs and public transport links, directly on a beautiful large golf course. The city of Edinburgh is around 45 minutes from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2192.00" OriginalAmount="2192.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|710296" HotelName="The Roseate Edinburgh" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/241389_foto_1.jpg</HotelPictures>
        <HotelDescription>Hay un total de 16 dormitorios a disposiciandoacute;n de los clientes. Este alojamiento data de 1852 y fue reformado andiacute;ntegramente en 2017. Asimismo, la propiedad cuenta con Wi-Fi gratuito. La recepciandoacute;n estandaacute; abierta todo el dandiacute;a. The Roseate Edinburgh no ofrece cunas bajo solicitud previa. Dispone de aparcamiento. Las personas en viaje de empresa valorarandaacute;n las instalaciones de negocios en esta propiedad, ideal para acoger cualquier tipo de evento. La residencia puede cobrar el importe de algunos de estos servicios.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2440.00" OriginalAmount="2440.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|710294" HotelName="The Bonham Hotel" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/904528_foto_1.jpg</HotelPictures>
        <HotelDescription>Este hotel urbano se ubica cerca del centro de Edimburgo, lo que significa que los huandeacute;spedes pueden visitar fandaacute;cilmente los principales lugares de interandeacute;s de la ciudad.Este hotel, renovado en 1997, cuenta con un total de 48 habitaciones distribuidas en 5 plantas, de las cuales 10 son individuales, 36 son dobles y 2 son suites. Los huandeacute;spedes pueden hacer uso del vestandiacute;bulo con mostrador de recepciandoacute;n 24 horas, caja fuerte, servicio de cambio de divisas, guardarropa, ascensor, varias tiendas y aparcamiento. Las opciones gastronandoacute;micas comprenden un restaurante a la carta con aire acondicionado y es posible usar la lavanderandiacute;a y servicio de habitaciones, asandiacute; como la terminal panduacute;blica de conexiandoacute;n a Internet.Las confortables habitaciones disponen de cuarto de baandntilde;o privado con azulejos y secador de pelo, telandeacute;fono de landiacute;nea directa, radio, equipo de alta fidelidad estandeacute;reo y conexiandoacute;n a Internet. Hay tambiandeacute;n una pequeandntilde;a cocina, moqueta, calefacciandoacute;n central y caja fuerte de alquiler, como prestaciones estandaacute;ndar.Se puede seleccionar el desayuno, almuerzo y cena de un generoso bufet. El almuerzo y la cena se pueden disfrutar tambiandeacute;n a la carta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2509" OriginalAmount="2509">
      <BasicPropertyInfo Latitude="55.949407592212" Longitude="-3.208184162635" StarRating="4" HotelCode="903826|408414" HotelName="The Rutland Hotel &amp; Luxury Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rutland Street, Edinburgh, Scotland EH1 2AE</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/28/289201/289201a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2779.28" OriginalAmount="2779.28">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="0" HotelCode="639271|636447" HotelName="Blackfriars Lofts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>17 Blackfriars Street</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/810190/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3158" OriginalAmount="3158">
      <BasicPropertyInfo Latitude="55.953173496597" Longitude="-3.1896561384201" StarRating="5" HotelCode="10630|13188" HotelName="The Balmoral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Princes Street, Edinburgh EH2 2EQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/8497/gt_8497_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and comfortable hotel is situated in an exclusive location and offers a beautiful view over Edinburgh castle. The hotel is the beauty of the 'Sir Rocco Forte Collection' and the leading hotel of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="3481.92" OriginalAmount="3481.92">
      <BasicPropertyInfo Latitude="55.9366424" Longitude="-3.1570894" StarRating="5" HotelCode="16176|1104bc" HotelName="Prestonfield House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Priestfield Road, Edinburgh EH16 5UT</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/01/016742/016742a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Edinburgh. The nearest airport is Edinburgh - Turnhouse (EDI).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3600.00" OriginalAmount="3600.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|677101" HotelName="Balmoral" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>EDINBURGH</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1054484_foto_1.jpg</HotelPictures>
        <HotelDescription>This 5 star hotel is located in the city centre of Edinburgh and was established in 1902. It is a short drive away from the Edinburgh Castle. The Hotel has 3 restaurants, 2 bars, a conference room, a coffee shop, an indoor swimming pool and a fitness centre/gym. All 188 rooms are equipped with minibar, hairdryer, safe, trouser press, ironing set and air conditioning.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="444" OriginalAmount="444">
      <BasicPropertyInfo Latitude="55.942167018241" Longitude="-3.4054197" StarRating="3" HotelCode="263558|93387" HotelName="Premier Inn Edinburgh Airport (Newbridge) Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>5 Hallbarns Crescent, Newbridge, Edinburgh EH28 8TH</AddressLine>
          </AddressLines>
          <CityName>Newbridge</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;The modern restaurant serves breakfast and a variety of traditional and international meals throughout the day. You can also relax with a drink in the bar area. A number of ATMs and vending machines for snacks and drinks are also available at the hotel. It offers free parking and rooms with air c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="734" OriginalAmount="734">
      <BasicPropertyInfo Latitude="55.946871032784" Longitude="-3.2132184851685" StarRating="0" HotelCode="795859|405397" HotelName="hub by Premier Inn Edinburgh Haymarket" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>Torphichen Street, Edinburgh EH3 8JB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="747.00" OriginalAmount="747.00">
      <BasicPropertyInfo Latitude="55.94981442" Longitude="-3.19020257" StarRating="0" HotelCode="967313|code_pod_hostels_the_court" HotelName="Code Pod Hostels - The Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1A Parliament Square, Edinburgh EH1 1RF</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="824" OriginalAmount="824">
      <BasicPropertyInfo Latitude="55.951436725577" Longitude="-3.1833026744185" StarRating="2" HotelCode="597369|227087" HotelName="hub by Premier Inn Edinburgh Royal Mile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>37 East Market Street, Edinburgh EH8 8FR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="845" OriginalAmount="845">
      <BasicPropertyInfo Latitude="55.952600183777" Longitude="-3.1977995959195" StarRating="0" HotelCode="795789|405396" HotelName="hub by Premier Inn Edinburgh City Centre (Rose Street)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>Rose Street, South Lane, Edinburgh EH2 2NN</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="891.24" OriginalAmount="891.24">
      <BasicPropertyInfo Latitude="55.951383905043" Longitude="-3.1839805068109" StarRating="3" HotelCode="467282|4270805" HotelName="Premier Inn Edinburgh City Centre Royal Mile Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>33 East Market Street, Old Town, Edinburgh EH8 8FR</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="911.00" OriginalAmount="911.00">
      <BasicPropertyInfo Latitude="55.943315154538" Longitude="-3.2127660512924" StarRating="4" HotelCode="915108|staycity_serviced_apartments__west_end_2" HotelName="West End Edinburgh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>11 Brandfield Street, Edinburgh EH3 8AS</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="1434.24" OriginalAmount="1434.24">
      <BasicPropertyInfo Latitude="55.958742234536" Longitude="-3.1795500177909" StarRating="4" HotelCode="319367|18e32b" HotelName="No11 Boutique Hotel &amp; Brasserie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>11 Brunswick Street, Edinburgh EH7 5JB</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Edinburgh.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1966.00" OriginalAmount="1966.00">
      <BasicPropertyInfo Latitude="55.94587544" Longitude="-3.22908678" StarRating="4" HotelCode="765108|260322" HotelName="The Dunstane Houses - Dunstane House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/04/2025" HotelFacility="Babysitting,Bar,Concierge,Conference Hall,Dry Cleaning,Garden,Internet,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 West Coates, Edinburgh, Schottland EH12 5JQ</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This is an elegant town house which is just a short walk from Edinburgh city centre. The relaxed atmosphere of this hotel is in keeping with its location, where modern comfort and style blend seamlessly with the contemporary features, retained throughout the property. Private parking is available at the hotel.\n\nLocation\nThis hotel is located in Edinburgh's West End, just 15 minutes' walk from the city's shopping and commercial centre (Princes Street), 10 minutes' walk from Edinburgh International Exhibition Centre and around 5 minutes' on foot from Murrayfield Stadium, the home of Scottish Rugby. This hotel provides the ideal base for both business and leisure travellers to the city, with a diverse selection of bars, train and bus stations, a stop for the local transport system and the tourist centre all to be found within 3 km of the hotel. A local bus stop providing access to a whole range of amenities can be found right outside the hotel. Turnhouse Airport is 12 km from the accommodation.\n\nRooms\nEach of the comfortable, carpeted rooms come with an en suite bathroom with a hairdryer, an iron and ironing board, widescreen TV and CD/DVD player, direct dial telephone, tea and coffee making facilities with cookies, a desk with modem point, free wireless broadband Internet access, and king/super king-size beds with luxurious Egyptian bed linens. The heating is centrally controlled. All bathrooms have power showers, luxury toiletries and warm fluffy towels.\n\nMeals\nThe hotel has its own bar with a range of malt whiskies, as well as a garden conservatory, where guests can relax over a coffee with a good book or the day's papers. The City Breakfast offers a lighter start to the day with juices, pastries, croissants, morning rolls, cereals, yoghurts and meat, cheese and fruit platters or a full Scottish breakfast, all served with a selection of fine, herbal and fruit teas and coffee.\n\nPayment\nAmerican Express, MasterCard, VISA and some debit cards are accepted as methods of payment.\n\nNotes\nFor the safety and comfort of guests, all rooms are non-smoking. Check-in is at 3 pm and guests are requested to check out by 11 am.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2273.36" OriginalAmount="2273.36">
      <BasicPropertyInfo Latitude="55.9484" Longitude="-3.19912" StarRating="0" HotelCode="980456|4660015" HotelName="Fingal Edinburgh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>Alexandra Dock, Leith, Edinburgh EH6 7DX</AddressLine>
          </AddressLines>
          <CityName>Edinburgh</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access,Bicycle Rental,Diet Meals,Kitchen,Currency Exchange,Designated Smoking Area,Swimming Pool,Spa,Jacuzzi,Massage Centre,Sauna,Heated Pool,Babysitting,Concierge,Dry Cleaning,Garden,Meeting Room,Parking,Pets allowed,24 Hour Front Desk,Housekeeping,Luggage Storage,24 Hour Security,Dining</BasicAmenities>
    <HotelRating>4,3,5,2.5,4.5,2,3.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,ECO HOTEL,HOTEL DE CHARME,APARTHOTEL,SPA HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,GUESTHOUSE,HOSTEL,APARTMENT HOTEL,COUNTRY HOUSE,VILLAGE,HOSTELS,GOLF 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|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="3a1ed41e-8097-4024-b161-818a21802b84">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-13T00:00:00" End="2025-04-15T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="45056|10370e" SourceId="45" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|DOTWPrice|exception while supplier interation||DOTW|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|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="3a1ed41e-8097-4024-b161-818a21802b84" TimeStamp="0001-01-01T00:00:00" HotelName="Sheraton Grand Hotel &amp; Spa, Edinburgh" HotelCode="45056|10370e" StarRating="5" GTCityId="41120" CountryCode="GB" CityName="Edinburgh" CountryName="United Kingdom" Address="1 Festival Square, Edinburgh EH3 9SR, Scotland" PostCode="EH3 9SR" PhoneNo="+441312299131" FaxNo="+441312284510" Email="grandedinburgh@sheraton.com" CheckInTime="" CheckOutTime="" Latitude="55.947154258879" Longitude="-3.2071870565414" SourceId="45" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe Room-Deluxe Room, 2 Twin Beds, Non Smoking|Room 2: Deluxe Room-Deluxe Room, 2 Twin Beds, Non Smoking|Room 3: Deluxe Room-Deluxe Room, 2 Twin Beds, Non Smoking|Room 4: Deluxe Room-Deluxe Room, 2 Twin Beds, Non Smoking" RoomTypeCode="10370e_13849683935521835_1_108-45_2_2_0_3_3843316508_8_2-13-0~2-13-0~2-13-0~2-13-0_88-100_76_2.20250413_2_2~2~2~2_3_76_zen86b23d2a41994c0780273d99a8006319_173704011400|45|MTUxNS4yOHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="1515.28" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:09:54.9843046+00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe Room-Deluxe Room, 1 King Bed, Non Smoking|Room 2: Deluxe Room-Deluxe Room, 1 King Bed, Non Smoking|Room 3: Deluxe Room-Deluxe Room, 1 King Bed, Non Smoking|Room 4: Deluxe Room-Deluxe Room, 1 King Bed, Non Smoking" RoomTypeCode="10370e_13849680855750517_1_108-45_2_2_0_3_763813954_9_1-13-0~1-13-0~1-13-0~1-13-0_88-100_76_2.20250413_2_2~2~2~2_3_76_zen86b23d2a41994c0780273d99a8006319_173704011400|45|MTUxNS4yOHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="1515.28" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:09:55.0155566+00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - De Luxe|Room 2: Twin room - De Luxe|Room 3: Twin room - De Luxe|Room 4: Twin room - De Luxe" RoomTypeCode="158141063|1|1522|27|MTUyMnxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="1522" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:09:55.6410394+00:00" End="2025-04-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room King bed - De Luxe|Room 2: Double room King bed - De Luxe|Room 3: Double room King bed - De Luxe|Room 4: Double room King bed - De Luxe" RoomTypeCode="158141049|1|1522|27|MTUyMnxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="1522" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:09:55.7660464+00:00" End="2025-04-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room-Club Room, 1 King Bed, Non Smoking|Room 2: Standard Room-Club Room, 1 King Bed, Non Smoking|Room 3: Standard Room-Club Room, 1 King Bed, Non Smoking|Room 4: Standard Room-Club Room, 1 King Bed, Non Smoking" RoomTypeCode="10370e_13852996079816675_1_108-45_2_2_0_3_3410474970_11_1-6-0~1-6-0~1-6-0~1-6-0_88-100_76_2.20250413_2_2~2~2~2_3_76_zen86b23d2a41994c0780273d99a8006319_173704011400|45|MTg1OS42OHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="1859.68" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:09:55.0155566+00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room-Club Room, 2 Twin Beds, Non Smoking|Room 2: Standard Room-Club Room, 2 Twin Beds, Non Smoking|Room 3: Standard Room-Club Room, 2 Twin Beds, Non Smoking|Room 4: Standard Room-Club Room, 2 Twin Beds, Non Smoking" RoomTypeCode="10370e_13852993590648592_1_108-45_2_2_0_3_1596319529_12_2-6-0~2-6-0~2-6-0~2-6-0_88-100_76_2.20250413_2_2~2~2~2_3_76_zen86b23d2a41994c0780273d99a8006319_173704011400|45|MTg1OS42OHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="1859.68" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:09:55.0155566+00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - Club room|Room 2: Twin room - Club room|Room 3: Twin room - Club room|Room 4: Twin room - Club room" RoomTypeCode="206781760|1|1867|27|MTg2N3xHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="1867" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:09:55.906679+00:00" End="2025-04-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room King bed - Club room|Room 2: Double room King bed - Club room|Room 3: Double room King bed - Club room|Room 4: Double room King bed - Club room" RoomTypeCode="206781756|1|1867|27|MTg2N3xHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="1867" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:09:56.0629387+00:00" End="2025-04-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite - Club|Room 2: Suite - Club|Room 3: Suite - Club|Room 4: Suite - Club" RoomTypeCode="206781761|1|2559|27|MjU1OXxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="2559" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:09:56.2035722+00:00" End="2025-04-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://dmcsquare.b-cdn.net/Images/21528/ba_21528_A2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/a_21528_B2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/a_21528_C2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/l_21528_D2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/p_21528_E2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/w_21528_F2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/a_21528_G2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/a_21528_H2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/l_21528_I2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/l_21528_J2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/l_21528_K2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/l_21528_L2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/w_21528_M2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/w_21528_N2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/w_21528_O2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/w_21528_P2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/w_21528_Q2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/w_21528_R2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/w_21528_S2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/p_21528_T2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/p_21528_U2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/p_21528_V2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/r_21528_W2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/r_21528_X2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/r_21528_Y2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/r_21528_Z2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/r_21528_AA2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/r_21528_AB2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/r_21528_AC2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/r_21528_AD2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/r_21528_AE2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/r_21528_AF2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/ba_21528_AG2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/ba_21528_AH2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/ba_21528_AI2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/gt_21528_AJ2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/gt_21528_AK2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/gt_21528_AL2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/gt_21528_AM2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/gt_21528_AN2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/gt_21528_AO2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/gt_21528_AP2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/gt_21528_AQ2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/k_21528_AR2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/k_21528_AS2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/k_21528_AT2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/k_21528_AU2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/k_21528_AV2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/k_21528_AW2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/k_21528_AX2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/gt_21528_AY2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/gt_21528_AZ2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/gt_21528_BA2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/gt_21528_BB2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/21528/gt_21528_BC2.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This exclusive hotel is located close to Princes Street at the heart of Edinburgh within a short distance of several theatres and places of interest, including Edinburgh Castle. Links to the public transport network are just 1 km away and there are many shopping venues, as well as countless restaurants, diverse bars, pubs, cafes and further nightlife venues to be found in the vicinity.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;Units include 12 suites and 257 double rooms located in a 7-storey main building and an auxiliary building. The friendly staff at the reception desk are happy to answer any questions. A cloakroom, a safe, room service, a conference room and a business centre are available. Wireless internet access in public areas (for a fee) allows guests to stay connected. The hotel has wheelchair-accessible facilities and 3 lifts. Guests arriving by car can park their vehicles in the car park for a fee. Guests can also use the bicycle storage facilities.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Rooms are equipped with air conditioning and individually adjustable heating. All rooms are carpeted and include a king-size bed. Amenities in some rooms include a safe and a minibar. Additional features include 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. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. The hotel has family rooms and non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;Excellent swimming awaits guests at the indoor pool. The sun loungers are perfect for soaking up some sun. A hot tub can soothe sore muscles (for a fee). Leisure options at the hotel include a gym, a spa and a solarium. For a fee, guests can also enjoy a sauna and massage treatments. Copyright GIATA 2004 - 2020. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Bed and breakfast is bookable. Guests can choose to book options such as breakfast, lunch or dinner. Special meals, including special dietary cuisine, are also available.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the hotel: American Express, VISA, Diners Club and MasterCard.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>44-131-2284510</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>44-131-2299131</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Located on main road</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>1985</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2010</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Annexe Buildings</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>7</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>269</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>257</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Suites</Description><Value>12</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Cloakroom</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>3</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>2</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with air conditioning </Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with non-smoking area</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with high-chairs</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bicycle Cellar</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Lunch Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Evening Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Special Diet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Continental Breakfast</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Indoor Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sun loungers</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Jacuzzi</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sauna</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>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>800 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Sea</Description><Value>8000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Park</Description><Value>600 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Shopping opportunities</Description><Value>300 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Restaurants</Description><Value>600 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bars / Pubs</Description><Value>800 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Nightclub</Description><Value>800 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bus Station</Description><Value>2000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Train Station</Description><Value>2000 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|RateHawkSearch|successfull supplier interation||RateHawk|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|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="3a1ed41e-8097-4024-b161-818a21802b84">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-13T00:00:00" End="2025-04-15T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="11319|CAF968300" SourceId="1" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|DOTWPrice|exception while supplier interation||DOTW|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|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="3a1ed41e-8097-4024-b161-818a21802b84" TimeStamp="0001-01-01T00:00:00" HotelName="Waldorf Astoria Edinburgh - The Caledonian" HotelCode="11319|103ba6" StarRating="5" GTCityId="41120" CountryCode="GB" CityName="Edinburgh" CountryName="United Kingdom" Address="Princes Street, EH1 2AB Edinburgh, Schottland" PostCode="EH1 2AB" PhoneNo="+441312228888" FaxNo="+441312228889" Email="The_Caledonian@waldorfastoria.com,caledonian.reservations@waldorfastoria.com" CheckInTime="24-Hour" CheckOutTime="24-Hour" Latitude="55.949775" Longitude="-3.207238" SourceId="45" 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|Room 4: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 2: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 3: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 4: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING" RoomTypeCode="01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04|11319|CAF968300|1|MTc2OC4xNnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1768.16" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1768.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room Queen bed - De Luxe|Room 2: Double room Queen bed - De Luxe|Room 3: Double room Queen bed - De Luxe|Room 4: Double room Queen bed - De Luxe" RoomTypeCode="191412952|1|1805|27|MTgwNXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="1805" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T12:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="50" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service|Room 4: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 2: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 3: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 4: KING DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING" RoomTypeCode="01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbDLLspDoFybSFNtD0AE3xAKJFzWLaM4lpc-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jBzwG5AwMso8lllHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|485.94|11319|CAF968300|1|MTgxMi4wNnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1812.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1812.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service|Room 4: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 2: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 3: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 4: KING SUPERIOR ROOM, COMP WIFI/ESPRESSO MACHINE/55 INCH HDTV, 20 SQM/MINI FRIDGE/SAFE/YOGA MAT/IRON-BOARD" RoomTypeCode="01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbLZ--eurvSEsEEOxdMHdIaSJFzWLaM4lpZwYTlG9pmu6wIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jAHXPCDgli8T_Y5Mj9aHLCNO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|500.58|11319|CAF968300|1|MTgyNi43MHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1826.70" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1826.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service|Room 4: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 2: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 3: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 4: KING PREMIER ROOM, SPACIOUS ROOM/WIFI/FLAT SCREEN TV, LAPTOP SAFE/AIRCON/COFFEE-TEA FACILITIES" RoomTypeCode="01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbD_YPlVVFmEPpB1ODrEqskqJFzWLaM4lpedfow_rphG-wIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jD2OxtBasL-lVllHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|504.24|11319|CAF968300|1|MTgzMC4zNnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1830.36" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1830.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service|Room 4: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 2: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 3: KING DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 4: KING DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING" RoomTypeCode="01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbDLLspDoFybSFNtD0AE3xAKJFzWLaM4lpc-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jBzwG5AwMso8lllHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|485.94^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbDLLspDoFybSFNtD0AE3xAKJFzWLaM4lpc-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jBzwG5AwMso8lllHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|485.94|11319|CAF968300|1|MTg1NS45NnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1855.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1855.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service|Room 4: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 2: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 3: KING DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 4: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING" RoomTypeCode="01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbDLLspDoFybSFNtD0AE3xAKJFzWLaM4lpc-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jBzwG5AwMso8lllHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|485.94^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO_49Q6ogNe_MqRCwIDjYeOBpxAgAEGMO1lwPjTSt1tvs8-WSQlnYkpTlbrev9oMxSl6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jD5z-E4zAUkSVllHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|486.24|11319|CAF968300|1|MTg1Ni4yNnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1856.26" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1856.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service|Room 4: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 2: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 3: KING DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 4: KING SUPERIOR ROOM, COMP WIFI/ESPRESSO MACHINE/55 INCH HDTV, 20 SQM/MINI FRIDGE/SAFE/YOGA MAT/IRON-BOARD" RoomTypeCode="01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbDLLspDoFybSFNtD0AE3xAKJFzWLaM4lpc-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jBzwG5AwMso8lllHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|485.94^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbLZ--eurvSEsEEOxdMHdIaSJFzWLaM4lpZwYTlG9pmu6wIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jAHXPCDgli8T_Y5Mj9aHLCNO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|500.58|11319|CAF968300|1|MTg3MC42MHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1870.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1870.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service|Room 4: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 2: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 3: KING DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 4: KING PREMIER ROOM, SPACIOUS ROOM/WIFI/FLAT SCREEN TV, LAPTOP SAFE/AIRCON/COFFEE-TEA FACILITIES" RoomTypeCode="01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbDLLspDoFybSFNtD0AE3xAKJFzWLaM4lpc-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jBzwG5AwMso8lllHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|485.94^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbD_YPlVVFmEPpB1ODrEqskqJFzWLaM4lpedfow_rphG-wIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jD2OxtBasL-lVllHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|504.24|11319|CAF968300|1|MTg3NC4yNnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1874.26" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1874.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service|Room 4: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 2: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 3: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 4: QUEEN PREMIER ROOM, SPACIOUS ROOM/WIFI/FLAT SCREEN TV, LAPTOP SAFE/AIRCON/COFFEE-TEA FACILITIES" RoomTypeCode="01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO8Z30UMqOxixy6NEMAe0vw9iakB3s5pyBxwPjTSt1tvs-dfow_rphG-PRnlc8iAe7h6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jATSpKXreEFX1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-XRsZF0GRmRkM|569.44|11319|CAF968300|1|MTg5NS41NnxHQlB8MjAyNS0wNC0wOQ==" OriginalAmount="0" TotalPrice="1895.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1895.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service|Room 4: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 2: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 3: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 4: TWIN PREMIER ROOM, SPACIOUS ROOM/WIFI/FLAT SCREEN TV, LAPTOP SAFE/AIRCON/COFFEE-TEA FACILITIES" RoomTypeCode="01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^00001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO87YeHk6mzHC4yq82mBa4_-8kVZBCZQ8xBbVz3JAVsluudfow_rphG-Atlw_nydv7J6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR9kfYwmQdkQaWcatXFIn5jDheKsljkFHSuhs0Ul_AVqOO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|612.30|11319|CAF968300|1|MTkzOC40MnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1938.42" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1938.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service|Room 4: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 2: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 3: KING DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 4: QUEEN PREMIER ROOM, SPACIOUS ROOM/WIFI/FLAT SCREEN TV, LAPTOP SAFE/AIRCON/COFFEE-TEA FACILITIES" RoomTypeCode="01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbDLLspDoFybSFNtD0AE3xAKJFzWLaM4lpc-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jBzwG5AwMso8lllHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|485.94^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO8Z30UMqOxixy6NEMAe0vw9iakB3s5pyBxwPjTSt1tvs-dfow_rphG-PRnlc8iAe7h6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jATSpKXreEFX1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-XRsZF0GRmRkM|569.44|11319|CAF968300|1|MTkzOS40NnxHQlB8MjAyNS0wNC0wOQ==" OriginalAmount="0" TotalPrice="1939.46" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1939.46" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: Queen Deluxe Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c|8|MTk0OC40MHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="1948.40" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="964.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: King Accessible Deluxe Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c|8|MTk0OC40MHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="1948.40" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="964.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: Queen Deluxe Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c|8|MTk0OC40MHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="1948.40" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="964.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: King Accessible Deluxe Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c|8|MTk0OC40MHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="1948.40" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="964.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service|Room 4: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 2: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 3: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 4: KING PREMIER ROOM WITH CASTLE VIEW, SPACIOUS ROOM/WIFI/ FLAT SCREEN TV, LAPTOP SAFE/AIRCON/COFFEE-TEA FACILITIES" RoomTypeCode="01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbIEbReyxa7MwgHUsNtezEDyJFzWLaM4lpRsPOyw4QUVWFHl74yrBmpoBfV0h701fF7He1YlHVx9yhYuBnKh7cGZBSIsgbtaerkUhUaZnV46yfEdqUIwcz5gTvFJ8dAIKO1uECjD9jvKO90YFntq-JcplV6ZiEmI88udLWX5lOQQIjTIeuCbem7IqLPs6yBxPBvMSK_cHEgLG5Ks4f2UQGo6qf2_M83L7iLE056JmhYu-h0JVN80O5-MgG23PKs7WPlMx9uUWmHMVfBdyDuS8100|646.96|11319|CAF968300|1|MTk3My4wOHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1973.08" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1973.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service|Room 4: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 2: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 3: KING DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 4: TWIN PREMIER ROOM, SPACIOUS ROOM/WIFI/FLAT SCREEN TV, LAPTOP SAFE/AIRCON/COFFEE-TEA FACILITIES" RoomTypeCode="01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbDLLspDoFybSFNtD0AE3xAKJFzWLaM4lpc-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jBzwG5AwMso8lllHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|485.94^00001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO87YeHk6mzHC4yq82mBa4_-8kVZBCZQ8xBbVz3JAVsluudfow_rphG-Atlw_nydv7J6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR9kfYwmQdkQaWcatXFIn5jDheKsljkFHSuhs0Ul_AVqOO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|612.30|11319|CAF968300|1|MTk4Mi4zMnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1982.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1982.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - King - De Luxe|Room 2: Twin/Double room - King - De Luxe|Room 3: Twin/Double room - King - De Luxe|Room 4: Twin/Double room - King - De Luxe" RoomTypeCode="191377025|1|1984|27|MTk4NHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="1984" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T12:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="50" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: King Deluxe Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d|8|MTk5Ni43OHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="1996.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="988.71" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: King Deluxe Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d|8|MTk5Ni43OHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="1996.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="988.71" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: Queen Deluxe Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c|8|MTk5Ni43OHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="1996.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="988.71" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: King Accessible Deluxe Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c|8|MTk5Ni43OHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="1996.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="988.71" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: King Superior Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e|8|MjAxMi45MXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2012.91" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="996.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: King Superior Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e|8|MjAxMi45MXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2012.91" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="996.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: Queen Deluxe Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c|8|MjAxMi45MXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2012.91" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="996.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: King Accessible Deluxe Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c|8|MjAxMi45MXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2012.91" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="996.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: Twin Premier Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$TWN.PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~362340720~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae|8|MjAxNi45NHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2016.94" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="996.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: Queen Premier Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.PE-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~1060142931~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae|8|MjAxNi45NHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2016.94" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="996.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: King Premier Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~-1025297244~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae|8|MjAxNi45NHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2016.94" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="996.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: Twin Premier Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$TWN.PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~362340720~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae|8|MjAxNi45NHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2016.94" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="996.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: Queen Premier Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.PE-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~1060142931~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae|8|MjAxNi45NHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2016.94" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="996.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: King Premier Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~-1025297244~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae|8|MjAxNi45NHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2016.94" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="996.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Twin Premier Room|Room 4: Queen Deluxe Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$TWN.PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~362340720~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c|8|MjAxNi45NHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2016.94" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="996.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Twin Premier Room|Room 4: King Accessible Deluxe Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$TWN.PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~362340720~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c|8|MjAxNi45NHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2016.94" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="996.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service|Room 4: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 2: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 3: KING DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 4: KING PREMIER ROOM WITH CASTLE VIEW, SPACIOUS ROOM/WIFI/ FLAT SCREEN TV, LAPTOP SAFE/AIRCON/COFFEE-TEA FACILITIES" RoomTypeCode="01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbDLLspDoFybSFNtD0AE3xAKJFzWLaM4lpc-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jBzwG5AwMso8lllHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|485.94^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbIEbReyxa7MwgHUsNtezEDyJFzWLaM4lpRsPOyw4QUVWFHl74yrBmpoBfV0h701fF7He1YlHVx9yhYuBnKh7cGZBSIsgbtaerkUhUaZnV46yfEdqUIwcz5gTvFJ8dAIKO1uECjD9jvKO90YFntq-JcplV6ZiEmI88udLWX5lOQQIjTIeuCbem7IqLPs6yBxPBvMSK_cHEgLG5Ks4f2UQGo6qf2_M83L7iLE056JmhYu-h0JVN80O5-MgG23PKs7WPlMx9uUWmHMVfBdyDuS8100|646.96|11319|CAF968300|1|MjAxNi45OHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2016.98" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2016.98" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room King bed - Superior|Room 2: Double room King bed - Superior|Room 3: Double room King bed - Superior|Room 4: Double room King bed - Superior" RoomTypeCode="203619542|1|2044|27|MjA0NHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2044" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T12:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="50" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: King Deluxe Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d|8|MjA0NS4xNnxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2045.16" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1012.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service|Room 4: Bed and breakfast-Buffet style breakfast at hotel" RoomType="Room 1: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 2: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 3: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 4: TWIN PREMIER ROOM WITH CASTLE VIEW, SPACIOUS ROOM/WIFI/FLAT SCREEN TV, LAPTOP SAFE/AIRCON/COFFEE-TEA FACILITIES" RoomTypeCode="01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^00001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO9RkrE_vt_ToOd9OXyUUJCEl4tgs368jjBbVz3JAVsluhsPOyw4QUVW5iK5BKMdpD8BfV0h701fF7He1YlHVx9yhYuBnKh7cGZBSIsgbtaerto5U6_C_CeUfEdqUIwcz5jd62Uyns79cFBlpRWcmYGL90YFntq-JcplV6ZiEmI88udLWX5lOQQIjTIeuCbem7IqLPs6yBxPBvMSK_cHEgLGxi6hB51fVO-qf2_M83L7iFi12QanRGlkYwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|720.14|11319|CAF968300|1|MjA0Ni4yNnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2046.26" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2046.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe Room-Deluxe Room, 1 Queen Bed|Room 2: Deluxe Room-Deluxe Room, 1 Queen Bed|Room 3: Deluxe Room-Deluxe Room, 1 Queen Bed|Room 4: Deluxe Room-Deluxe Room, 1 Queen Bed" RoomTypeCode="103ba6_13855189162478190_1_108-45_2_2_0_3_2893902685_15_1-13-0~1-13-0~1-13-0~1-13-0_88-100_76_2.20250413_2_2~2~2~2_3_76_zen86b23d2a41994c0780273d99a8006319_173704011400|45|MjA0OS42MHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="2049.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:13:24.0703774+00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - Premier|Room 2: Twin/Double room - Premier|Room 3: Twin/Double room - Premier|Room 4: Twin/Double room - Premier" RoomTypeCode="191374603|1|2059|27|MjA1OXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2059" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T12:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="50" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - Premier|Room 2: Twin room - Premier|Room 3: Twin room - Premier|Room 4: Twin room - Premier" RoomTypeCode="191377016|1|2059|27|MjA1OXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2059" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T12:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="50" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room Queen bed - Premier|Room 2: Double room Queen bed - Premier|Room 3: Double room Queen bed - Premier|Room 4: Double room Queen bed - Premier" RoomTypeCode="191377070|1|2059|27|MjA1OXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2059" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T12:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="50" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: King Superior Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e|8|MjA2MS4yOXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2061.29" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1020.97" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: King Deluxe Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d|8|MjA2MS4yOXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2061.29" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1020.97" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: Twin Premier Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$TWN.PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~362340720~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae|8|MjA2NS4zMnxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2065.32" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1020.97" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: Queen Premier Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$DBL.PE-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~1060142931~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae|8|MjA2NS4zMnxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2065.32" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1020.97" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: King Premier Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$DBL.KG-PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~-1025297244~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae|8|MjA2NS4zMnxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2065.32" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1020.97" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Twin Premier Room|Room 4: King Deluxe Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$TWN.PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~362340720~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d|8|MjA2NS4zMnxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2065.32" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1020.97" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: King Superior Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e|8|MjA3Ny40MnxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2077.42" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1029.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: Twin Premier Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$TWN.PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~362340720~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae|8|MjA4MS40NXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2081.45" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1029.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: Queen Premier Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$DBL.PE-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~1060142931~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae|8|MjA4MS40NXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2081.45" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1029.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: King Premier Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$DBL.KG-PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~-1025297244~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae|8|MjA4MS40NXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2081.45" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1029.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Twin Premier Room|Room 4: King Superior Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$TWN.PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~362340720~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e|8|MjA4MS40NXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2081.45" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1029.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Twin Premier Room|Room 4: Twin Premier Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$TWN.PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~362340720~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae^20250413$20250415$W$163$16973$TWN.PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~362340720~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae|8|MjA4NS40OHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2085.48" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1029.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Twin Premier Room|Room 4: Queen Premier Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$TWN.PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~362340720~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae^20250413$20250415$W$163$16973$DBL.PE-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~1060142931~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae|8|MjA4NS40OHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2085.48" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1029.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Twin Premier Room|Room 4: King Premier Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$TWN.PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~362340720~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae^20250413$20250415$W$163$16973$DBL.KG-PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~-1025297244~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae|8|MjA4NS40OHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2085.48" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1029.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service|Room 4: Bed and breakfast-Buffet style breakfast at hotel" RoomType="Room 1: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 2: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 3: KING DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 4: TWIN PREMIER ROOM WITH CASTLE VIEW, SPACIOUS ROOM/WIFI/FLAT SCREEN TV, LAPTOP SAFE/AIRCON/COFFEE-TEA FACILITIES" RoomTypeCode="01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbDLLspDoFybSFNtD0AE3xAKJFzWLaM4lpc-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jBzwG5AwMso8lllHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|485.94^00001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO9RkrE_vt_ToOd9OXyUUJCEl4tgs368jjBbVz3JAVsluhsPOyw4QUVW5iK5BKMdpD8BfV0h701fF7He1YlHVx9yhYuBnKh7cGZBSIsgbtaerto5U6_C_CeUfEdqUIwcz5jd62Uyns79cFBlpRWcmYGL90YFntq-JcplV6ZiEmI88udLWX5lOQQIjTIeuCbem7IqLPs6yBxPBvMSK_cHEgLGxi6hB51fVO-qf2_M83L7iFi12QanRGlkYwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|720.14|11319|CAF968300|1|MjA5MC4xNnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2090.16" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2090.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: Queen Premier Room With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.PE-2$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~206a62~-543768590~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008206a62|8|MjEyNS44MnxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2125.82" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1053.23" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: Queen Premier Room With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.PE-2$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~206a62~-543768590~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008206a62|8|MjEyNS44MnxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2125.82" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1053.23" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: Twin Premier Room With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$TWN.PE-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23db23~2008345428~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823db23|8|MjE3NC4yMHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2174.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1077.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: King Premier Room With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.PE-3$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23db23~1302204819~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823db23|8|MjE3NC4yMHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2174.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1077.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: Twin Premier Room With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$TWN.PE-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23db23~2008345428~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823db23|8|MjE3NC4yMHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2174.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1077.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: King Premier Room With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.PE-3$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23db23~1302204819~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823db23|8|MjE3NC4yMHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2174.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1077.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: Queen Premier Room With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$DBL.PE-2$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~206a62~-543768590~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008206a62|8|MjE3NC4yMHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2174.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1077.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: Queen Premier Room With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$DBL.PE-2$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~206a62~-543768590~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008206a62|8|MjE5MC4zM3xHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2190.33" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1085.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: King Bed - De Luxe|Room 2: King Bed - De Luxe|Room 3: King Bed - De Luxe|Room 4: King Bed - De Luxe" RoomTypeCode="210250968|1|2192|27|MjE5MnxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="2192" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:13:27.586203+00:00" End="2025-04-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Twin Premier Room|Room 4: Queen Premier Room With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$TWN.PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~362340720~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae^20250413$20250415$W$163$16973$DBL.PE-2$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~206a62~-543768590~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008206a62|8|MjE5NC4zNnxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2194.36" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1085.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: Twin Premier Room With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$TWN.PE-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23db23~2008345428~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823db23|8|MjIyMi41OHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2222.58" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1101.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: King Premier Room With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$DBL.PE-3$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23db23~1302204819~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823db23|8|MjIyMi41OHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2222.58" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1101.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: Twin Premier Room With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$TWN.PE-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23db23~2008345428~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823db23|8|MjIzOC43MXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2238.71" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1109.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: King Premier Room With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$DBL.PE-3$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23db23~1302204819~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823db23|8|MjIzOC43MXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2238.71" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1109.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Twin Premier Room|Room 4: Twin Premier Room With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$TWN.PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~362340720~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae^20250413$20250415$W$163$16973$TWN.PE-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23db23~2008345428~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823db23|8|MjI0Mi43NHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2242.74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1109.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Twin Premier Room|Room 4: King Premier Room With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$TWN.PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~362340720~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae^20250413$20250415$W$163$16973$DBL.PE-3$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23db23~1302204819~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823db23|8|MjI0Mi43NHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2242.74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1109.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double Room - Room Only|Room 2: Double Room - Room Only|Room 3: Double Room - Room Only|Room 4: Double Room - Room Only" RoomTypeCode="N/A|N/A|DWO|3PPA|2|0^N/A|N/A|DWO|3PPA|2|0^N/A|N/A|DWO|3PPA|2|0^N/A|N/A|DWO|3PPA|2|0|7|MjI1MS45MnxHQlB8MjAyNS0wNC0wOQ==" OriginalAmount="0" TotalPrice="2251.92" Status="CheckRates" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/04/2025"><AdditionalDetails>Deluxe Queen-Room Only-Refundable Rate&lt;br/&gt;Cnx Fee - 1 Nt x 100.00%</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-05T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2251.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room - Premier|Room 2: Double room - Premier|Room 3: Double room - Premier|Room 4: Double room - Premier" RoomTypeCode="179141057|1|2275|27|MjI3NXxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="2275" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:13:27.7112095+00:00" End="2025-04-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room King bed - Premier|Room 2: Double room King bed - Premier|Room 3: Double room King bed - Premier|Room 4: Double room King bed - Premier" RoomTypeCode="179140767|1|2275|27|MjI3NXxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="2275" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:13:27.8518614+00:00" End="2025-04-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service|Room 4: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 2: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 3: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 4: TWO DOUBLE BED PREMIER ROOM WITH CASTLE VIEW, SPACIOUS ROOM/WIFI/FLAT SCREEN TV, LAPTOP SAFE/AIRCON/COFFEE-TEA FACILITIES" RoomTypeCode="01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbKrjIXak_hcynyzTTf0CpLsL4Rzi1o1OIhsPOyw4QUVWFHl74yrBmpoBfV0h701fF7He1YlHVx9yhYuBnKh7cGZBSIsgbtaerkUhUaZnV46yfEdqUIwcz5hGJiHX4ObEzluECjD9jvKO90YFntq-JcplV6ZiEmI88udLWX5lOQQIjTIeuCbem7IqLPs6yBxPBvMSK_cHEgLG5Ks4f2UQGo6qf2_M83L7iLE056JmhYu-h0JVN80O5-MgG23PKs7WPlMx9uUWmHMVfBdyDuS8100|968.96|11319|CAF968300|1|MjI5NS4wOHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2295.08" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2295.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior Room-Superior Room, 1 King Bed|Room 2: Superior Room-Superior Room, 1 King Bed|Room 3: Superior Room-Superior Room, 1 King Bed|Room 4: Superior Room-Superior Room, 1 King Bed" RoomTypeCode="103ba6_14128949127335277_1_108-45_2_2_0_3_1659305561_17_1-8-0~1-8-0~1-8-0~1-8-0_88-100_76_2.20250413_2_2~2~2~2_3_76_zen86b23d2a41994c0780273d99a8006319_173704011400|45|MjMyMS4xMnxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="2321.12" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:13:24.0703774+00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Premium Room-Premier Room, 1 King Bed|Room 2: Premium Room-Premier Room, 1 King Bed|Room 3: Premium Room-Premier Room, 1 King Bed|Room 4: Premium Room-Premier Room, 1 King Bed" RoomTypeCode="103ba6_14128955650911654_1_108-45_2_2_0_3_4021328535_18_1-10-0~1-10-0~1-10-0~1-10-0_88-100_76_2.20250413_2_2~2~2~2_3_76_zen86b23d2a41994c0780273d99a8006319_173704011400|45|MjMzOC4wMHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="2338.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:13:24.0703774+00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Premium Room-Premier Twin Room, 2 Twin Beds|Room 2: Premium Room-Premier Twin Room, 2 Twin Beds|Room 3: Premium Room-Premier Twin Room, 2 Twin Beds|Room 4: Premium Room-Premier Twin Room, 2 Twin Beds" RoomTypeCode="103ba6_14128955466750830_1_108-45_2_2_0_3_4069174367_19_2-10-0~2-10-0~2-10-0~2-10-0_88-100_76_2.20250413_2_2~2~2~2_3_76_zen86b23d2a41994c0780273d99a8006319_173704011400|45|MjMzOC4wMHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="2338.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:13:24.0703774+00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service|Room 4: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 2: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 3: KING DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 4: TWO DOUBLE BED PREMIER ROOM WITH CASTLE VIEW, SPACIOUS ROOM/WIFI/FLAT SCREEN TV, LAPTOP SAFE/AIRCON/COFFEE-TEA FACILITIES" RoomTypeCode="01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbDLLspDoFybSFNtD0AE3xAKJFzWLaM4lpc-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jBzwG5AwMso8lllHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|485.94^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbKrjIXak_hcynyzTTf0CpLsL4Rzi1o1OIhsPOyw4QUVWFHl74yrBmpoBfV0h701fF7He1YlHVx9yhYuBnKh7cGZBSIsgbtaerkUhUaZnV46yfEdqUIwcz5hGJiHX4ObEzluECjD9jvKO90YFntq-JcplV6ZiEmI88udLWX5lOQQIjTIeuCbem7IqLPs6yBxPBvMSK_cHEgLG5Ks4f2UQGo6qf2_M83L7iLE056JmhYu-h0JVN80O5-MgG23PKs7WPlMx9uUWmHMVfBdyDuS8100|968.96|11319|CAF968300|1|MjMzOC45OHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2338.98" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2338.98" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: Two Queen Beds Premier Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.2Q-PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~227f6c~-2015990271~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008227f6c|8|MjQ0OC40MHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2448.40" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1214.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: Two Queen Beds Premier Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.2Q-PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~227f6c~-2015990271~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008227f6c|8|MjQ0OC40MHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2448.40" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1214.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: Two Queen Beds Premier Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$DBL.2Q-PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~227f6c~-2015990271~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008227f6c|8|MjQ5Ni43OHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2496.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1238.71" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double Room - With Breakfast|Room 2: Double Room - With Breakfast|Room 3: Double Room - With Breakfast|Room 4: Double Room - With Breakfast" RoomTypeCode="N/A|N/A|DWB|3PA|2|0^N/A|N/A|DWB|3PA|2|0^N/A|N/A|DWB|3PA|2|0^N/A|N/A|DWB|3PA|2|0|7|MjUxMi44MHxHQlB8MjAyNS0wNC0wOQ==" OriginalAmount="0" TotalPrice="2512.80" Status="CheckRates" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/04/2025"><AdditionalDetails>Deluxe Queen-Bed &amp; Breakfast-Refundable Rate&lt;br/&gt;Cnx Fee - 1 Nt x 100.00%</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-05T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2512.80" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: Two Queen Beds Premier Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$DBL.2Q-PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~227f6c~-2015990271~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008227f6c|8|MjUxMi45MXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2512.91" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1246.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Twin Premier Room|Room 4: Two Queen Beds Premier Room" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$TWN.PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~362340720~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae^20250413$20250415$W$163$16973$DBL.2Q-PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~227f6c~-2015990271~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008227f6c|8|MjUxNi45NHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2516.94" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1246.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: Two Double Bed Premier Room With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.PE-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~26110ae~332028621~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100826110ae|8|MjUyOS4wNHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2529.04" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1254.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: Two Double Bed Premier Room With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.PE-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~26110ae~332028621~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100826110ae|8|MjUyOS4wNHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2529.04" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1254.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: Two Double Bed Premier Room With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$DBL.PE-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~26110ae~332028621~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100826110ae|8|MjU3Ny40MnxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2577.42" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1279.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service|Room 4: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 2: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 3: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 4: KING JUNIOR SUITE, SPACIOUS QUIET ROOM WITH LIVING AREA, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES" RoomTypeCode="01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbLmgMkSlGvc1DDXhW8fXaWuJFzWLaM4lpaDp7gr1o7LTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCcY_EfSehlH-Wp36bY1ISR90YFntq-JcplV6ZiEmI88udLWX5lOQQIjTIeuCbem7IqLPs6yBxPBvMSK_cHEgLG5Ks4f2UQGo6qf2_M83L7iLE056JmhYu-h0JVN80O5-MgG23PKs7WPlMx9uUWmHMVfBdyDuS8100|1261.70|11319|CAF968300|1|MjU4Ny44MnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2587.82" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2587.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: Two Double Bed Premier Room With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$DBL.PE-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~26110ae~332028621~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100826110ae|8|MjU5My41NXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2593.55" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1287.10" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Twin Premier Room|Room 4: Two Double Bed Premier Room With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$TWN.PE$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23a8ae~362340720~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823a8ae^20250413$20250415$W$163$16973$DBL.PE-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~26110ae~332028621~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100826110ae|8|MjU5Ny41OHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2597.58" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1287.10" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service|Room 2: Room only-No breakfast service|Room 3: Room only-No breakfast service|Room 4: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 2: QUEEN DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 3: KING DELUXE ROOM, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES, LAPTOP SAFE/AIRCONDITIONING|Room 4: KING JUNIOR SUITE, SPACIOUS QUIET ROOM WITH LIVING AREA, WIFI/FLAT SCREEN TV/COFFEE-TEA FACILITIES" RoomTypeCode="01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbCjbYL_qOY3XeXFk1JC6HjdwPjTSt1tvs8-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCn38VO6xvnn1llHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|442.04^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbDLLspDoFybSFNtD0AE3xAKJFzWLaM4lpc-WSQlnYkpTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jBzwG5AwMso8lllHiL7638iO9_OmObCIC9m2T-J_22omQ8Bzcpg6mdubxprvyX3a2KIkeiZim5kMuen_n3cSkqPBR_daCsMI9_cxvhpmkyQphodxoRKQ2__YwjBadVc9aGR2f5wzeE7qKBYPzklt2-Xr2sC-94z2AM|485.94^01001|c11b931b-d41b-11ef-bebf-57cf0dd0f62d$xjkTP8aoGO-V5svLY_1KbLmgMkSlGvc1DDXhW8fXaWuJFzWLaM4lpaDp7gr1o7LTwIKqFgg-hSh6d3qeuaO7mDOUZ9rUJsLk-Gza7hxyrauWhJY60vwGR8LlCj4taZD8WcatXFIn5jCcY_EfSehlH-Wp36bY1ISR90YFntq-JcplV6ZiEmI88udLWX5lOQQIjTIeuCbem7IqLPs6yBxPBvMSK_cHEgLG5Ks4f2UQGo6qf2_M83L7iLE056JmhYu-h0JVN80O5-MgG23PKs7WPlMx9uUWmHMVfBdyDuS8100|1261.70|11319|CAF968300|1|MjYzMS43MnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2631.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2631.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room King bed - Premier - View|Room 2: Double room King bed - Premier - View|Room 3: Double room King bed - Premier - View|Room 4: Double room King bed - Premier - View" RoomTypeCode="191377093|1|2641|27|MjY0MXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2641" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T12:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="50" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - Premier - View|Room 2: Twin room - Premier - View|Room 3: Twin room - Premier - View|Room 4: Twin room - Premier - View" RoomTypeCode="191377000|1|2641|27|MjY0MXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2641" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T12:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="50" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: Queen Junior Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$SUI.WV-7$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~20d1334~-1888263434~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100820d1334|8|MjY5MC4zM3xHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2690.33" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1335.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: Queen Junior Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$SUI.WV-7$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~20d1334~-1888263434~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100820d1334|8|MjY5MC4zM3xHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2690.33" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1335.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: Queen Junior Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$SUI.WV-7$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~20d1334~-1888263434~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100820d1334|8|MjczOC43MXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2738.71" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1359.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: Queen Junior Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$SUI.WV-7$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~20d1334~-1888263434~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100820d1334|8|Mjc1NC44NHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2754.84" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1367.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: King Junior Suite" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$JSU.KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~21d15b9~-2124159406~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100821d15b9|8|Mjg1MS42MnxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2851.62" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1416.13" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: King Junior Suite" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$JSU.KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~21d15b9~-2124159406~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100821d15b9|8|Mjg1MS42MnxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2851.62" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1416.13" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: King Junior Suite" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$JSU.KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~21d15b9~-2124159406~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100821d15b9|8|MjkwMC4wMHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2900.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1440.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: King Junior Suite" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$JSU.KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~21d15b9~-2124159406~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100821d15b9|8|MjkxNi4xM3xHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2916.13" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1448.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: Billy Garioch Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$SUI.WV-6$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~2372191~-463635587~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082372191|8|MzYwOS42OXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="3609.69" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1795.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: Billy Garioch Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$SUI.WV-6$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~2372191~-463635587~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082372191|8|MzYwOS42OXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="3609.69" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1795.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: Billy Garioch Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$SUI.WV-6$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~2372191~-463635587~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082372191|8|MzY1OC4wN3xHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="3658.07" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1819.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: Billy Garioch Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$SUI.WV-6$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~2372191~-463635587~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082372191|8|MzY3NC4yMHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="3674.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1827.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: King One Bedroom Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$SUI.WV-3$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~2132ba6~564137362~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082132ba6|8|NDI1NC44NXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="4254.85" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2117.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: King One Bedroom Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$SUI.WV-3$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~2132ba6~564137362~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082132ba6|8|NDI1NC44NXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="4254.85" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2117.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: King One Bedroom Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$SUI.WV-3$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~2132ba6~564137362~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082132ba6|8|NDMwMy4yM3xHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="4303.23" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2141.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: King One Bedroom Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$SUI.WV-3$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~2132ba6~564137362~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082132ba6|8|NDMxOS4zNnxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="4319.36" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2150.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: Sir Conan Doyle Suite" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$SUI.ST-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23430b0~-412335524~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823430b0|8|NDU3Ny40M3xHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="4577.43" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2279.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: Sir Conan Doyle Suite" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$SUI.ST-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23430b0~-412335524~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823430b0|8|NDU3Ny40M3xHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="4577.43" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2279.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: Sir Conan Doyle Suite" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$SUI.ST-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23430b0~-412335524~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823430b0|8|NDYyNS44MXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="4625.81" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2303.22" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: Sir Conan Doyle Suite" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$SUI.ST-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~23430b0~-412335524~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100823430b0|8|NDY0MS45NHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="4641.94" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2311.29" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: Robert Louis Stevenson Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$SUI.WV-2$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25435ba~-1260997437~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825435ba|8|NDkwMC4wMXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="4900.01" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2440.33" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: Sir Walter Scott Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$SUI.WV-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25435ba~22913730~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825435ba|8|NDkwMC4wMXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="4900.01" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2440.33" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: Robert Louis Stevenson Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$SUI.WV-2$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25435ba~-1260997437~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825435ba|8|NDkwMC4wMXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="4900.01" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2440.33" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: Sir Walter Scott Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$SUI.WV-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25435ba~22913730~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825435ba|8|NDkwMC4wMXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="4900.01" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2440.33" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: Robert Louis Stevenson Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$SUI.WV-2$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25435ba~-1260997437~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825435ba|8|NDk0OC4zOXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="4948.39" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2464.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: Sir Walter Scott Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$SUI.WV-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25435ba~22913730~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825435ba|8|NDk0OC4zOXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="4948.39" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2464.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: Robert Louis Stevenson Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$SUI.WV-2$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25435ba~-1260997437~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825435ba|8|NDk2NC41MnxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="4964.52" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2472.59" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: Sir Walter Scott Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$SUI.WV-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25435ba~22913730~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825435ba|8|NDk2NC41MnxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="4964.52" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2472.59" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite - King|Room 2: Junior Suite - King|Room 3: Junior Suite - King|Room 4: Junior Suite - King" RoomTypeCode="191377029|1|5150|27|NTE1MHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="5150" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T12:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="50" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: Alexander Graham Bell Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$SUI.WV-4$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~2103ac5~-803897789~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082103ac5|8|NTIyMi41OXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="5222.59" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2601.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: Caledonian Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$SUI.WV-5$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~2103ac5~-2087808956~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082103ac5|8|NTIyMi41OXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="5222.59" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2601.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: Alexander Graham Bell Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$SUI.WV-4$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~2103ac5~-803897789~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082103ac5|8|NTIyMi41OXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="5222.59" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2601.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: Caledonian Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$SUI.WV-5$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~2103ac5~-2087808956~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082103ac5|8|NTIyMi41OXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="5222.59" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2601.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: Alexander Graham Bell Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$SUI.WV-4$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~2103ac5~-803897789~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082103ac5|8|NTI3MC45N3xHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="5270.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2625.80" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: Caledonian Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$SUI.WV-5$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~2103ac5~-2087808956~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082103ac5|8|NTI3MC45N3xHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="5270.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2625.80" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: Alexander Graham Bell Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$SUI.WV-4$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~2103ac5~-803897789~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082103ac5|8|NTI4Ny4xMHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="5287.10" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2633.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: Caledonian Suite With Castle View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$SUI.WV-5$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~2103ac5~-2087808956~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082103ac5|8|NTI4Ny4xMHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="5287.10" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2633.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: Queen Deluxe Room|Room 4: Two Bedroom Suite With View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$SUI.B2-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~20d49e4~1968068899~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100820d49e4|8|NjE5MC4zM3xHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="6190.33" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3085.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Accessible Deluxe Room|Room 4: Two Bedroom Suite With View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.H6-DX$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~996451697~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$SUI.B2-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~20d49e4~1968068899~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100820d49e4|8|NjE5MC4zM3xHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="6190.33" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3085.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Deluxe Room|Room 4: Two Bedroom Suite With View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-KG$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~25e85d~-2046966605~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100825e85d^20250413$20250415$W$163$16973$SUI.B2-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~20d49e4~1968068899~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100820d49e4|8|NjIzOC43MXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="6238.71" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3109.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Queen Deluxe Room|Room 2: Queen Deluxe Room|Room 3: King Superior Room|Room 4: Two Bedroom Suite With View" RoomTypeCode="20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.DX-QN$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22779c~-478388140~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822779c^20250413$20250415$W$163$16973$DBL.KG-SU$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~22d89e~541970129~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100822d89e^20250413$20250415$W$163$16973$SUI.B2-1$ID_B2B_26$RO$ODCC30$4~2~0$$N@07~A-SIC~20d49e4~1968068899~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK0066004600100820d49e4|8|NjI1NC44NHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="6254.84" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3117.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://dmcsquare.b-cdn.net/Images/9477/a_9477_A2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/l_9477_B2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/r_9477_C2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/w_9477_D2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/ba_9477_E2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/f_9477_F2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/a_9477_G2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/r_9477_H2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/w_9477_I2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/a_9477_J2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/l_9477_K2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/l_9477_L2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/k_9477_M2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/w_9477_N2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/gt_9477_O2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/ba_9477_P2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/ba_9477_Q2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/r_9477_R2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/gt_9477_S2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/gt_9477_T2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/l_9477_U2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/l_9477_V2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/p_9477_W2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/r_9477_X2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/r_9477_Y2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/r_9477_Z2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/r_9477_AA2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/w_9477_AB2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/k_9477_AC2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/k_9477_AD2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/k_9477_AE2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/r_9477_AF2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/ba_9477_AG2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/k_9477_AH2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/k_9477_AI2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/k_9477_AJ2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/r_9477_AK2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/w_9477_AL2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/k_9477_AM2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/r_9477_AN2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/k_9477_AO2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/k_9477_AP2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/w_9477_AQ2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/w_9477_AR2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/gt_9477_AS2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/gt_9477_AT2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/w_9477_AU2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/w_9477_AV2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/r_9477_AW2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/w_9477_AX2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/w_9477_AY2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/w_9477_AZ2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/w_9477_BA2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/w_9477_BB2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/w_9477_BC2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/w_9477_BD2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/gt_9477_BE2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/k_9477_BF2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/9477/r_9477_BG2.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;The luxury hotel lies in the heart of the city, at the west end of Princes Street. Just a stone’s throw away there are various bars, restaurants, shops as well as historical sights are all waiting to be discovered. Excellent transport links can be found right outside the hotel. It is just a 10-minute walk to Waverly Station and the airport can be conveniently reached in around 20 minutes on public transport. Murrayfield stadium and the Edinburgh International Conference Centre are both around a 10-minute walk away.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel was built in 1903. 251 rooms, including 21 suites, 10 single rooms and 219 double rooms, are located on 7 storeys and can be reached by lift. Check-in and check-out are possible at any time at the 24-hour reception desk. Amenities available at the hotel include a cloakroom, baggage storage service, safe and currency exchange service. Wireless internet access allows guests to stay connected while on holiday. Wheelchair-accessible facilities are available. Guests arriving by car can park their vehicles in the car park. Further services include medical assistance, room service and a laundry service. Active guests who wish to explore the surrounding area by bike will appreciate the bicycle hire service. Bicycle storage is also available.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning and individually adjustable heating ensure that rooms maintain comfortable temperatures. All rooms are carpeted and have a double bed or a king-size bed. Children's beds can be requested for younger guests. A safe, a minibar and a desk are also available. Additional features include 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 (no extra charge) are provided as well. Guests will also find slippers in their rooms. A hairdryer and bathrobes are available in the bathrooms, which are equipped with a shower and a bathtub. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. The hotel has family rooms and 241 non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The pool complex ensures comfortable swimming with its indoor and outdoor pools and pleasantly heated water. Children can enjoy a special swimming area just for them. Sun loungers and parasols on the sun terrace create a perfect space for guests to relax and unwind. The hot tub in the pool area promises pure relaxation. There are a variety of leisure facilities and services to choose from, including cycling/mountain biking, a gym, a spa, a sauna, a steam bath, a beauty salon and massage treatments. Copyright GIATA 2004 - 2020. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;The accommodation offers a wide range of bookable catering options, with bed and breakfast and half board. Breakfast, lunch and dinner are available. Staff are also happy to provide special dietary cuisine. Special catering options can be enjoyed at the hotel.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;All major credit cards, including American Express, VISA, Diners Club and MasterCard, are accepted for payment.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>44-131-2228889</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>44-131-2228888</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Located on main road</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>1903</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2005</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>7</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>251</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Single Rooms</Description><Value>10</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>219</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Suites</Description><Value>21</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour check-in</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Currency Exchange</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Cloakroom</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>Restaurant(s) with high-chairs</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Medical Assistance</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bicycle Cellar</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bicycle Hire</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Half Board</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Lunch Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Evening Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Special Diet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Special Offers</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Continental Breakfast</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Indoor Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Children's Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sun loungers</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Parasols</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Jacuzzi</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sauna</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sun terrace</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Steam bath</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Cycling/Mountain Biking</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Heated Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Tourist Centre</Description><Value>2343 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Beach</Description><Value>6115 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Sea</Description><Value>6115 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Shopping opportunities</Description><Value>100 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Restaurants</Description><Value>100 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bars / Pubs</Description><Value>100 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Nightclub</Description><Value>100 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Golf Course</Description><Value>4988 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Public Transport</Description><Value>50 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bus Station</Description><Value>1000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Train Station</Description><Value>1000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Ski Area</Description><Value>6759 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|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="3a1ed41e-8097-4024-b161-818a21802b84">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-13T00:00:00" End="2025-04-15T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="33816|112e92" SourceId="45" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|DOTWPrice|exception while supplier interation||DOTW|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|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="3a1ed41e-8097-4024-b161-818a21802b84" TimeStamp="0001-01-01T00:00:00" HotelName="The Scotsman" HotelCode="33816|112e92" StarRating="5" GTCityId="41120" CountryCode="GB" CityName="Edinburgh" CountryName="United Kingdom" Address="20 North Bridge, EH1 1TR Edinburgh, Scotland" PostCode="EH1 1TR" PhoneNo="+441315565565" FaxNo="+441316523652" Email="" CheckInTime="" CheckOutTime="" Latitude="55.951084" Longitude="-3.188192" SourceId="45" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room-Reporter Double|Room 2: Standard Room-Reporter Double|Room 3: Standard Room-Reporter Double|Room 4: Standard Room-Reporter Double" RoomTypeCode="112e92_13854066004049221_1_61-27_2_1_0_3_586386812_0_1-6-0~1-6-0~1-6-0~1-6-0_88-100_76_2.20250413_2_2~2~2~2_3_76_zen86b23d2a41994c0780273d99a8006319_173704011400|45|MTgzOC4wOXxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="1838.09" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:14:57.6230197+00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Reporter Double|Room 4: Reporter Double" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed|8|MjAyOS40MHxHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2029.40" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1065.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room-Reporter Double Room|Room 2: Standard Room-Reporter Double Room|Room 3: Standard Room-Reporter Double Room|Room 4: Standard Room-Reporter Double Room" RoomTypeCode="112e92_13855172209018561_1_108-45_2_2_0_3_2449224947_5_1-6-0~1-6-0~1-6-0~1-6-0_88-100_76_2.20250413_2_2~2~2~2_3_76_zen86b23d2a41994c0780273d99a8006319_173704011400|45|MjA2MC44MHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="2060.80" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:14:57.6230197+00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Reporter Double|Room 4: Director Double" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.DX$BAR1$RO$$4~2~0$$P@07~A-SIC~2608e8~-258605901~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008240874|8|MjA2My4yMXxHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2063.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -267.28&lt;br/&gt;Special discount Amount: -240.56</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1082.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Reporter Double|Room 4: Director Twin/Double" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBT.DX$BAR1$RO$$4~2~0$$P@07~A-SIC~2608e8~197752507~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008240874|8|MjA2My4yMXxHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2063.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -267.28&lt;br/&gt;Special discount Amount: -240.56</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1082.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Director Double|Room 4: Reporter Double" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.DX$BAR1$RO$$4~2~0$$P@07~A-SIC~2608e8~-258605901~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008240874^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed|8|MjA2My4yMXxHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2063.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -267.28&lt;br/&gt;Special discount Amount: -240.56</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1082.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Director Twin/Double|Room 4: Reporter Double" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBT.DX$BAR1$RO$$4~2~0$$P@07~A-SIC~2608e8~197752507~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008240874^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed|8|MjA2My4yMXxHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2063.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -267.28&lt;br/&gt;Special discount Amount: -240.56</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1082.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room-Director Twin/Double with City View|Room 2: Standard Room-Director Twin/Double with City View|Room 3: Standard Room-Director Twin/Double with City View|Room 4: Standard Room-Director Twin/Double with City View" RoomTypeCode="112e92_14126768416039257_1_61-27_2_1_0_3_2808945002_4_1-6-1~1-6-1~1-6-1~1-6-1_88-100_76_2.20250413_2_2~2~2~2_3_76_zen86b23d2a41994c0780273d99a8006319_173704011400|45|MjA4Mi44M3xHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="2082.83" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:14:57.6230197+00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Director Double|Room 4: Director Double" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.DX$BAR1$RO$$4~2~0$$P@07~A-SIC~2608e8~-258605901~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008240874^20250413$20250415$W$163$9308$DBL.DX$BAR1$RO$$4~2~0$$P@07~A-SIC~2608e8~-258605901~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008240874|8|MjA5Ny4wMnxHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2097.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -267.28&lt;br/&gt;Special discount Amount: -240.56</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1099.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Director Double|Room 4: Director Twin/Double" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.DX$BAR1$RO$$4~2~0$$P@07~A-SIC~2608e8~-258605901~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008240874^20250413$20250415$W$163$9308$DBT.DX$BAR1$RO$$4~2~0$$P@07~A-SIC~2608e8~197752507~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008240874|8|MjA5Ny4wMnxHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2097.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -267.28&lt;br/&gt;Special discount Amount: -240.56</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1099.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Director Twin/Double|Room 4: Director Double" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBT.DX$BAR1$RO$$4~2~0$$P@07~A-SIC~2608e8~197752507~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008240874^20250413$20250415$W$163$9308$DBL.DX$BAR1$RO$$4~2~0$$P@07~A-SIC~2608e8~-258605901~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008240874|8|MjA5Ny4wMnxHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2097.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -267.28&lt;br/&gt;Special discount Amount: -240.56</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1099.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Director Twin/Double|Room 4: Director Twin/Double" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBT.DX$BAR1$RO$$4~2~0$$P@07~A-SIC~2608e8~197752507~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008240874^20250413$20250415$W$163$9308$DBT.DX$BAR1$RO$$4~2~0$$P@07~A-SIC~2608e8~197752507~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008240874|8|MjA5Ny4wMnxHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2097.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -267.28&lt;br/&gt;Special discount Amount: -240.56</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1099.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Reporter Double|Room 4: Director Twin/Double with City View" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBT.DX-WV$BAR1$RO$$4~2~0$$P@07~A-SIC~234977~-97972790~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082048fc|8|MjA5Ny4wNnxHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2097.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -283.96&lt;br/&gt;Special discount Amount: -255.52</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1099.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Director Twin/Double with City View|Room 4: Reporter Double" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBT.DX-WV$BAR1$RO$$4~2~0$$P@07~A-SIC~234977~-97972790~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082048fc^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed|8|MjA5Ny4wNnxHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2097.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -283.96&lt;br/&gt;Special discount Amount: -255.52</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1099.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Director Double|Room 4: Director Twin/Double with City View" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.DX$BAR1$RO$$4~2~0$$P@07~A-SIC~2608e8~-258605901~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008240874^20250413$20250415$W$163$9308$DBT.DX-WV$BAR1$RO$$4~2~0$$P@07~A-SIC~234977~-97972790~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082048fc|8|MjEzMC44N3xHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2130.87" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -267.28&lt;br/&gt;Special discount Amount: -240.56&lt;br/&gt;Exclusive discount Amount: -283.96&lt;br/&gt;Special discount Amount: -255.52</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1116.19" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Director Twin/Double|Room 4: Director Twin/Double with City View" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBT.DX$BAR1$RO$$4~2~0$$P@07~A-SIC~2608e8~197752507~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008240874^20250413$20250415$W$163$9308$DBT.DX-WV$BAR1$RO$$4~2~0$$P@07~A-SIC~234977~-97972790~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082048fc|8|MjEzMC44N3xHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2130.87" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -267.28&lt;br/&gt;Special discount Amount: -240.56&lt;br/&gt;Exclusive discount Amount: -283.96&lt;br/&gt;Special discount Amount: -255.52</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1116.19" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Director Twin/Double with City View|Room 4: Director Double" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBT.DX-WV$BAR1$RO$$4~2~0$$P@07~A-SIC~234977~-97972790~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082048fc^20250413$20250415$W$163$9308$DBL.DX$BAR1$RO$$4~2~0$$P@07~A-SIC~2608e8~-258605901~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008240874|8|MjEzMC44N3xHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2130.87" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -283.96&lt;br/&gt;Special discount Amount: -255.52&lt;br/&gt;Exclusive discount Amount: -267.28&lt;br/&gt;Special discount Amount: -240.56</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1116.19" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Director Twin/Double with City View|Room 4: Director Twin/Double" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBT.DX-WV$BAR1$RO$$4~2~0$$P@07~A-SIC~234977~-97972790~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082048fc^20250413$20250415$W$163$9308$DBT.DX$BAR1$RO$$4~2~0$$P@07~A-SIC~2608e8~197752507~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008240874|8|MjEzMC44N3xHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2130.87" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -283.96&lt;br/&gt;Special discount Amount: -255.52&lt;br/&gt;Exclusive discount Amount: -267.28&lt;br/&gt;Special discount Amount: -240.56</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1116.19" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Reporter Double|Room 4: Feature Twin/Double Room" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$JSU.DB$BAR1$RO$$4~2~0$$P@07~A-SIC~240a94~1979162540~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008238a0a|8|MjE2NC42OXxHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2164.69" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -317.36&lt;br/&gt;Special discount Amount: -285.64</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1133.10" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Director Twin/Double with City View|Room 4: Director Twin/Double with City View" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBT.DX-WV$BAR1$RO$$4~2~0$$P@07~A-SIC~234977~-97972790~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082048fc^20250413$20250415$W$163$9308$DBT.DX-WV$BAR1$RO$$4~2~0$$P@07~A-SIC~234977~-97972790~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082048fc|8|MjE2NC43MnxHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2164.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -283.96&lt;br/&gt;Special discount Amount: -255.52</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1133.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Director Double|Room 4: Feature Twin/Double Room" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.DX$BAR1$RO$$4~2~0$$P@07~A-SIC~2608e8~-258605901~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008240874^20250413$20250415$W$163$9308$JSU.DB$BAR1$RO$$4~2~0$$P@07~A-SIC~240a94~1979162540~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008238a0a|8|MjE5OC41MHxHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2198.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -267.28&lt;br/&gt;Special discount Amount: -240.56&lt;br/&gt;Exclusive discount Amount: -317.36&lt;br/&gt;Special discount Amount: -285.64</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1149.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Director Twin/Double|Room 4: Feature Twin/Double Room" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBT.DX$BAR1$RO$$4~2~0$$P@07~A-SIC~2608e8~197752507~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008240874^20250413$20250415$W$163$9308$JSU.DB$BAR1$RO$$4~2~0$$P@07~A-SIC~240a94~1979162540~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008238a0a|8|MjE5OC41MHxHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2198.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -267.28&lt;br/&gt;Special discount Amount: -240.56&lt;br/&gt;Exclusive discount Amount: -317.36&lt;br/&gt;Special discount Amount: -285.64</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1149.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Reporter Double|Room 4: Feature Twin/Double Room with City View" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$JSU.CV$BAR1$RO$$4~2~0$$P@07~A-SIC~214b23~-761218656~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008258a91|8|MjE5OC41MnxHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2198.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -334.04&lt;br/&gt;Special discount Amount: -300.64</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1150.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Director Double|Room 4: Feature Twin/Double Room with City View" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.DX$BAR1$RO$$4~2~0$$P@07~A-SIC~2608e8~-258605901~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008240874^20250413$20250415$W$163$9308$JSU.CV$BAR1$RO$$4~2~0$$P@07~A-SIC~214b23~-761218656~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008258a91|8|MjIzMi4zM3xHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2232.33" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -267.28&lt;br/&gt;Special discount Amount: -240.56&lt;br/&gt;Exclusive discount Amount: -334.04&lt;br/&gt;Special discount Amount: -300.64</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1166.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Director Twin/Double|Room 4: Feature Twin/Double Room with City View" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBT.DX$BAR1$RO$$4~2~0$$P@07~A-SIC~2608e8~197752507~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008240874^20250413$20250415$W$163$9308$JSU.CV$BAR1$RO$$4~2~0$$P@07~A-SIC~214b23~-761218656~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008258a91|8|MjIzMi4zM3xHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2232.33" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -267.28&lt;br/&gt;Special discount Amount: -240.56&lt;br/&gt;Exclusive discount Amount: -334.04&lt;br/&gt;Special discount Amount: -300.64</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1166.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Director Twin/Double with City View|Room 4: Feature Twin/Double Room" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBT.DX-WV$BAR1$RO$$4~2~0$$P@07~A-SIC~234977~-97972790~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082048fc^20250413$20250415$W$163$9308$JSU.DB$BAR1$RO$$4~2~0$$P@07~A-SIC~240a94~1979162540~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008238a0a|8|MjIzMi4zNXxHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2232.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -283.96&lt;br/&gt;Special discount Amount: -255.52&lt;br/&gt;Exclusive discount Amount: -317.36&lt;br/&gt;Special discount Amount: -285.64</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1166.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Reporter Double|Room 2: Reporter Double|Room 3: Director Twin/Double with City View|Room 4: Feature Twin/Double Room with City View" RoomTypeCode="20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBL.SU$BAR1$RO$$4~2~0$$P@07~A-SIC~22885a~1927360623~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082287ed^20250413$20250415$W$163$9308$DBT.DX-WV$BAR1$RO$$4~2~0$$P@07~A-SIC~234977~-97972790~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK006600460010082048fc^20250413$20250415$W$163$9308$JSU.CV$BAR1$RO$$4~2~0$$P@07~A-SIC~214b23~-761218656~N~~~NOR~~DEE4A5D441C1467173704011454405AAUK00660046001008258a91|8|MjI2Ni4xOHxHQlB8MjAyNS0wNC0xMg==" OriginalAmount="0" TotalPrice="2266.18" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><Offer>Exclusive discount Amount: -250.56&lt;br/&gt;Special discount Amount: -225.48&lt;br/&gt;Exclusive discount Amount: -283.96&lt;br/&gt;Special discount Amount: -255.52&lt;br/&gt;Exclusive discount Amount: -334.04&lt;br/&gt;Special discount Amount: -300.64</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1183.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room-Director Twin or Double Room, City View|Room 2: Standard Room-Director Twin or Double Room, City View|Room 3: Standard Room-Director Twin or Double Room, City View|Room 4: Standard Room-Director Twin or Double Room, City View" RoomTypeCode="112e92_14128932046791251_1_108-45_2_2_0_3_1872384611_8_1-6-1~1-6-1~1-6-1~1-6-1_88-100_76_2.20250413_2_2~2~2~2_3_76_zen86b23d2a41994c0780273d99a8006319_173704011400|45|MjMzNS42MHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="2335.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Carpeting|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:14:57.6230197+00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://dmcsquare.b-cdn.net/Images/53737/a_53737_A2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/53737/gt_53737_B2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/53737/f_53737_C2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/53737/k_53737_D2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/53737/l_53737_E2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/53737/r_53737_F2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/53737/w_53737_G2.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This elegant hotel offers a magnificent view over Edinburgh Castle and the Princes Street Gardens. It is the ideal base from which to get to know the bustling Scottish metropolis. The hotel is situated right on the historic North Bridge. Princes Street and the famous Royal Mile are both to be found in the immediate vicinity, and Edinburgh International Airport can be reached in less than 25 minutes.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel has 13 suites and 56 double rooms, which are located on 10 storeys and are reachable by lift. The reception desk in the lobby is staffed round the clock. Amenities include a baggage storage service, a safe and a currency exchange service. Wireless internet access allows guests to stay connected while on holiday. Guests arriving by car can park their vehicles in the car park. Further services include medical assistance, room service, a laundry service and a coin-operated laundry. Active guests can make use of the bicycle hire service to explore the surrounding area.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Central heating ensures that rooms maintain just the right temperature. All rooms are carpeted and include a double bed. A safe, a minibar and a desk are also available. Guests will also find a tea/coffee station included among the standard features. A telephone, a television with satellite/cable channels, a radio, a stereo system and WiFi provide all the essentials for a comfortable holiday. Bathrooms are equipped with a shower and include a hairdryer. The hotel has 56 non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;A refreshing swim in the indoor pool complex is a great way to unwind. There are many ways to relax or stay active at the hotel, including a gym, aerobics and a spa. A dance club offers additional entertainment. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Breakfast can be booked.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the hotel: American Express, VISA, Diners Club and MasterCard.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Price of an additional breakfast: 16.95 GBP per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Early check-in and/or late check-out is available for an additional fee. Cost: 30.00 GBP.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>44-131-6523652</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>44-131-5565565</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Located on main road</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>1999</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>10</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>69</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>56</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Suites</Description><Value>13</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Currency Exchange</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Café</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Nightclub</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Theatre</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with non-smoking area</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Medical Assistance</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bicycle Hire</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Facilities</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Indoor Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Aerobics</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Golf Course</Description><Value>3000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Public Transport</Description><Value>20 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|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="3a1ed41e-8097-4024-b161-818a21802b84">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-13T00:00:00" End="2025-04-15T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="33820|1252998" SourceId="16" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|DOTWPrice|exception while supplier interation||DOTW|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|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="3a1ed41e-8097-4024-b161-818a21802b84" TimeStamp="0001-01-01T00:00:00" HotelName="The Knight Residence by Mansley Serviced Apartments" HotelCode="33820|55127" StarRating="5" GTCityId="0" CityName="Edinburgh" CountryName="UNITED KINGDOM" Address="12 Lauriston Street, Edinburgh, City of Edinburgh EH3 9DJ" PostCode="EH3 9DJ" PhoneNo="" FaxNo="" Email="" CheckInTime="" CheckOutTime="" Latitude="55.945426972364" Longitude="-3.2015337322193" SourceId="27" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Apartment 1 bedroom - City|Room 2: Apartment 1 bedroom - City|Room 3: Apartment 1 bedroom - City|Room 4: Apartment 1 bedroom - City" RoomTypeCode="211558546|1|1260|27|MTI2MHxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="1260" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Stereo|Internet access|Fridge|Carpeting|Central Heating|Safe|TV|Double Bed|Oven|Microwave|Tea/coffee maker|Washing Machine</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:16:51.3993545+00:00" End="2025-04-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Apartment 2 bedrooms - City|Room 2: Apartment 2 bedrooms - City|Room 3: Apartment 2 bedrooms - City|Room 4: Apartment 2 bedrooms - City" RoomTypeCode="211558572|1|1586|27|MTU4NnxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="1586" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Stereo|Internet access|Fridge|Carpeting|Central Heating|Safe|TV|Double Bed|Oven|Microwave|Tea/coffee maker|Washing Machine</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:16:51.8368805+00:00" End="2025-04-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Apartment 2 bedrooms - Comfort|Room 2: Apartment 2 bedrooms - Comfort|Room 3: Apartment 2 bedrooms - Comfort|Room 4: Apartment 2 bedrooms - Comfort" RoomTypeCode="211558543|1|1799|27|MTc5OXxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="1799" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Stereo|Internet access|Fridge|Carpeting|Central Heating|Safe|TV|Double Bed|Oven|Microwave|Tea/coffee maker|Washing Machine</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:16:51.9150076+00:00" End="2025-04-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://photos.hotelbeds.com/giata/original/17/179868/179868a_hb_a_010.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/17/179868/179868a_hb_a_011.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/17/179868/179868a_hb_a_012.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/17/179868/179868a_hb_a_013.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/17/179868/179868a_hb_a_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/17/179868/179868a_hb_a_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/17/179868/179868a_hb_a_008.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/17/179868/179868a_hb_a_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/17/179868/179868a_hb_a_009.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/17/179868/179868a_hb_a_014.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/17/179868/179868a_hb_w_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/17/179868/179868a_hb_a_015.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/17/179868/179868a_hb_w_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/17/179868/179868a_hb_w_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/17/179868/179868a_hb_a_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/17/179868/179868a_hb_a_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/17/179868/179868a_hb_a_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/17/179868/179868a_hb_a_003.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located in the centre of Edinburgh.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel has 28 non-smoking rooms and includes a lift and a reception desk. Services and facilities include a baggage storage service, a safe and a laundry service. Wireless internet access is provided in public areas. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Rooms feature a living area and a kitchen, and central heating ensures just the right temperature. All rooms are carpeted and include a double bed and a sofa bed. Separate bedrooms can be booked. Valuables can be securely stored in a safe. A refrigerator, a stovetop, a microwave and a tea/coffee station are standard features. There is also a washing machine and an ironing set. A direct dial telephone, a TV, a radio, a stereo system, a DVD player and WiFi provide all the essentials for a comfortable holiday. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. 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.&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;Children And Information About Extra Beds: &lt;/b&gt;Fee for an extra bed: 25.00 GBP per night.&lt;br /&gt;The number of extra beds depends on the room category. You must take a look at the information about the size of the selected room.&lt;br /&gt;&lt;b&gt;Parking Space: &lt;/b&gt;Chargeable parking available. Cost: 10.00 GBP per day.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>44-131-6227363</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>44-131-6228120</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>28</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|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="3a1ed41e-8097-4024-b161-818a21802b84">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-13T00:00:00" End="2025-04-15T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|710296" SourceId="34" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|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="3a1ed41e-8097-4024-b161-818a21802b84" TimeStamp="0001-01-01T00:00:00" HotelName="The Roseate Edinburgh" HotelCode="|710296" StarRating="5" GTCityId="41120" CountryCode="GB" CityName="EDINBURGH" CountryName="United Kingdom" Address="WEST COATES, 4" PhoneNo="+441313376169" Email="info.tre@roseatehotels.com" Latitude="55.945959" Longitude="-3.229037" SourceId="34" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: THE HOUSE SUPERIOR ROOM|Room 2: THE HOUSE SUPERIOR ROOM|Room 3: THE HOUSE SUPERIOR ROOM|Room 4: THE HOUSE SUPERIOR ROOM" RoomTypeCode="02#3#BO#742.90#0#OB#OK#20250413#20250414#LB#2-0#20250413|20250415|W|163|260322|DBL.SU|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20066c~1945751817~S~~~NRF~~81C808F051764C2173704011480705AWES00420025000408214586#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#742.90#0#OB#OK#20250414#20250415#LB#2-0#20250413|20250415|W|163|260322|DBL.SU|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20066c~1945751817~S~~~NRF~~81C808F051764C2173704011480705AWES00420025000408214586#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#|34|NjU3Ni4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6576.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: THE HOUSE SUPERIOR ROOM|Room 2: THE HOUSE SUPERIOR ROOM|Room 3: THE HOUSE SUPERIOR ROOM|Room 4: SUPERIOR ROOM" RoomTypeCode="02#3#BO#742.90#0#OB#OK#20250413#20250414#LB#2-0#20250413|20250415|W|163|260322|DBL.SU|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20066c~1945751817~S~~~NRF~~81C808F051764C2173704011480705AWES00420025000408214586#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#742.90#0#OB#OK#20250414#20250415#LB#2-0#20250413|20250415|W|163|260322|DBL.SU|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20066c~1945751817~S~~~NRF~~81C808F051764C2173704011480705AWES00420025000408214586#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#864.91#0#OB#OK#20250413#20250414#LB#2-0#20250413|20250415|W|163|260322|DBL.SU-1|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20077a~-1997551959~S~~~NRF~~81C808F051764C2173704011480705AWES0042002500040822e66e#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#864.91#0#OB#OK#20250414#20250415#LB#2-0#20250413|20250415|W|163|260322|DBL.SU-1|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20077a~-1997551959~S~~~NRF~~81C808F051764C2173704011480705AWES0042002500040822e66e#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#|34|Njg0Ni4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6846.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: THE HOUSE SUPERIOR ROOM|Room 2: THE HOUSE SUPERIOR ROOM|Room 3: SUPERIOR ROOM|Room 4: THE HOUSE SUPERIOR ROOM" RoomTypeCode="02#3#BO#742.90#0#OB#OK#20250413#20250414#LB#2-0#20250413|20250415|W|163|260322|DBL.SU|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20066c~1945751817~S~~~NRF~~81C808F051764C2173704011480705AWES00420025000408214586#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#742.90#0#OB#OK#20250414#20250415#LB#2-0#20250413|20250415|W|163|260322|DBL.SU|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20066c~1945751817~S~~~NRF~~81C808F051764C2173704011480705AWES00420025000408214586#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#864.91#0#OB#OK#20250413#20250414#LB#2-0#20250413|20250415|W|163|260322|DBL.SU-1|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20077a~-1997551959~S~~~NRF~~81C808F051764C2173704011480705AWES0042002500040822e66e#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#864.91#0#OB#OK#20250414#20250415#LB#2-0#20250413|20250415|W|163|260322|DBL.SU-1|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20077a~-1997551959~S~~~NRF~~81C808F051764C2173704011480705AWES0042002500040822e66e#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#|34|Njg0Ni4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6846.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: THE HOUSE SUPERIOR ROOM|Room 2: THE HOUSE SUPERIOR ROOM|Room 3: THE HOUSE SUPERIOR ROOM|Room 4: EXECUTIVE ROOM" RoomTypeCode="02#3#BO#742.90#0#OB#OK#20250413#20250414#LB#2-0#20250413|20250415|W|163|260322|DBL.SU|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20066c~1945751817~S~~~NRF~~81C808F051764C2173704011480705AWES00420025000408214586#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#742.90#0#OB#OK#20250414#20250415#LB#2-0#20250413|20250415|W|163|260322|DBL.SU|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20066c~1945751817~S~~~NRF~~81C808F051764C2173704011480705AWES00420025000408214586#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#938.10#0#OB#OK#20250413#20250414#LB#2-0#20250413|20250415|W|163|260322|DBL.EJ-1|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20081c~192909123~S~~~NRF~~81C808F051764C2173704011480705AWES0042002500040824e6f9#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#938.10#0#OB#OK#20250414#20250415#LB#2-0#20250413|20250415|W|163|260322|DBL.EJ-1|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20081c~192909123~S~~~NRF~~81C808F051764C2173704011480705AWES0042002500040824e6f9#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#|34|NzAwOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7008.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: THE HOUSE SUPERIOR ROOM|Room 2: THE HOUSE SUPERIOR ROOM|Room 3: EXECUTIVE ROOM|Room 4: THE HOUSE SUPERIOR ROOM" RoomTypeCode="02#3#BO#742.90#0#OB#OK#20250413#20250414#LB#2-0#20250413|20250415|W|163|260322|DBL.SU|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20066c~1945751817~S~~~NRF~~81C808F051764C2173704011480705AWES00420025000408214586#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#742.90#0#OB#OK#20250414#20250415#LB#2-0#20250413|20250415|W|163|260322|DBL.SU|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20066c~1945751817~S~~~NRF~~81C808F051764C2173704011480705AWES00420025000408214586#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#938.10#0#OB#OK#20250413#20250414#LB#2-0#20250413|20250415|W|163|260322|DBL.EJ-1|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20081c~192909123~S~~~NRF~~81C808F051764C2173704011480705AWES0042002500040824e6f9#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#938.10#0#OB#OK#20250414#20250415#LB#2-0#20250413|20250415|W|163|260322|DBL.EJ-1|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20081c~192909123~S~~~NRF~~81C808F051764C2173704011480705AWES0042002500040824e6f9#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#|34|NzAwOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7008.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: THE HOUSE SUPERIOR ROOM|Room 2: THE HOUSE SUPERIOR ROOM|Room 3: SUPERIOR ROOM|Room 4: SUPERIOR ROOM" RoomTypeCode="02#3#BO#742.90#0#OB#OK#20250413#20250414#LB#2-0#20250413|20250415|W|163|260322|DBL.SU|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20066c~1945751817~S~~~NRF~~81C808F051764C2173704011480705AWES00420025000408214586#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#742.90#0#OB#OK#20250414#20250415#LB#2-0#20250413|20250415|W|163|260322|DBL.SU|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20066c~1945751817~S~~~NRF~~81C808F051764C2173704011480705AWES00420025000408214586#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#864.91#0#OB#OK#20250413#20250414#LB#2-0#20250413|20250415|W|163|260322|DBL.SU-1|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20077a~-1997551959~S~~~NRF~~81C808F051764C2173704011480705AWES0042002500040822e66e#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#864.91#0#OB#OK#20250414#20250415#LB#2-0#20250413|20250415|W|163|260322|DBL.SU-1|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20077a~-1997551959~S~~~NRF~~81C808F051764C2173704011480705AWES0042002500040822e66e#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#|34|NzExNi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7116.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: THE HOUSE SUPERIOR ROOM|Room 2: THE HOUSE SUPERIOR ROOM|Room 3: SUPERIOR ROOM|Room 4: EXECUTIVE ROOM" RoomTypeCode="02#3#BO#742.90#0#OB#OK#20250413#20250414#LB#2-0#20250413|20250415|W|163|260322|DBL.SU|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20066c~1945751817~S~~~NRF~~81C808F051764C2173704011480705AWES00420025000408214586#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#742.90#0#OB#OK#20250414#20250415#LB#2-0#20250413|20250415|W|163|260322|DBL.SU|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20066c~1945751817~S~~~NRF~~81C808F051764C2173704011480705AWES00420025000408214586#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#864.91#0#OB#OK#20250413#20250414#LB#2-0#20250413|20250415|W|163|260322|DBL.SU-1|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20077a~-1997551959~S~~~NRF~~81C808F051764C2173704011480705AWES0042002500040822e66e#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#864.91#0#OB#OK#20250414#20250415#LB#2-0#20250413|20250415|W|163|260322|DBL.SU-1|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20077a~-1997551959~S~~~NRF~~81C808F051764C2173704011480705AWES0042002500040822e66e#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#938.10#0#OB#OK#20250413#20250414#LB#2-0#20250413|20250415|W|163|260322|DBL.EJ-1|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20081c~192909123~S~~~NRF~~81C808F051764C2173704011480705AWES0042002500040824e6f9#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#938.10#0#OB#OK#20250414#20250415#LB#2-0#20250413|20250415|W|163|260322|DBL.EJ-1|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20081c~192909123~S~~~NRF~~81C808F051764C2173704011480705AWES0042002500040824e6f9#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#|34|NzI3OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7278.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: THE HOUSE SUPERIOR ROOM|Room 2: THE HOUSE SUPERIOR ROOM|Room 3: EXECUTIVE ROOM|Room 4: SUPERIOR ROOM" RoomTypeCode="02#3#BO#742.90#0#OB#OK#20250413#20250414#LB#2-0#20250413|20250415|W|163|260322|DBL.SU|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20066c~1945751817~S~~~NRF~~81C808F051764C2173704011480705AWES00420025000408214586#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#742.90#0#OB#OK#20250414#20250415#LB#2-0#20250413|20250415|W|163|260322|DBL.SU|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20066c~1945751817~S~~~NRF~~81C808F051764C2173704011480705AWES00420025000408214586#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#938.10#0#OB#OK#20250413#20250414#LB#2-0#20250413|20250415|W|163|260322|DBL.EJ-1|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20081c~192909123~S~~~NRF~~81C808F051764C2173704011480705AWES0042002500040824e6f9#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#938.10#0#OB#OK#20250414#20250415#LB#2-0#20250413|20250415|W|163|260322|DBL.EJ-1|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20081c~192909123~S~~~NRF~~81C808F051764C2173704011480705AWES0042002500040824e6f9#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#864.91#0#OB#OK#20250413#20250414#LB#2-0#20250413|20250415|W|163|260322|DBL.SU-1|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20077a~-1997551959~S~~~NRF~~81C808F051764C2173704011480705AWES0042002500040822e66e#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#864.91#0#OB#OK#20250414#20250415#LB#2-0#20250413|20250415|W|163|260322|DBL.SU-1|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20077a~-1997551959~S~~~NRF~~81C808F051764C2173704011480705AWES0042002500040822e66e#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#|34|NzI3OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7278.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: THE HOUSE SUPERIOR ROOM|Room 2: THE HOUSE SUPERIOR ROOM|Room 3: EXECUTIVE ROOM|Room 4: EXECUTIVE ROOM" RoomTypeCode="02#3#BO#742.90#0#OB#OK#20250413#20250414#LB#2-0#20250413|20250415|W|163|260322|DBL.SU|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20066c~1945751817~S~~~NRF~~81C808F051764C2173704011480705AWES00420025000408214586#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#742.90#0#OB#OK#20250414#20250415#LB#2-0#20250413|20250415|W|163|260322|DBL.SU|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20066c~1945751817~S~~~NRF~~81C808F051764C2173704011480705AWES00420025000408214586#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#938.10#0#OB#OK#20250413#20250414#LB#2-0#20250413|20250415|W|163|260322|DBL.EJ-1|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20081c~192909123~S~~~NRF~~81C808F051764C2173704011480705AWES0042002500040824e6f9#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#938.10#0#OB#OK#20250414#20250415#LB#2-0#20250413|20250415|W|163|260322|DBL.EJ-1|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20081c~192909123~S~~~NRF~~81C808F051764C2173704011480705AWES0042002500040824e6f9#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#|34|NzQ0MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7440.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType></RoomTypes><Images><Image Url="http://www.hotelresb2b.com/images/hoteles/917395_foto_2.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/917395_foto_3.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/917395_foto_80.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/917395_foto_81.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/917395_foto_82.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/917395_foto_83.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/917395_foto_84.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/917395_foto_85.jpg" /></Images><HotelDescription>Hay un total de 16 dormitorios a disposiciandoacute;n de los clientes. Este alojamiento data de 1852 y fue reformado andiacute;ntegramente en 2017. Asimismo, la propiedad cuenta con Wi-Fi gratuito. La recepciandoacute;n estandaacute; abierta todo el dandiacute;a. The Roseate Edinburgh no ofrece cunas bajo solicitud previa. Dispone de aparcamiento. Las personas en viaje de empresa valorarandaacute;n las instalaciones de negocios en esta propiedad, ideal para acoger cualquier tipo de evento. La residencia puede cobrar el importe de algunos de estos servicios.</HotelDescription><Facilities><HotelFacilities><Type>Wi-Fi</Type><Description>Wi-Fi</Description><Value /></HotelFacilities><HotelFacilities><Type>Contintental Breakfast</Type><Description>Contintental Breakfast</Description><Value /></HotelFacilities><HotelFacilities><Type>Safe Box</Type><Description>Safe Box</Description><Value /></HotelFacilities><HotelFacilities><Type>Pay Parking</Type><Description>Pay Parking</Description><Value /></HotelFacilities><HotelFacilities><Type>Restaurant</Type><Description>Restaurant</Description><Value /></HotelFacilities><HotelFacilities><Type>Partial Room Service</Type><Description>Partial Room Service</Description><Value /></HotelFacilities><HotelFacilities><Type>News Stand</Type><Description>News Stand</Description><Value /></HotelFacilities><HotelFacilities><Type>Laundry Service</Type><Description>Laundry Service</Description><Value /></HotelFacilities><HotelFacilities><Type>Wi-Fi</Type><Description>Wi-Fi</Description><Value /></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="3a1ed41e-8097-4024-b161-818a21802b84">
  <Rooms>
    <Room RoomType="Room 1: THE HOUSE SUPERIOR ROOM" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: THE HOUSE SUPERIOR ROOM" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 3: THE HOUSE SUPERIOR ROOM" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 4: THE HOUSE SUPERIOR ROOM" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|710296" SourceId="34" RoomTypeCode="02#3#BO#742.90#0#OB#OK#20250413#20250414#LB#2-0#20250413|20250415|W|163|260322|DBL.SU|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20066c~1945751817~S~~~NRF~~81C808F051764C2173704011480705AWES00420025000408214586#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#^02#3#BO#742.90#0#OB#OK#20250414#20250415#LB#2-0#20250413|20250415|W|163|260322|DBL.SU|ADV BAR RO|RO||3~2~0||N[ARROBA]07~A-SIC~20066c~1945751817~S~~~NRF~~81C808F051764C2173704011480705AWES00420025000408214586#ES|2|false|1#0B7BE37420FF023B4CBD493566EE79478C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710296#|34|NjU3Ni4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2025-04-13T00:00:00" End="2025-04-15T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|RestelBlock|String was not recognized as a valid DateTime.|System.FormatException: String was not recognized as a valid DateTime.
   at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
   at System.Convert.ToDateTime(String value)
   at HotelSources.Restel.CheckRatesRS(String PreBookingRS, CheckRatesRQ CheckRatesRequest) in G:\Trivender PC\WorldwideDMCV2\Module\Hotel\Sources\Restel\Restel.cs:line 889|Restel|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>String was not recognized as a valid DateTime.</Status>
  <TraceId>3a1ed41e-8097-4024-b161-818a21802b84</TraceId>
</CheckRatesRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|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="3a1ed41e-8097-4024-b161-818a21802b84">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-13T00:00:00" End="2025-04-15T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="23151|456987" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|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="3a1ed41e-8097-4024-b161-818a21802b84">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-13T00:00:00" End="2025-04-15T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="31829|103e68" SourceId="45" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|DOTWPrice|exception while supplier interation||DOTW|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|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="3a1ed41e-8097-4024-b161-818a21802b84">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41120" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-13T00:00:00" End="2025-04-15T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="17007|2009" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|DOTWPrice|exception while supplier interation||DOTW|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3a1ed41e-8097-4024-b161-818a21802b84|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|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="e8725735-da7b-4365-aabb-e4075d11a813">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41165" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-15T00:00:00" End="2025-04-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|InfiniteSearch|supplier interation failed||Infinite|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|PaximumSearch|supplier interation failed||Paximum|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|TravcoSearch|successfull supplier interation||Travco|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|HotelsProSearch|successfull supplier interation||HotelsPro|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|RateHawkSearch|successfull supplier interation||RateHawk|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|DOTWSearch|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2025-01-16T15:26:01.8515437+00:00" Version="0" EchoToken="Search" TransactionIdentifier="e8725735-da7b-4365-aabb-e4075d11a813" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="434" OriginalAmount="434">
      <BasicPropertyInfo Latitude="55.866431722943" Longitude="-4.2601249875411" StarRating="3" HotelCode="935437|294036" HotelName="easyHotel Glasgow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Hill Street, Glasgow G3 6RN</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/180568/180568a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Glasgow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="450" OriginalAmount="450">
      <BasicPropertyInfo Latitude="55.884457" Longitude="-4.312058" StarRating="3" HotelCode="48627|5065" HotelName="Leonardo Inn Hotel Glasgow West End" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Great Western Road, Glasgow G12 0XP</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/33337/a_33337_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the trendy quarter of West End, only 10 minutes from Glasgow University and the bustling Byres Road. Due to its location, the M8 motorway can be easily reached, as well as main city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="481.04" OriginalAmount="481.04">
      <BasicPropertyInfo StarRating="2" HotelCode="|817267" HotelName="EASY" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>GLASGOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/403973_foto_1.jpg</HotelPictures>
        <HotelDescription>This 2 star hotel is located in the city centre of Glasgow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="491" OriginalAmount="491">
      <BasicPropertyInfo Latitude="55.850732685738" Longitude="-4.2506468296051" StarRating="3" HotelCode="52676|227193" HotelName="Premier Inn Glasgow City Centre South" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Ballater Street, Glasgow G5 0TW</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56807/a_56807_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance of all city centre attractions. The bus and train stations, St. Enoch Underground Station, nightlife and shopping opportunities can all be found in the immediate vicinity. It is only a short bus or taxi ride from the West End, Kelvingrove Museum, Glasgow Science Centre and Pollock Country Park (voted the best park in Europe 2008).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="496" OriginalAmount="496">
      <BasicPropertyInfo Latitude="56.20466967" Longitude="-4.74336022" StarRating="3" HotelCode="578281|456698" HotelName="Loch Long" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Main Road, Argyll &amp; Bute, Arrochar G83 7AA</AddressLine>
          </AddressLines>
          <CityName>Arrochar</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/749275/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Arrochar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="540.40" OriginalAmount="540.40">
      <BasicPropertyInfo StarRating="3" HotelCode="|A29169" HotelName="ibis budget Glasgow" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>GLASGOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1344461_foto_1.jpg</HotelPictures>
        <HotelDescription>Stay in one of 165 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access is available to keep you connected. Bathrooms with showers are provided. Conveniences include desks, housekeeping is provided daily, and cribs/infant beds (complimentary) can be requested.You can enjoy a meal at the restaurant serving the guests of ibis budget Glasgow, or stop in at the snack bar/deli. Quench your thirst with your favorite drink at the bar/lounge. Continental breakfasts are served on weekdays from 6:30 AM to 10:00 AM and on weekends from 6:30 AM to noon for a fee.Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage. Free self parking is available onsite.With a stay at ibis budget Glasgow, you'll be centrally located in Glasgow, a 4-minute drive from OVO Hydro and 8 minutes from Hampden Park.  This eco-certified hotel is 1.4 mi (2.3 km) from Scottish Exhibition and Conference Centre and 1.9 mi (3.1 km) from Buchanan Street.Distances are displayed to the nearest 0.1 mile and kilometer.  Kinning Park - 1.2 km / 0.7 mi  Grosvenor Casino Glasgow, Riverboat - 1.3 km / 0.8 mi  O2 Academy Glasgow - 1.3 km / 0.8 mi  Merchant City - 1.6 km / 1 mi  Clyde Auditorium - 1.6 km / 1 mi  St. Enoch Centre - 1.6 km / 1 mi  Glasgow Science Centre - 1.7 km / 1 mi  Clyde Arc Bridge - 1.7 km / 1.1 mi  Buchanan Street - 1.7 km / 1.1 mi  OVO Hydro - 1.8 km / 1.1 mi  St Vincent Street Church - 1.8 km / 1.1 mi  Argyll Arcade - 1.9 km / 1.2 mi  Princes Square - 1.9 km / 1.2 mi  Lighthouse - 1.9 km / 1.2 mi  Scottish Exhibition and Conference Centre - 2 km / 1.2 mi  The nearest airports are:Glasgow International Airport (GLA) - 13.8 km / 8.6 mi Glasgow (PIK-Prestwick) - 51.5 km / 32 mi The preferred airport for ibis budget Glasgow is Glasgow International Airport (GLA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="541.56" OriginalAmount="541.56">
      <BasicPropertyInfo Latitude="55.865719634424" Longitude="-4.357318880951" StarRating="3" HotelCode="93099|906925" HotelName="Glasgow Braehead Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Row Avenue 2, Braehead, G51 4SY Glasgow</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/129475/a_129475_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located some 200 metres from the centre of Braehead, with its restaurants, bars, shops and links to the public transport network. The ski slopes and the Xscape ski and snowboarding centre are also only 200 metres away. Renfrew, where guests will find the railway station and the tourist centre, is around 500 metres. Hillington Industrial Estate is just 1.2 km drive away and it is just 8.7 km to Glasgow centre with its shops and nightspots. The Burrell Collection is a 15-minute drive away and the hotel is just off Junction 26 of the M8 motorway. This Glasgow airport hotel has easy access to the region's major road network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="542" OriginalAmount="542">
      <BasicPropertyInfo Latitude="55.942496450144" Longitude="-4.5416166108375" StarRating="3" HotelCode="333053|458057" HotelName="Abbotsford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Stirling Road, Dumbarton, Dunbartonshire, Scotland G82 2PJ</AddressLine>
          </AddressLines>
          <CityName>Dumbarton</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0019/23187/1923187/1.jpg?f=15472670</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dumbarton.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="553.00" OriginalAmount="553.00">
      <BasicPropertyInfo Latitude="55.84244361" Longitude="-4.1654983" StarRating="2" HotelCode="519929|760762" HotelName="The Fullarton Park Hotel Glasgow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 09/04/2025" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>1230 Tollcross Road, Glasgow G32 8HH</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/688672/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In Glasgow&amp;apos;s East End, The Fullarton Park Hotel is a mile from the M74 motorway, offering direct access to Glasgow centre. There is free parking, free Wi-Fi and a traditional restaurant.The stylish bedrooms at Fullarton Park each have a TV, radio and tea and coffee facilities. All feature modern ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="564" OriginalAmount="564">
      <BasicPropertyInfo Latitude="55.784379195045" Longitude="-4.3485765420207" StarRating="3" HotelCode="263563|93710" HotelName="Premier Inn Glasgow Newton Mearns (M77 J4) Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 11/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>Greenlaw Crookfur Road, Newton Mearns, Glasgow G77 6EF</AddressLine>
          </AddressLines>
          <CityName>Newton Mearns</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/347731/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="565" OriginalAmount="565">
      <BasicPropertyInfo Latitude="55.72616" Longitude="-3.902497" StarRating="3" HotelCode="114351|456820" HotelName="Best Western Popinjay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rosebank, Clyde Valley, Scotland, ML8 5QB</AddressLine>
          </AddressLines>
          <CityName>Carluke</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/35/359551/359551a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Carluke. The nearest airport is Glasgow - Glasgow Airport (GLA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="567.00" OriginalAmount="567.00">
      <BasicPropertyInfo Latitude="55.942994" Longitude="-4.017246" StarRating="1" HotelCode="263565|ibis_budget_glasgow_cumbernauld" HotelName="Travelodge Glasgow Cumbernauld" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Auchenkilns Roundabout, Glasgow G68 9AT, Scotland</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/367020/a_367020_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Glasgow. The nearest airport is Glasgow - Glasgow Airport (GLA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="569" OriginalAmount="569">
      <BasicPropertyInfo Latitude="55.864" Longitude="-4.26861" StarRating="3.5" HotelCode="571281|214463" HotelName="Point A Hotel, Glasgow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>80 Bath Street, Glasgow, G2 2EN, Scotland</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/584890/584890a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Glasgow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="570.52" OriginalAmount="570.52">
      <BasicPropertyInfo Latitude="55.820028" Longitude="-4.216409" StarRating="3" HotelCode="87510|573755" HotelName="Kings Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mill Street, G73 2LX Glasgow</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/122371/a_122371_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 10 minutes by car from Glasgow City Centre. It faces the beautiful Overtoun Park, meaning that peace and tranquillity are always just a minute away. Hampden Park is about 1 km away. Shopping opportunities can be found approximately 5 km away at Kilbride. Rutherglen Train Station is about 1 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="571" OriginalAmount="571">
      <BasicPropertyInfo Latitude="55.980174" Longitude="-3.94714" StarRating="3" HotelCode="189818|156282" HotelName="Castlecary House Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Castlecary Road, Castlecary, Glasgow G68 0HD</AddressLine>
          </AddressLines>
          <CityName>Castlecary</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/364837/364837a_hb_a_072.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Glasgow. The nearest airport is Glasgow - Glasgow Airport (GLA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="575" OriginalAmount="575">
      <BasicPropertyInfo Latitude="55.860186035542" Longitude="-4.4319037594162" StarRating="2" HotelCode="263564|32219" HotelName="Travelodge Glasgow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marchburn Drive, Glasgow Airport Business Park, Paisley, Glasgow, Lanarks PA3 2SJ</AddressLine>
          </AddressLines>
          <CityName>Paisley</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/367019/a_367019_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Glasgow. The nearest airport is Glasgow - Glasgow Airport (GLA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="578.00" OriginalAmount="578.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|710451" HotelName="LEONARDO INN GLASGOW WEST END" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>GLASGOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/958876_foto_1.jpg</HotelPictures>
        <HotelDescription>A menos de tres kilandoacute;metros de la ciudad de Glasgow y a trece kilandoacute;metros del Aeropuerto de Glasgow, el Glasgow Pond Hotel se encuentra en la elegante zona oeste de Glasgow, entre terrazas victorianas y con vistas a una espectacular laguna. El hotel se reformandoacute; totalmente en 2006/7. Estacionamiento gratuito y tambiandeacute;n se dispone de conexiandoacute;n WiFi gratuita en todas las habitaciones y andaacute;reas panduacute;blicas. El Brasserie Restaurant andamp; Bar es sinandoacute;nimo de buena cocina, excelente servicio y un entorno elegante. Con ingredientes locales y de temporada, nuestra Brasserie ofrece un menanduacute; delicioso y saludable.From the North: From Perth and Stirling, come in on the M80 to the A80, then M80 and follow the signs into Glasgow. At junction 17 take the A82 west for approximately 2 miles - the hotel is well signposted on the lft by Gartnavel hospital, turn left just before the BP petrol station. From the South: m Carlisle continhe north on the A/M74. Then take the M73 towards the M8 and after a couple of miles take a turn onto the M8 going west into Glasgow. At junction 17 take the A82 west for approximately 2 miles turn left just before the BP petrol station. - the hotel is well signposted on the left by Gartnavel hospital. Turn left just before the BP petrol station. From Glasgow Airport: From Glasgow Airport take the M8 motorway heading for Glasgow city centre. Then take the Clyde Tunnel junction. Follow the signs for Anniesland. At Anniesland Cross, turn right on to Great Western Road following the signs for City Centre. The hotel is a short distance along this road on your right hand side by Gartnaval Hospital. Turn right at the traffic lights when you see a BP petrol station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="599.76" OriginalAmount="599.76">
      <BasicPropertyInfo Latitude="55.858783" Longitude="-4.268282" StarRating="4" HotelCode="34173|1888725" HotelName="Hallmark Hotel Glasgow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Free CXL until 09/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>27 Washington Street, Glasgow G3 8AZ</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/53752/w_53752_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated close to the M8 and only a few minutes' drive from the Scottish Exhibition and Conference Centre (SECC). Links to the public transport network lie about 400 m away and shopping venues, bars, restaurants, pubs and nightclubs are also only around 400 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="612" OriginalAmount="612">
      <BasicPropertyInfo Latitude="55.859804258905" Longitude="-4.2499879235161" StarRating="3" HotelCode="29361|28627" HotelName="Mercure Glasgow City Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 Ingram Street, Glasgow G11DQ</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47315/a_47315_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is centrally located and enjoys excellent transport links to the city of Glasgow. A diverse selection of museums, galleries and theatres as well as shopping and entertainment venues are to be found in the vicinity. Links to the public transport network are to be found a mere 500 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="623" OriginalAmount="623">
      <BasicPropertyInfo Latitude="55.73959" Longitude="-4.147103" StarRating="4" HotelCode="336442|38581" HotelName="MacDonald Crutherland House and Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Country House,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Garden,Golf,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Strathaven Road, Glasgow G75 0QJ</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55604/a_55604_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly country house and business hotel is situated on 37 acres of tranquil woodland offering stunning views. The grounds allow guests to have a leisurely stroll around the hotel premises. East Kilbride train station is 5 minutes’ drive away. Glasgow International Airport is located some 16 km from the residence and Glasgow Prestwick International Airport is around 38 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="629" OriginalAmount="629">
      <BasicPropertyInfo Latitude="55.859984560154" Longitude="-4.2399558073403" StarRating="3" HotelCode="725895|360104" HotelName="Moxy Glasgow Merchant City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>210 High Street, Glasgow G4 0QW</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625563/625563a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel can be found in Glasgow. A total of 30 accommodation units are available for guests' convenience at Moxy Glasgow Merchant City. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="633" OriginalAmount="633">
      <BasicPropertyInfo Latitude="56.063474992912" Longitude="-4.4518379867077" StarRating="3" HotelCode="39351|156276" HotelName="Buchanan Arms Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Main Street, Drymen, Glasgow G63 0BQ</AddressLine>
          </AddressLines>
          <CityName>Drymen</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/64937/a_64937_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in breathtaking countryside close to Loch Lomond and lies only 30 minutes away from the cultural centres and shopping facilities of Glasgow and Stirling. Links to the public transport network are easily within walking distance of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="652" OriginalAmount="652">
      <BasicPropertyInfo Latitude="55.862955" Longitude="-4.428987" StarRating="3" HotelCode="33822|203997" HotelName="Holiday Inn Express Glasgow Airport" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>St Andrews Drive, Glasgow Airport, Paisley PA3 2TJ</AddressLine>
          </AddressLines>
          <CityName>Paisley</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/53749/a_53749_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel enjoys an ideal location only some two minutes on foot from the airport terminal, which can be reached via a covered walkway. Furthermore, the good access to the M8 (junction 28) motorway makes this hotel perfect for both business travellers and holidaymakers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="653" OriginalAmount="653">
      <BasicPropertyInfo Latitude="55.930977" Longitude="-4.317703" StarRating="3" HotelCode="152775|93394" HotelName="Premier Inn Glasgow Bearsden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>279 Milngavie Road, Glasgow, Strathclyde G61 3DQ</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/342842/3.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Glasgow (Bearsden) Premier Inn is close to the A81, local golf clubs and Milngavie Train Station. The hotel has a cosy Chef and Brewer restaurant, free parking and good-value rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="664.00" OriginalAmount="664.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|762810" HotelName="Premier Inn Premier Inn Glasgow City (George Square)" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>GLASGOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1143084_foto_1.jpg</HotelPictures>
        <HotelDescription>A great city centre location, this Premier Inn is conveniently located for amenities and attractions including Buchannan Street for shopping and Merchant City for evening entertainment. Ideally located within easy reach of the M8. Conveniently located for Queen Street train station.  Our Glasgow City (George Square) Premier Inn has everything you'd expect, incredibly comfy beds in every room and an integrated restaurant serving a mix of traditional and contemporary dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="666" OriginalAmount="666">
      <BasicPropertyInfo Latitude="55.862161977154" Longitude="-4.4254571199417" StarRating="3" HotelCode="99097|93706" HotelName="Premier Inn Glasgow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 11/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>Whitecart Road, Glasgow Airport, Paisley, Glasgow PA3 2TH</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0020/17170/2017170/1.jpg?f=15664086</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="668" OriginalAmount="668">
      <BasicPropertyInfo Latitude="55.771832922787" Longitude="-4.2268234491348" StarRating="4" HotelCode="58862|156309" HotelName="Holiday Inn Glasgow-East Kilbride" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stewartfield Way, East Kilbride, South Lanarkshire G74 5LA, Glasgow</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/76251/a_76251_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 10 minutes from East Kilbride town centre, and is easily accessible from both the road and rail networks. The hotel also offer good connection for tours to Glasgow, Lanarkshire, and Ayrshire.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="670" OriginalAmount="670">
      <BasicPropertyInfo Latitude="55.857247131464" Longitude="-4.2451214790344" StarRating="4" HotelCode="38837|32574" HotelName="Fraser Suites Glasgow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-19 Albion Street, Glasgow, Scotland G1 1LH</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/64099/a_64099_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant apartment hotel is located at the heart of Merchant City in Glasgow, one of the main shopping areas. For bargain hunters there is the Barras market just 700 m away from the hotel. This area also offers the atmosphere of the cultural reincarnation of Glasgow with plenty of espresso and bagel bars, designer boutiques and shops, as well as the best selection of restaurants and clubs. The Gallery of Modern Art, the well-known St. Geroges Square and the People's Palace Museum lie within easy reach. Links to the public transport network are to be found just 200 m from the hotel and it is approx 10 km to Glasgow airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="673" OriginalAmount="673">
      <BasicPropertyInfo Latitude="55.859307768154" Longitude="-4.2507268825168" StarRating="3" HotelCode="377528|156312" HotelName="Ibis Styles Glasgow Centre George Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Miller Street, Glasgow G1 1DT</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/489628/a_489628_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a bar and a business centre, for a comfortable and relaxing stay. Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="674" OriginalAmount="674">
      <BasicPropertyInfo Latitude="55.86078919" Longitude="-4.26470087" StarRating="3" HotelCode="775477|384214" HotelName="Ibis Styles Glasgow Centre West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>116 Waterloo Street, Douglas House, Glasgow G2 7DN</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/641421/641421a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel sits a four-minute walk from Glasgow Central train station and a few minutes from the urban landscaping of Glasgow. Take in the beauty of George Square, then head to the Riverfront where you'll find Glasgow's iconic SEC Campus, the Science Centre, SEC Hydro and the famous Tall Ship at the Riverside Museum.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="686" OriginalAmount="686">
      <BasicPropertyInfo Latitude="55.863429" Longitude="-4.433886" StarRating="3" HotelCode="79564|28915" HotelName="Holiday Inn Glasgow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abbotsinch, Paisley, PA3 2TE Glasgow</AddressLine>
          </AddressLines>
          <CityName>Paisley</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107699/gt_107699_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located directly opposite the departure terminal of Glasgow International Airport. It is the closest hotel to the terminal buildings and approx. 10 minutes from the city centre with numerous shopping and entertainment options. The shopping centre SECC Braehead, the indoor ski slope Xscape Ski Dome and IKEA are situated approx. 5 minutes away from the hotel. With direct motorway access, guests have a quick and easy connection to tourist attractions such as Loch Lomond, the Trossachs, Stirling and Edinburgh. Golf courses in and around Troon in Ayrshire, the home of Rabbie Burns, are also within easy reach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="693" OriginalAmount="693">
      <BasicPropertyInfo Latitude="55.864226" Longitude="-4.405131" StarRating="3.5" HotelCode="37536|493700" HotelName="Glynhill Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>169 Paisley Road, Renfrew, Glasgow PA4 8XB</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/61757/p_61757_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated, only around 1 mile from Glasgow international airport and only around 7 miles from Glasgow's vibrant city centre. The hotel enjoys a relaxing, out of town setting and the friendly attentive staff are on hand for information and assistance. The immediate vicinity of this establishment offers a pub and links to the public transport network, whereas shopping facilities are just over 3 miles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="693.12" OriginalAmount="693.12">
      <BasicPropertyInfo Latitude="55.985516871746" Longitude="-4.3057796359062" StarRating="4" HotelCode="74768|573775" HotelName="Kirkhouse Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Glasgow Road, Strathblane, Glasgow G63 9AA</AddressLine>
          </AddressLines>
          <CityName>Strathblane</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/101923/a_101923_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfectly located within the tranquil parish of Strathblane near Loch Lomond, this elegant hotel offers a magnificent view over the Campsie Hills. Glengoyne Distillery is only a few minutes away, and Glasgow International Airport can be reached in less than 45 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="702.92" OriginalAmount="702.92">
      <BasicPropertyInfo Latitude="55.86405699964" Longitude="-4.2599272727966" StarRating="4" HotelCode="34683|571145" HotelName="Abode Glasgow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Bath Street, Glasgow G2 2SZ, Scotland</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56438/a_56438_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Glasgow's historic town centre and nestled beside the business district and only minutes away from numerous inviting bars, exquisite restaurants and countless shopping venues, including the renowned boutique shopping of Buchannan street, are only minutes away. There is also public transport connections in the immediate vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="707" OriginalAmount="707">
      <BasicPropertyInfo Latitude="55.74020967012" Longitude="-4.2730778010414" StarRating="3.5" HotelCode="144878|156277" HotelName="Best Western Glasgow South Eglinton Arms Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Gilmour Street, Eaglesham G76 0LG, Glasgow</AddressLine>
          </AddressLines>
          <CityName>Eaglesham</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/206160/a_206160_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Eaglesham.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="708" OriginalAmount="708">
      <BasicPropertyInfo Latitude="55.85947562" Longitude="-4.25183909" StarRating="2" HotelCode="475588|215519" HotelName="Travelodge Glasgow Queen Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Queen Street, G1 3DS Glasgow</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/587011/a_587011_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Glasgow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="715.28" OriginalAmount="715.28">
      <BasicPropertyInfo Latitude="55.9355327" Longitude="-4.5250455" StarRating="3" HotelCode="328350|4265775" HotelName="The Milton Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/04/2025" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>401 Milton, Dumbarton G82 2TD, Scotland</AddressLine>
          </AddressLines>
          <CityName>Dumbarton</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/511526/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hotel will find a range of facilities, services and other amenities. Wireless internet access allows guests to surf the internet and stay up to date with their communications. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="715.80" OriginalAmount="715.80">
      <BasicPropertyInfo Latitude="55.906608" Longitude="-4.427566" StarRating="4" HotelCode="28158|571325" HotelName="The Golden Jubilee Conference Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Beardmore St, Clydebank, Glasgow G81 4SA</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/41449/a_41449_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel and conference centre is situated on the banks of the River Clyde in Clydebank, near Glasgow. Loch Lomond and Trossachs National Park are just 20 minutes to the west and over 150 golf courses are within an hour's drive. Dalmuir railway station is about a 1 km away and Glasgow Airport and Prestwick Airport are approximately 13 and 61 km from the establishment, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="722.12" OriginalAmount="722.12">
      <BasicPropertyInfo StarRating="3" HotelCode="|511445" HotelName="Premier Inn Premier Inn Glasgow Cc Buchanan Galleries" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>GLASGOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1143082_foto_1.jpg</HotelPictures>
        <HotelDescription>Premier Inn Hotel Glasgow City Centre (Buchanan Galleries) is what its name suggests, smack dab in the middle of Glasgow. So if you want to get amongst the great nightlife, shopping, theatres and cinemas, you'll be right at the heart of the action. Spend the morning strolling through the Buchanan Galleries doing some window shopping. Then find a window for lunch before an afternoon watching some great sport at the Emirates Arena. There's still time to catch a band at the Hydro before coming back to the hotel for some tasty food at our Thyme restaurant and a great night's sleep in your comfy bed. All reservations placed at this hotel are subject to Premier Inn's standard Terms and Conditions, which can be found at premierinn.com</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="723" OriginalAmount="723">
      <BasicPropertyInfo Latitude="55.864270729497" Longitude="-4.2654204368591" StarRating="4" HotelCode="31452|677" HotelName="Novotel Glasgow Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Pitt Street, Glasgow G2 4DT</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50203/a_50203_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in the shopping quarter of the city centre, only minutes from the shopping streets of Sauchiehall Street and Buchanan Street as well as the exhibition centres. There is a array of shops, pubs, bars and nightclubs as well as restaurants, and links to the public transport network in the immediate vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="727" OriginalAmount="727">
      <BasicPropertyInfo Latitude="55.86542957" Longitude="-4.25399448" StarRating="4" HotelCode="25449|14530" HotelName="Holiday Inn Glasgow - City Center Theatreland" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>161 West Nile Street, Glasgow G1 2RL</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/37093/a_37093_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated at the heart of Glasgow, near the theatres and the shopping district. Glasgow's international airport is about 20 km from the hotel. Links to the public transport network lie about 500 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="729.60" OriginalAmount="729.60">
      <BasicPropertyInfo Latitude="55.978702" Longitude="-4.058405" StarRating="3" HotelCode="114545|1103898" HotelName="The Coachman" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Parkfoot Street, Kilsyth, Lanarkshire, G65 0SP</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/341006/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Glasgow. The nearest airport is Glasgow - Glasgow Airport (GLA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="733.80" OriginalAmount="733.80">
      <BasicPropertyInfo Latitude="55.918207406273" Longitude="-4.5849788188934" StarRating="4" HotelCode="27874|217606" HotelName="Gleddoch Hotel Spa &amp; Golf, BW Premier Collection by Best Western" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Country House,Golf Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Bar,Central Heating,Conference Hall,Golf,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Old Greenock Road, Langbank, Renfrewshire PA14 6YE, Glasgow</AddressLine>
          </AddressLines>
          <CityName>Langbank</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/40069/a_40069_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, with a view over the River Clyde, is situated only 20 minutes from the lively centre of Glasgow. Glasgow airport is only around 10 minutes' drive away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="734.56" OriginalAmount="734.56">
      <BasicPropertyInfo StarRating="3" HotelCode="|004277" HotelName="Premier Inn Premier Inn Glasgow Stepps (M80, J3)" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>STEPPS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1233043_foto_1.jpg</HotelPictures>
        <HotelDescription>A handy hub for all your travels in Central Scotland, the Premier Inn Hotel Glasgow Stepps (M80) puts you in a cracking spot for Glasgow, Edinburgh and everything in between. You'll be perfectly placed for all the sights of the cities and the key edge-of-town business locations. For live entertainment, head to the SECC and Hampden Park. Or make a splash at the Tollcross International Swimming Centre. Then make a beeline for our on-site restaurant, welcoming rooms and big, comfy beds. All reservations placed at this hotel are subject to Premier Inn's standard Terms and Conditions, which can be found at premierinn.com</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="736" OriginalAmount="736">
      <BasicPropertyInfo Latitude="55.855014" Longitude="-4.250373" StarRating="3" HotelCode="13451|5060" HotelName="Holiday Inn Express Glasgow - City Centre Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>122 Stockwell Street, Glasgow G1 4LW</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14203/a_14203_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located on the banks of the River Clyde within a few minutes' walk of Glasgow's city centre and the main train station. Glasgow's international airport is about 13 km from the hotel and the SECC (Scottish Exhibition and Conference Centre) is just 2.5 km away. Links to the public transport network are located directly in front of the hotel. Shopping facilities, restaurants and bars area situated just 300 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="751" OriginalAmount="751">
      <BasicPropertyInfo Latitude="55.864296181224" Longitude="-4.2659896969651" StarRating="3" HotelCode="114433|36418" HotelName="ibis Glasgow City Centre - Sauchiehall Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220 West Regent Street, Glasgow G2 4DQ</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/157933/a_157933_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Glasgow. The nearest airport is Glasgow - Glasgow Airport (GLA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="756" OriginalAmount="756">
      <BasicPropertyInfo Latitude="55.895371" Longitude="-4.136393" StarRating="3.5" HotelCode="77217|156278" HotelName="Best Western Garfield House Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumbernauld Road, Stepps, Glasgow, Lanarkshire G33 6HW</AddressLine>
          </AddressLines>
          <CityName>Stepps</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/104852/a_104852_AM2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Glasgow. The nearest airport is Glasgow - Glasgow Airport (GLA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="767.60" OriginalAmount="767.60">
      <BasicPropertyInfo Latitude="55.861814" Longitude="-4.25069" StarRating="4" HotelCode="47743|32194" HotelName="Millennium Hotel Glasgow" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>George Square, Glasgow G2 1DS</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10756/a_10756_F2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated directly in the centre. Guests will find a variety of restaurants, bars, pubs and nightclubs within the immediate vicinity. Convenient public transport links may be found a mere 50 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="767.76" OriginalAmount="767.76">
      <BasicPropertyInfo StarRating="3" HotelCode="|580474" HotelName="Premier Inn Premier Inn Glasgow Braehead" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>GLASGOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1211809_image60481892_0.jpg</HotelPictures>
        <HotelDescription>You're just out of town but right in the action, with plenty to do for all the family. Our Premier Inn Glasgow Braehead hotel is only a mile from Intu Braehead shopping centre, which has so much more than shops alone - ride the zip wire at Climbzone or hit the indoor slopes at Snow Factor. If you're here on business, you're close to Glasgow's conference centre and airport. If you're here for culture, there's the Tall Ship at Riverside Museum, Glasgow Science Centre and The Hydro arena not far along the River Clyde. And if you want the bright lights, Glasgow city centre is just a 15-minute drive. Back in the hotel you'll find space, calm and comfort. Your room will feature a luxury kingsize Hypnos bed, plus a 40andquot; flat screen TV and smart, modern bathroom. Then there's our tempting Thyme restaurant, which is a must-do for breakfast, drinks and more. All reservations placed at this hotel are subject to Premier Inn's standard Terms and Conditions, which can be found at premierinn.com</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="771.48" OriginalAmount="771.48">
      <BasicPropertyInfo Latitude="55.864137285912" Longitude="-4.2604364024468" StarRating="3" HotelCode="432896|472541" HotelName="Hampton by Hilton Glasgow Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/04/2025" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>140 West Campbell Street, Glasgow, G2 4TZ</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/542490/a_542490_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Glasgow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="772.32" OriginalAmount="772.32">
      <BasicPropertyInfo Latitude="55.835361718401" Longitude="-3.9832735384082" StarRating="4" HotelCode="204196|4265125" HotelName="Dakota Eurocentral Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Parklands Avenue, Eurocentral Business Park, Motherwell, Lanarkshire ML1 4WQ</AddressLine>
          </AddressLines>
          <CityName>Motherwell</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/346637/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Motherwell. The nearest airport is Glasgow - Glasgow Airport (GLA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="777" OriginalAmount="777">
      <BasicPropertyInfo Latitude="55.835927810157" Longitude="-4.1700126847733" StarRating="3" HotelCode="152777|93395" HotelName="Premier Inn Glasgow Cambuslang M74, J2A" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 11/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>30 Westhorn Drive, Glasgow East Investment Park, Glasgow G32 8YX</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/10/1095488/mH2fAmI5_a4c879501dd3b426dbfd59043589674d.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Este Premier Inn, situado cerca de la M74, está junto a la calle London Road, a 7,2 km del centro de Glasgow. Dispone de aparcamiento gratuito y alberga un restaurante, el Table Table. El Celtic FC se encuentra a 2,4 km.

La estación de tren de Carmyle se halla a unos 800 metros. Desde allí salen trenes con destino a la estación central de Glasgow. El centro deportivo Tollcross Park Leisure Centre se sitúa a 1,6 km del Premier Inn Cambuslang.

Asimismo, el restaurante Orian Way sirve un desayuno bufé, almuerzos y cenas y también cuenta con una zona de bar. Hay un restaurante de comida rápida enfrente del hotel.

Las habitaciones del Premier Inn Glasgow (Cambuslang/M74, J2A) cuentan con camas cómodas, TV y set de té y café. Algunas tienen capacidad para 2 adultos y 2 niños (menores de 16 años).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="777" OriginalAmount="777">
      <BasicPropertyInfo Latitude="55.836794" Longitude="-4.109995" StarRating="3" HotelCode="152781|93396" HotelName="Premier Inn Glasgow East Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 11/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>2 Calder Park, Uddingston, Glasgow G71 7SA</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/342845/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="779" OriginalAmount="779">
      <BasicPropertyInfo Latitude="55.8610367" Longitude="-4.4317978" StarRating="3" HotelCode="31453|203994" HotelName="Courtyard Glasgow Airport" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Marchburn Drive, Glasgow Airport Business Park, Paisley, Renfrewshire PA3 2SJ</AddressLine>
          </AddressLines>
          <CityName>Paisley</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50204/a_50204_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located about 2 km from Paisley. The airport hotel is 500 m from Glasgow International Airport, approximately 2 km from Paisley railway station and 9 km from Glasgow city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="785" OriginalAmount="785">
      <BasicPropertyInfo Latitude="55.865855605048" Longitude="-4.2540639638901" StarRating="3" HotelCode="70638|2771" HotelName="Holiday Inn Express Glasgow - City Center Theatreland" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 West Nile Street, Glasgow G1 2RL</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/92957/a_92957_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated in the upmarket and trendy city centre district known as Theatreland, the hotel is only a few short steps form the city's theatres, best shops, and restaurants and is within easy access to all transport links road, air, rail or bus.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="785" OriginalAmount="785">
      <BasicPropertyInfo Latitude="55.66373175329" Longitude="-3.7826389074326" StarRating="3" HotelCode="336525|455997" HotelName="New Lanark Mill Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 03/04/2025" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mill No.1, New Lanark Mills, South Lanarkshire ML11 9DB</AddressLine>
          </AddressLines>
          <CityName>New Lanark</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55652/a_55652_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies beside the River Clyde and forms part of the New Lanark Heritage Site. Surrounded by beautiful forests, it is just one hour to Edinburgh, Glasgow, Stirling and Ayrshire. Links to the public transport network are to be found 2 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="797" OriginalAmount="797">
      <BasicPropertyInfo Latitude="55.865703592248" Longitude="-4.2854404449463" StarRating="3" HotelCode="34685|1953" HotelName="Devoncove" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>931 Sauchiehall Street, Glasgow G3 7TQ</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56440/a_56440_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Glasgow's bustling Sauchiehall Street, nestled directly between the city's cosmopolitan centre and the stylish West End, which is one of the city's most exclusive quarters, home to an impressive array of museums, commercial art galleries and an eclectic mix of boutiques, antique and book stores, bars and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="802.00" OriginalAmount="802.00">
      <BasicPropertyInfo Latitude="55.86185" Longitude="-4.25446" StarRating="0" HotelCode="0|destiny_scotland_apartments_at_nelson_mandela_place" HotelName="Destiny Scotland Apartments at Nelson Mandela Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Nelson Mandela Place, Glasgow</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/e2/99/e2991ad35bc48140b48d373904a572499b21b43a.jpeg</HotelPictures>
        <HotelDescription>&lt;/br&gt;&lt;b&gt;Property Location: &lt;/b&gt;With a stay at Destiny Scotland Apartments at Nelson Mandela Place in Glasgow (City Centre Glasgow), you'll be steps from Buchanan Street and Sauchiehall Street.  This 4-star apartment is 0.2 mi (0.3 km) from George Square and 0.1 mi (0.2 km) from Merchant City.&lt;/br&gt;&lt;b&gt;Rooms: &lt;/b&gt;Make yourself at home in one of the 10 guestrooms, featuring kitchens with full-sized refrigerators/freezers and ovens. Complimentary wireless Internet access keeps you connected, and flat-screen televisions are provided for your entertainment. Conveniences include safes and microwaves, and housekeeping is provided weekly.&lt;/br&gt;&lt;/br&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;/br&gt;&lt;/br&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;/br&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;A deposit of 200.00 GBP per stay will be required at check-in to cover any potential damages.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="802.08" OriginalAmount="802.08">
      <BasicPropertyInfo Latitude="55.857961" Longitude="-4.282608" StarRating="4" HotelCode="36969|CBA889000" HotelName="Hilton Garden Inn Glasgow City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Finnieston Quay, Glasgow G3 8HN</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60671/a_60671_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the riverside at the Finnieston quay, ideally located for the SECC and close to the city's vibrant centre. The nearby bridge will take guests over to the Glasgow Science Centre and the departure pier for the famous Waverly Paddle Steamer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="809.24" OriginalAmount="809.24">
      <BasicPropertyInfo StarRating="3" HotelCode="|008256" HotelName="Premier Inn Premier Inn Glasgow (Milngavie)" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>MILNGAVIE</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1235422_foto_1.jpg</HotelPictures>
        <HotelDescription>Put your best foot forward at the Premier Inn Hotel Glasgow (Milngavie). Whether you're here to take it easy or work hard, you'll be in the perfect spot to embark on the amazing West Highland Way or step out on the town in Glasgow. Beat a path to the stunning scenery of Loch Lomond and the Trossachs National Park. Catch all the live action at the SECC and SSE Hydro. Or treat yourself to a day of shopping and culture in Glasgow. Then put your feet up with our tasty restaurant, generously-sized rooms and huge comfy beds. All reservations placed at this hotel are subject to Premier Inn's standard Terms and Conditions, which can be found at premierinn.com</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="816" OriginalAmount="816">
      <BasicPropertyInfo Latitude="55.856762387118" Longitude="-4.2577654123306" StarRating="4" HotelCode="51025|595" HotelName="Jurys Inn Glasgow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Jamaica Street, Glasgow G1 4QG</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/40062/a_40062_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel lies in the centre of Glasgow, directly next to the River Clyde and close to the Gallery of Modern Art. Countless shops, delightful restaurants, lively bars and clubs as well as an excellent connection to the public transport network are within walking distance. Glasgow airport is only 14 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="818" OriginalAmount="818">
      <BasicPropertyInfo Latitude="55.877895553346" Longitude="-4.2910940760574" StarRating="4" HotelCode="38333|59578" HotelName="Hilton Glasgow Grosvenor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-9 Grosvenor Terrace, Glasgow G12 0TA</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/63341/a_63341_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is an ideal location for exploring central Scotland. It is located in the fashionable West End on a green street, near to the Botanical Gardens. In the surrounding area guests will find the Kelvingrove Art Gallery and the Burrell Collection. Only 1 km from the hotel is one of Europe's largest indoor extreme sport arenas Xscape as well as Braehead shopping centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="820.68" OriginalAmount="820.68">
      <BasicPropertyInfo StarRating="3" HotelCode="|005696" HotelName="Ibis Glasgow City Centre � Sauchiehall St" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>GLASGOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/904927_foto_1.jpg</HotelPictures>
        <HotelDescription>Make yourself at home in one of the 141 guestrooms. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have showers and hair dryers. Conveniences include desks and coffee/tea makers, and housekeeping is provided daily.Enjoy a meal at the restaurant or snacks in the coffee shop/cafe. The hotel also offers room service (during limited hours). Quench your thirst with your favorite drink at the bar/lounge. Buffet breakfasts are available daily from 7:00 AM to 10 AM for a fee.Featured amenities include a business center, express check-out, and dry cleaning/laundry services.With a stay at Ibis Glasgow City Centre - Sauchiehall St in Glasgow (City Centre Glasgow), you'll be a 3-minute drive from OVO Hydro and 8 minutes from Hampden Park.  This eco-certified hotel is 0.6 mi (1 km) from Buchanan Street and 1.2 mi (2 km) from University of Glasgow.Distances are displayed to the nearest 0.1 mile and kilometer.  Sauchiehall Street - 0.1 km / 0.1 mi  Kings Theatre Glasgow - 0.3 km / 0.2 mi  St Vincent Street Church - 0.3 km / 0.2 mi  Baird Hall - 0.3 km / 0.2 mi  Glasgow School of Art - 0.4 km / 0.2 mi  Willow Tearooms - 0.4 km / 0.3 mi  Royal Conservatoire of Scotland - 0.7 km / 0.5 mi  Theatre Royal - 0.9 km / 0.5 mi  Pavilion Theatre - 0.9 km / 0.6 mi  Buchanan Street - 0.9 km / 0.6 mi  Buchanan Galleries - 1 km / 0.6 mi  Glasgow Royal Concert Hall - 1 km / 0.6 mi  Lighthouse - 1.1 km / 0.7 mi  Kelvingrove Park - 1.1 km / 0.7 mi  Merchant City - 1.2 km / 0.7 mi  The nearest airports are:Glasgow International Airport (GLA) - 14.9 km / 9.2 mi Glasgow (PIK-Prestwick) - 50.8 km / 31.6 mi The preferred airport for Ibis Glasgow City Centre - Sauchiehall St is Glasgow International Airport (GLA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="825.84" OriginalAmount="825.84">
      <BasicPropertyInfo StarRating="3" HotelCode="|008241" HotelName="Premier Inn Premier Inn Dumbarton/Loch Lomond" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>DUMBARTON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1235407_foto_1.jpg</HotelPictures>
        <HotelDescription>A bonnie town right on the Clyde, Dumbarton is the gateway to the Lowlands, and the Premier Inn Hotel Dumbarton is the place to stay. Whether you're enjoying the highlife at a wedding at nearby Cameron House, or you're simply breaking the journey on your way to the Highlands, there's plenty to see and do. From walking round the banks of Loch Lomond, to browsing round the boutiques in the shore shopping centre, you'll find lots to tempt you. Traditional Scotland is much in evidence, with the Pipe Band Championships, or a hot toddy on offer at the Auchentoshan whisky distillery. Then it's time for a warm welcome at our restaurant, and a lovely comfy bed. All reservations placed at this hotel are subject to Premier Inn's standard Terms and Conditions, which can be found at premierinn.com</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="837.76" OriginalAmount="837.76">
      <BasicPropertyInfo Latitude="55.96802835759" Longitude="-3.9793574810028" StarRating="4" HotelCode="337439|574765" HotelName="DoubleTree by Hilton Glasgow Westerwood Spa &amp; Golf Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel,Conference Hotel" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Saint Andrews Drive, Glasgow G68 0EW</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56199/a_56199_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This deluxe leisure and golf hotel is located an easy 30 minutes from Glasgow and Edinburgh city centres, with good transport links to both international airports. Croy train station on the main Glasgow/Edinburgh rail line is 5 minutes from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="845" OriginalAmount="845">
      <BasicPropertyInfo Latitude="55.86116398" Longitude="-4.25234596" StarRating="4" HotelCode="788598|384217" HotelName="Native Glasgow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12-16 St. Vincent Place, Glasgow, Scotland G1 2DH</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/910440/a_910440_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Glasgow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="846" OriginalAmount="846">
      <BasicPropertyInfo Latitude="55.856422165452" Longitude="-4.2897419037438" StarRating="4" HotelCode="317749|63013" HotelName="Village Hotel Club Glasgow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Festival Gate, Pacific Quay, Glasgow G51 1DB</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/431746/a_431746_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Glasgow. The nearest airport is Glasgow - Glasgow Airport (GLA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="853" OriginalAmount="853">
      <BasicPropertyInfo Latitude="55.862092" Longitude="-4.252914" StarRating="4" HotelCode="11476|26720" HotelName="Carlton George" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 West George Street, Glasgow G2 1DH</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/9769/a_9769_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This up-market hotel is situated within the commercial centre of Glasgow. Nearby is the Queen Street train station and the wonderful Georges Square (the towns central square). The transfer time to Glasgow airport takes around half an hour (roughly 15km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="856.00" OriginalAmount="856.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|710426" HotelName="Holiday Inn City Centre Theatreland" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>GLASGOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/958748_foto_1.jpg</HotelPictures>
        <HotelDescription>Disfrute de una cocina exquisita y de un personal eficiente en el hotel Holiday Inn Glasgow City Centre-Theatreland, situado en el centro de la ciudad. El edificio victoriano de arenisca delHoliday Inn Glasgow City Centre-Theatreland estandaacute; ubicado en el centro de la moderna zona comercial y de teatros de Glasgow. Nuestro amable personal le darandaacute; una calurosa bienvenida en el hall, donde tambiandeacute;n podrandaacute; estar conectado gracias al servicio gratuito de conexiandoacute;n inalandaacute;mbrica a Internet disponible en todo el hotel. Le ofrecemos un descuento en los cercanos aparcamientos de Concert Square y en las galerandiacute;as Buchanan. La estaciandoacute;n central de trenes de Glasgow se encuentra a 1, 5 km del hotel. Ademandaacute;s, estamos ubicados a tan sandoacute;lo 30 minutos en autobanduacute;s del Aeropuerto Internacional de Glasgow. La ubicaciandoacute;n del hotel en la zona de teatros de Glasgow permite ir a pie a los espectandaacute;culos del Royal Concert Hall y del King's Theatre. Satisfaga su apetito consumista en el cercano centro comercial Buchanan Galleries. El menanduacute; de la galardonada brasserie La Bonne Auberge de estilo parisino del Holiday Inn Glasgow City Centre-Theatreland incluye platos escoceses contemporandaacute;neos con un toque francandeacute;s.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="859.04" OriginalAmount="859.04">
      <BasicPropertyInfo StarRating="3" HotelCode="|006818" HotelName="Premier Inn Premier Inn Glasgow Newton Mearns (M77 J4)" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>NEWTON MEARNS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1233991_foto_1.jpg</HotelPictures>
        <HotelDescription>Cliff-top walks or pub crawls? The Premier Inn Hotel Glasgow Newton Mearns (M77 J4) is the ideal base for visiting Glasgow or exploring the beautiful Ayrshire coast. And, with easy access to Silverburn and Greenlaw Village, you're in a great spot for business and shopping too. You could meet Highland cattle at Pollock Country Park. Catch all the live action at the SECC, Hydro, O2 Academy and Hampden Park. And, if it's the right time of year, check out the lung power at the World Pipe Band Championships. Then, when it's time for a rest, return to our tasty restaurant, spacious rooms and extra-comfy beds. All reservations placed at this hotel are subject to Premier Inn's standard Terms and Conditions, which can be found at premierinn.com</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="864" OriginalAmount="864">
      <BasicPropertyInfo Latitude="55.801824" Longitude="-4.050184" StarRating="3" HotelCode="33823|156307" HotelName="Holiday Inn Express Strathclyde Park M74, Jct. 5" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hamilton Road, Motherwell ML1 3RB</AddressLine>
          </AddressLines>
          <CityName>Motherwell</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/62/62114/wkRZWVTq_e86994a98045ec3e14c650f4edad2e75.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Motherwell. The nearest airport is Glasgow - Glasgow Airport (GLA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="867" OriginalAmount="867">
      <BasicPropertyInfo Latitude="55.866057736623" Longitude="-4.2865565509262" StarRating="3" HotelCode="212092|31160" HotelName="Argyll Hotel Glasgow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>973 Sauchiehall Street, Glasgow, G3 7TQ</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/03/036016/036016a_hb_a_025.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Glasgow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="871.48" OriginalAmount="871.48">
      <BasicPropertyInfo StarRating="3" HotelCode="|008255" HotelName="Premier Inn Premier Inn Glasgow (Bearsden)" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BEARSDEN</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1235421_foto_1.jpg</HotelPictures>
        <HotelDescription>Stay at the Premier Inn Hotel Glasgow Bearsden and you'll be in pole position for the walkers' favourite, the West Highland Way. But it's not all footpaths and countryside, in fact you're perfectly located for a spot of retail therapy in Glasgow and Edinburgh too. Hotfoot it to Glasgow city centre for some great shopping or to catch some live music. Or stride out towards Ben Nevis on the West Highland Way. Stroll over to some fascinating days out like the Science Centre or the Riverside Museum, then put your feet up and enjoy some mouth-watering food, followed by a nice comfy bed. All reservations placed at this hotel are subject to Premier Inn's standard Terms and Conditions, which can be found at premierinn.com</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="880.00" OriginalAmount="880.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A35263" HotelName="POINT A HOTEL GLASGOW" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>GLASGOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1578581_foto_1.jpg</HotelPictures>
        <HotelDescription>Point A Hotel Glasgow is within walking distance from the Buchanan Galleries while the Gallery of Modern Art is just 10 minutes walk away. Glasgow Airport is at 11 km from the hotel. Glasgow has much to offer from its rich historical heritage to a great to shopping and dining experience. \n\nHotel facilities and services include a breakfast room where guests can enjoy the most important meal of the day.\n\nRoom facilities include air conditioning, safe, television, bathroom with shower and WI-FI internet access. \n\nAddress: 80 Bath Street, Glasgow G2 2EN, Scotland</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="893" OriginalAmount="893">
      <BasicPropertyInfo Latitude="55.864112" Longitude="-4.258646" StarRating="4" HotelCode="409938|26723" HotelName="Apex City of Glasgow Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>110 Bath Street, Glasgow G2 2EN</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/137329/137329a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is very close to the Theatreland district, with numerous theatres such as Glasgow's Theatre Royal, King's Theatre, Pavilion Theatre, and the Glasgow Royal Concert Hall nearby. The shopping area on Buchanan Street, as well as restaurants and bars, including the hotel's own bar, One Ten Bar and Grill, are within easy reach too. There are buses on Buchanan Street, a 5-minute walk from the design hotel, and Glasgow Queen Street and Glasgow Central train stations are both around 10 minutes on foot. Kelvingrove Art Galleries and Museum is around a 20-minute journey on public transport, and the Burrell Collection, Glasgow Science Centre, House for an Art Lover and Xscape are all roughly 30 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="905" OriginalAmount="905">
      <BasicPropertyInfo Latitude="55.857868791662" Longitude="-4.2894861150224" StarRating="3" HotelCode="335662|93397" HotelName="Premier Inn Glasgow Pacific Quay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 11/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>Pacific Quay, Glasgow G51 1DZ</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/93094/2193094/16.jpg?f=15504102</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="919" OriginalAmount="919">
      <BasicPropertyInfo Latitude="55.863488" Longitude="-4.264882" StarRating="4" HotelCode="92632|29201" HotelName="Malmaison Glasgow" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>278 West George Street, Glasgow G2 4LL</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/128862/a_128862_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a converted Greek church, this hotel features an early design from John Stephens and is located in the heart of the city. Its central location means that excellent shopping opportunities are only a few minutes away, as well as the best restaurants, art galleries, theatres and the Royal Concert Hall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="922.20" OriginalAmount="922.20">
      <BasicPropertyInfo Latitude="55.8022156" Longitude="-4.2955511" StarRating="3" HotelCode="428929|1183638" HotelName="Orchard Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/04/2025" HotelFacility="24 Hour Front Desk,Bar,Garden,Internet,Jacuzzi,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Parking,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Park Road, Giffnock, Glasgow, G46 7LY</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0030/93004/3093004/1.jpg?f=15046788</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Orchard Park in Glasgow, you'll be convenient to Burrell Collection and Pollok House. This hotel is within close proximity of Queen's Park and Hampden Park.Rooms Stay in one of 8 guestrooms featuring plasma televisions. Complimentary wireless Internet access is available to keep you connected. Private bathrooms have jetted bathtubs and hair dryers. Conveniences include phones, as well as coffee/tea makers and irons/ironing boards.Rec, Spa, Premium Amenities Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless Internet access.Dining Enjoy a satisfying meal at a restaurant serving guests of Orchard Park. Quench your thirst with your favorite drink at a bar/lounge.Business, Other Amenities Featured amenities include a 24-hour front desk and luggage storage. Free self parking is available onsite.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="924.00" OriginalAmount="924.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|710449" HotelName="Holiday Inn Express Theatreland" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>GLASGOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/903813_foto_1.jpg</HotelPictures>
        <HotelDescription>Alandoacute;jese en el candeacute;ntrico y moderno hotel Holiday Inn Express Glasgow City Centre-Theatreland, a 19 km del aeropuerto de Glasgow. Su alargada torre acristalada convierte este hotel en un edificio emblemandaacute;tico del distrito de Theatreland. Sandiacute;rvase usted mismo un desayuno caliente gratuito en el luminoso salandoacute;n principal y consulte su correo electrandoacute;nico con el servicio gratuito de conexiandoacute;n inalandaacute;mbrica a Internet. Es muy prandaacute;ctico si viene en coche, ya que cuenta con un aparcamiento al lado y el acceso a la autopista M8 es muy randaacute;pido. El Holiday Inn Express Glasgow City Centre-Theatreland se encuentra delante de la estaciandoacute;n de autobuses de Buchanan y a 15 minutos a pie de la estaciandoacute;n de tren Glasgow Central. Elija el Holiday Inn Express Glasgow City Centre-Theatreland si desea alojarse en un hotel tranquilo cerca de la zona de negocios de la ciudad. Puede celebrar seminarios para 12 personas en nuestra sala de reuniones, que cuenta con luz natural; ademandaacute;s, estamos a un breve paseo del centro de conferencias Convention Bureau y de la Glasgow Caledonian University. Nuestro amable personal le puede recomendar pubs y restaurantes en la animada Sauchiehall Street, a 2 minutos a pie. El alojamiento es gratuito para los niandntilde;os menores de 18 aandntilde;os si comparten la habitaciandoacute;n con sus padres.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="932" OriginalAmount="932">
      <BasicPropertyInfo Latitude="55.831673884318" Longitude="-4.033071398735" StarRating="4" HotelCode="41174|158095" HotelName="DoubleTree by Hilton Strathclyde" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Strathclyde Business Park, Phoenix Crescent, Bellshill, Lanarkshire ML4 3JQ, Glasgow</AddressLine>
          </AddressLines>
          <CityName>Bellshill</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/66446/a_66446_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located, the hotel is set between the bustling cities of Edinburgh and Glasgow and is an ideal starting point for exploring central Scotland, the world heritage site at New Lanark and Scotland's longest roller coaster at M&amp;amp;D's Theme Park. Links to the local public transport network are around 500 m and the railway station is some 1 km from the hotel. Glasgow Airport is some 13 km from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="964.00" OriginalAmount="964.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|710405" HotelName="Holiday Inn Express Glasgow City Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>GLASGOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/914152_foto_1.jpg</HotelPictures>
        <HotelDescription>Alandoacute;jese en el acogedor hotel Holiday Inn Express Glasgow City-Riverside, situado en el distrito comercial. El agradable Holiday Inn Express Glasgow City-Riverside se encuentra en el centro de la ciudad, cerca del elegante barrio de Merchant City. Se encuentra a unos minutos andando de los restaurantes de moda de Merchant City y de las tiendas de la Style Mile, y a 10 minutos a pie de las estaciones de tren Glasgow Central y Queen Street. Estandaacute; situado a tan sandoacute;lo 15 km del Aeropuerto Internacional de Glasgow. La animada Buchanan Street y el centro comercial de St Enoch estandaacute;n a un breve paseo del Holiday Inn Express Glasgow City-Riverside. Puede tomar el metro en la cercana estaciandoacute;n de St Enoch para ver un emocionante derby entre los Rangers y los Celtics en el Ibrox Stadium. Pida a nuestro amable personal que le aconseje sobre sus restaurantes favoritos de la zona. Reserve una de nuestras habitaciones familiares para 2 adultos y 2 niandntilde;os. Sandiacute;rvase usted mismo la bollerandiacute;a reciandeacute;n hecha del buffet de desayuno gratuito todas las maandntilde;anas en el salandoacute;n principal.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="979.40" OriginalAmount="979.40">
      <BasicPropertyInfo StarRating="3" HotelCode="|511591" HotelName="Premier Inn Premier Inn Glasgow Pacific Quay" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>GLASGOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1143133_foto_1.jpg</HotelPictures>
        <HotelDescription>Situated on the banks of the River Clyde, to the west of Glasgow city centre, our Glasgow hotel features our new generation bedrooms, with an impressive 40andquot; flat screen TV, freshly-updated bathroom with large shower head, and brand new, slumber-inducing, king-size Hypnos bed. A short walk across Bell's Bridge leads to the SECC and The Hydro, home to some of the biggest conferences, concerts and events in Scotland. Other nearby attractions include the Glasgow Science Centre, the Riverside Museum, and the Tall Ship. Just a short taxi or bus journey away you'll discover Glasgow's bustling shopping areas and lively nightlife. All reservations placed at this hotel are subject to Premier Inn's standard Terms and Conditions, which can be found at premierinn.com</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="981" OriginalAmount="981">
      <BasicPropertyInfo Latitude="55.86287694884" Longitude="-4.2578995227814" StarRating="4" HotelCode="189816|62924" HotelName="citizenM Glasgow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Renfrew Street, corner of Hope Street, Glasgow G2 3BW</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/4000000/3820000/3815500/3815413/b88b65ed_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Glasgow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="987" OriginalAmount="987">
      <BasicPropertyInfo Latitude="55.859138" Longitude="-4.248952" StarRating="4" HotelCode="36962|32221" HotelName="The Spires Serviced Apartments Glasgow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Golf,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Glassford Street, Glasgow G1 1BQ</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60663/a_60663_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a wonderful central location close to the centre of Glasgow, this apartment complex is a short walking distance from countless shopping venues, restaurants, bars, nightclubs, as well as links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="995" OriginalAmount="995">
      <BasicPropertyInfo Latitude="55.860158" Longitude="-4.268684" StarRating="4" HotelCode="14585|31731" HotelName="Glasgow Marriott Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>500 Argyle Street, Glasgow G3 8RR</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17044/a_17044_E1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within the bustling, cosmopolitan City of Glasgow, with its renowned business centre and prestigious shopping. The hotel is walking distance to city nightlife spots and shopping areas as well as many popular attractions. Public transport is easy to reach for attractions outside the central city area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1008.00" OriginalAmount="1008.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CD1A31" HotelName="Yotel Glasgow" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>GLASGOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2537545_foto_1.jpg</HotelPictures>
        <HotelDescription>Si decides alojarte en YOTEL Glasgow, disfrutarandaacute;s de una fantandaacute;stica ubicaciandoacute;n en pleno centro de Glasgow, a menos de diez minutos a pie de Argyll Arcade (joyerandiacute;a) y Merchant City.  Ademandaacute;s, este hotel de 4 estrellas se encuentra a 0,6andnbsp;km de St. Enoch Centre (centro comercial) y a 0,7andnbsp;km de St Vincent Street Church.Con un gimnasio abierto las 24 horas y conexiandoacute;n a Internet wifi gratis, entre muchas otras prestaciones, aquandiacute; tendrandaacute;s todo lo que necesitas.Tendrandaacute;s check-in exprandeacute;s, tintorerandiacute;a y un servicio de recepciandoacute;n las 24 horas a tu disposiciandoacute;n.El desayuno bufandeacute;, con un coste adicional, se ofrece de lunes a viernes de 7:30 a 10:30, mientras que los fines de semana el horario es de 8:00 a 11:00.Te sentirandaacute;s como en tu propia casa en cualquiera de las 257 habitaciones con aire acondicionado y televisiandoacute;n de pantalla plana. La conexiandoacute;n a Internet wifi gratis te mantendrandaacute; en contacto con los tuyos; tambiandeacute;n podrandaacute;s ver tu programa favorito en el televisor con canales digitales. El baandntilde;o privado con ducha estandaacute; provisto de cabezal de ducha tipo lluvia y artandiacute;culos de higiene personal gratuitos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1011" OriginalAmount="1011">
      <BasicPropertyInfo Latitude="55.77615598" Longitude="-4.32748923" StarRating="3" HotelCode="431775|156319" HotelName="Parklands Hotel &amp; Country Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/04/2025" HotelFacility="Bar,Internet,Jacuzzi,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>196, Ayr Road, Crookfur Park, Newton Mearns, Glasgow G77 6DT</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/56/560321/560321a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Glasgow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1014" OriginalAmount="1014">
      <BasicPropertyInfo Latitude="55.864732803406" Longitude="-4.2698058485985" StarRating="3" HotelCode="56126|4111" HotelName="Premier Inn City Centre Charing Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Elmbank Gardens, Glasgow, Scotland G2 4PP</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/72692/a_72692_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the business district and close to the main shopping district of Glasgow, this hotel is the perfect location, whether on business or for leisure, as there is so much in the surrounding area. There are shops, bars, nightclubs and restaurants to be found in the immediate vicinity. A short distance from the hotel is The Glasgow Museum &amp; Art Gallery, The Kings Theatre, the Botanic Gardens, the Museum of Transport, and Glasgow Science Centre, Buchanan Galleries and Princes Square shopping centres. For sights and attractions a little further away, guests may use the underground located directly in front of the hotel and there is a bus stop 200 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1017" OriginalAmount="1017">
      <BasicPropertyInfo Latitude="55.880570938123" Longitude="-4.4068747758865" StarRating="3" HotelCode="36884|5651" HotelName="Normandy" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Inchinnan Road, Renfrew PA49EJ</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60556/ba_60556_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated within minutes of Glasgow Airport, with excellent transport connections to the hotel by rail and motorway. Paisley rail station is 4 miles away and Glasgow Central rail station is 7 miles from the hotel. There are several of the regions top tourist sights including Loch Lomond just a short 20 minute drive away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1036.80" OriginalAmount="1036.80">
      <BasicPropertyInfo StarRating="4" HotelCode="|971735" HotelName="LEONARDO ROYAL HOTEL GLASGOW" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>GLASGOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/905627_foto_1.jpg</HotelPictures>
        <HotelDescription>Located on Jamaica Street, our four-star hotel in Glasgow is within a ten-minute walk of three main stations: Glasgow Central, Queen Street and Argyle Street. The Leonardo hotel Glasgow is in a perfect location for both business and leisure travellers, with an easy three-minute train ride to the Scottish Exhibition and Conference Center and the Hydro Entertainment Arena. Our four-star hotel in Glasgow is also just a stone's throw from a host of restaurants and bars, and a three-minute walk from St Enoch Shopping Centre. The Leonardo Royal hotel Glasgow offers 321 comfortable, stylish and affordable hotel rooms that sleep up to three adults or a family of four (two children, two adults). All rooms at our Glasgow hotel have a private bathroom, complimentary toiletries, flat-screen TV, free Wi-Fi, air conditioning and 24-hour room service. To ensure a restful night's sleep, our rooms are equipped with large, soft beds, with additional pillows available upon request.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1045.80" OriginalAmount="1045.80">
      <BasicPropertyInfo StarRating="3" HotelCode="|580469" HotelName="Premier Inn Premier Inn Glasgow (Cambuslang/M74, J2A)" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>GLASGOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1211804_foto_1.jpg</HotelPictures>
        <HotelDescription>If you're a captain of industry there's no better place to stay than Premier Inn Hotel Glasgow Cambuslang, with so many business venues nearby. Or if you're just majoring on the fun, you'll find plenty of that too, with tourist attractions and sports facilities that rank as some of the nation's best. Set sail for some great football action at Celtic Park or Ibrox. Or take a different tack and spend the day at a convention at the SECC. Drop anchor at the Hydro to hear a band or catch a show. Then come back to the original port of call, with a lovely tasty meal at our restaurant, and a great night's sleep in a comfy bed. All reservations placed at this hotel are subject to Premier Inn's standard Terms and Conditions, which can be found at premierinn.com</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1058" OriginalAmount="1058">
      <BasicPropertyInfo Latitude="55.860546845307" Longitude="-4.263237118721" StarRating="4" HotelCode="905576|28493" HotelName="Indigo Glasgow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 Waterloo Street, Glasgow G2 7DA</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/86031/4451c286-fbec-4cae-8adb-16c395fbeefa.jpg?d=636627658830000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Glasgow's business district, the hotel just is a 10-minute walk from the Gallery of Modern Art. Glasgow Science Centre is 2.5 km away and Glasgow Cathedral is a 25-minute walk away. Other nearby places of interest include the Glasgow Style Mile (around 800 m), and the Riverside Museum and Glasgow Botanic Gardens (each around 10 km away). Glasgow Central Station is around 400 m away, and the nearest bus station and metro station are each around 800 m from the hotel. Glasgow International Airport is around 13 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1064" OriginalAmount="1064">
      <BasicPropertyInfo Latitude="55.858570362415" Longitude="-4.2603403329849" StarRating="5" HotelCode="26117|26724" HotelName="Radisson Blu Glasgow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Argyle Street, Glasgow, Scotland G2 8DL</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/38221/a_38221_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located at the heart of the city, opposite the train station. The surrounding area offers scores of shops, restaurants and lively bars.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1066.76" OriginalAmount="1066.76">
      <BasicPropertyInfo Latitude="55.832985167677" Longitude="-4.2615969308635" StarRating="3" HotelCode="550695|589141" HotelName="Crosshill House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>46-48 Queen Mary Avenue, Queenspark, Glasgow G42 8DT</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/589141/589141a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Glasgow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1085" OriginalAmount="1085">
      <BasicPropertyInfo Latitude="55.860484" Longitude="-4.258662" StarRating="4" HotelCode="23195|29203" HotelName="Grand Central Glasgow" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Gordon Street, Glasgow G1 3SF</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/30652/a_30652_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Attached to Glasgow's Central Station, the hotel is situated in the heart of the city centre. Trains run frequently to the Exhibition Centre, which is only 2 stops away, and also directly to Glasgow Prestwick Airport. It is only a short walk to Glasgow's shopping, theatre and financial districts, with many bars and restaurants at hand. Buchanan bus station is around 2 km away and Glasgow International Airport is around 10 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="1098.64" OriginalAmount="1098.64">
      <BasicPropertyInfo Latitude="55.864" Longitude="-4.26861" StarRating="4" HotelCode="901419|103ccc" HotelName="Number 10" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Queen's Drive, Glasgow G42 8BS</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/a9/71/a9710562ec77b3e1c2ee5483e8acb96eb8f1fb31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Glasgow. The nearest airport is Glasgow - Glasgow Airport (GLA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1103.60" OriginalAmount="1103.60">
      <BasicPropertyInfo Latitude="55.866061799678" Longitude="-4.2596215009689" StarRating="4" HotelCode="18319|CAG697300" HotelName="DoubleTree by Hilton Hotel Glasgow Central" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cambridge Street, Glasgow, G2 3HN</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22771/a_22771_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Glasgow's entertainment and shopping district and it is just a short 10-minute walk to many of the best of the sights. Public transport links are located just 800 metres from the hotel. Glasgow airport is 1.6 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1104" OriginalAmount="1104">
      <BasicPropertyInfo Latitude="55.719134" Longitude="-3.951812" StarRating="3" HotelCode="114820|456427" HotelName="Radstone Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Country House,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 09/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Ayr Road, Larkhall, Lanarkshire ML9 2TZ</AddressLine>
          </AddressLines>
          <CityName>Larkhall</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/158346/a_158346_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tucked away in rural Lanarkshire within the picturesque Clyde Valley, the hotel is set on almost 5 hectares of land on the A71, half-way between Glasgow and Edinburgh. The town centre of Larkhall is around 15 minutes' walk away, as is the train station. Shopping facilities can be found around 10 minutes' drive from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="1107.06" OriginalAmount="1107.06">
      <BasicPropertyInfo Latitude="55.859701" Longitude="-4.290365" StarRating="4" HotelCode="78596|10e388" HotelName="Crowne Plaza Glasgow" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Congress Road, Glasgow G3 8QT, Scotland</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/86108/04b428e2-1eb2-489d-aa34-89994c8983c4.jpg?d=636644186770000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located directly on the grounds of the SECC and affords breathtaking views of the River Clyde. Good transport links allow holidaymakers and business travellers easy access to the beautiful surroundings and city centre of Glasgow. Links to the public transport network lie about 2.4 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1118" OriginalAmount="1118">
      <BasicPropertyInfo Latitude="55.861615579395" Longitude="-4.2690414190292" StarRating="5" HotelCode="29292|32819" HotelName="Hilton Glasgow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 William Street, Glasgow G3 8HT</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47187/a_47187_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in the business area, this luxury hotel is around 1.5 km from the shopping quarter and the town centre. The hotel looks out over the SECC conference centre, the 18th century Gothic university as well as various Victorian buildings and church towers. Links to the public transport network are situated around 1 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="1124.24" OriginalAmount="1124.24">
      <BasicPropertyInfo Latitude="55.863986031662" Longitude="-4.2649349093315" StarRating="3.5" HotelCode="432429|1b4174" HotelName="Dakota Deluxe Glasgow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>179 West Regent Street, Glasgow, G2 4DP</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/595623/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Glasgow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1136.64" OriginalAmount="1136.64">
      <BasicPropertyInfo Latitude="55.780821" Longitude="-4.265581" StarRating="3" HotelCode="36997|2096745" HotelName="The Busby Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 09/04/2025" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Field Road, Clarkston, Glasgow G76 8RX</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60723/a_60723_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Thanks to its proximity to the centre of Glasgow, an abundance of shops and entertainment venues in the Scottish metropolis as well as sights of interest such as the cathedral and the art gallery are within an easy 20-minute drive of the hotel. Glasgow's international airport lies about 45 km to the southwest of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1150.04" OriginalAmount="1150.04">
      <BasicPropertyInfo Latitude="55.882358" Longitude="-4.303948" StarRating="4.5" HotelCode="31800|573635" HotelName="Hotel Du Vin Glasgow" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Devonshire Gardens, Glasgow G12 0UX</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50743/a_50743_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located in the lively and fashionable West End of the city, with its green terraces and large Victorian houses. It is only a few minutes on foot to countless attractions, such as fashionable shops and art shops. Restaurants and links to the public transport networks can be found directly in front of the hotel, while a range of shops, bars, pubs, and nightclubs are around 700 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1173" OriginalAmount="1173">
      <BasicPropertyInfo Latitude="55.7956476" Longitude="-4.292309" StarRating="3" HotelCode="153445|214469" HotelName="Redhurst Glasgow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Eastwoodmains Road, Giffnock, Glasgow G46 6QE</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/235879/235879a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Glasgow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1200.00" OriginalAmount="1200.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|955774" HotelName="GLASGOW HOUSE HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>GLASGOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/959669_foto_1.jpg</HotelPictures>
        <HotelDescription>Overview \nThe Glasgow House is situated in the heart of Glasgow’s West End. The hotel is close to several attraction such as Kelvingrove Park, The Botanic Gardens and The Museum of Transport. The rooms of the hotel are colored, spacious and can offer a good relaxation for guests.\n\nLocation\nThe West End’s main road, Byres Road, is a 5-minute walk away. The nearest airport is located 16 km away. The nearest train station is located 2 minutes from the hotel.\n \nRooms\nThe rooms of the hotel are equipped with modern amenities such as coffee/tea maker, hairdryer, telephone and television.\n\nFood and Drinks\nRestaurants, bars, cafes and shops can be found on Great Western Road, which is just around the corner from the Glasgow House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1204" OriginalAmount="1204">
      <BasicPropertyInfo Latitude="55.880056175" Longitude="-4.2973725" StarRating="3" HotelCode="903230|156336" HotelName="The Belhaven Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Glasgow G12 0TG</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/343272/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Glasgow. The nearest airport is Glasgow - Glasgow Airport (GLA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1217.24" OriginalAmount="1217.24">
      <BasicPropertyInfo StarRating="4" HotelCode="|887158" HotelName="CROWNE PLAZA HOTEL GLASGOW" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>GLASGOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/904470_foto_1.jpg</HotelPictures>
        <HotelDescription>Other amenities/services: all rooms with satellite television with in-house movies. This hotel is situated in the heart of the city overlooking the river Clyde. It is situated adjacent to the Scottish exhibition and conference centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1247" OriginalAmount="1247">
      <BasicPropertyInfo Latitude="55.875216162475" Longitude="-4.2823608833537" StarRating="3" HotelCode="307549|64080" HotelName="Glasgow House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Bank Street, Glasgow G12 8JQ</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/86075/eba1e1d7-7c16-4676-8536-5aac2e534cc6.jpg?d=636627724690000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Glasgow. The nearest airport is Glasgow - Glasgow Airport (GLA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1276.00" OriginalAmount="1276.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|710441" HotelName="voco Grand Central, Glasgow" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>GLASGOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/900574_foto_1.jpg</HotelPictures>
        <HotelDescription>Este hotel de 170 habitaciones ofrece flexibilidad, atendiendo las necesidades y expectativas del S.XXI. Las instalaciones incluyen vestandiacute;bulo, caja fuerte, servicio de cambio de divisa, cafeterandiacute;a, bar y restaurante. Dispone de acceso a Internet, asandiacute; como de servicio de habitaciones y de lavanderandiacute;a. Por su parte, los viajeros de negocios pueden hacer uso de las instalaciones para conferencias. El hotel ofrece habitaciones con dos camas, cama doble y cama individual. Todas ellas disponen de baandntilde;o y han sido decoradas en torno a la ubicaciandoacute;n privilegiada de la estaciandoacute;n central de Glasgow, asandiacute; como a la historia del hotel, vinculada al icandoacute;nico tren Caledonian. Entre los servicios se incluyen ducha, baandntilde;era y secador de pelo, TV y acceso a Internet, asandiacute; como un set de plancha y de tandeacute; y caja fuerte. La calefacciandoacute;n central asegura el confort de los huandeacute;spedes durante todo el aandntilde;o.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1278" OriginalAmount="1278">
      <BasicPropertyInfo Latitude="55.84329551841" Longitude="-4.2973333597183" StarRating="4" HotelCode="71968|20816" HotelName="Sherbrooke Castle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Sherbrooke Avenue, Glasgow G41 4PG, Pollokshields</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/97400/a_97400_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is situated in Glasgow City's most prestigious of residential areas, Pollockshields. It is just 5 minutes to the city centre and within easy reach of the world famous Burrell Collection Museum, Charles Rennie Mackintosh's School of Art, and Glasgow's art galleries. The hotel's location is convenient for enjoying Scotland's unique landscape, with Loch Lomond and the start of the Highlands just 40 minutes away. Edinburgh is 45 minutes from the hotel. Glasgow International Airport and Glasgow Prestwick Airport are 12 and 48 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1283" OriginalAmount="1283">
      <BasicPropertyInfo Latitude="55.797445510201" Longitude="-4.5690357685089" StarRating="3" HotelCode="337446|252682" HotelName="Bowfield Hotel &amp; Country Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bowfield Road, Howwood, Renfrewshire PA9 1DB</AddressLine>
          </AddressLines>
          <CityName>Howwood</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56211/a_56211_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in wonderful rural setting, close to Glasgow. The public transport network is easily reached on foot. Glasgow airport is 10 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1300" OriginalAmount="1300">
      <BasicPropertyInfo Latitude="55.85845066" Longitude="-4.28275199" StarRating="3.5" HotelCode="632559|294082" HotelName="Radisson Red Glasgow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>25 Tunnel Street, Finnieston Quay, Glasgow G3 8HL</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/87678/3687678/1.jpg?f=15235041</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Glasgow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1437.04" OriginalAmount="1437.04">
      <BasicPropertyInfo Latitude="55.796204800263" Longitude="-4.4051168494534" StarRating="4" HotelCode="324588|1454148" HotelName="Dalmeny Park Country House Hotel &amp; Gardens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lochlibo Road, Glasgow, Scotland G78 1LG</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/37/378468/378468a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Glasgow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1511" OriginalAmount="1511">
      <BasicPropertyInfo Latitude="55.866313345256" Longitude="-4.2865189447746" StarRating="3" HotelCode="94507|205579" HotelName="Argyll Guest House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>970 Sauchiehall Street, Glasgow, G3 7TH</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/156619/156619a_hb_a_033.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only 800 metres west of the city centre (just off the M8) on Sauchiehall Street and is within minutes’ walk of the Scottish Exhibition and Conference Centre as well as Glasgow's art galleries and museums, Glasgow University, the Museum of Transport and the Kelvin Hall International Sports Arena. There are restaurants, bars and shops within walking distance and the train station is some 1.5 km away. Other nearby attractions include the West Of Scotland Cricket Club and Kelvingrove Art Gallery and Museum.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1521" OriginalAmount="1521">
      <BasicPropertyInfo Latitude="55.863457" Longitude="-4.262183" StarRating="5" HotelCode="130403|32217" HotelName="Kimpton Blythswood Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Blythswood Square, Glasgow G2 4AD</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/188142/a_188142_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This landmark property commands one side of Blythswood Square, a quiet, green space in the centre of Glasgow city. The tourist centre of Glasgow is approximately a 5-minute walk from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1605.20" OriginalAmount="1605.20">
      <BasicPropertyInfo Latitude="55.78336315" Longitude="-4.127057" StarRating="4" HotelCode="503001|4290095" HotelName="Crossbasket Castle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Crossbasket Estate, Stoneymeadow Road, High Blantyre, Glasgow G72 9UE</AddressLine>
          </AddressLines>
          <CityName>Blantyre</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/88802/2488802/1.jpg?f=15410594</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Blantyre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1848.00" OriginalAmount="1848.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|663466" HotelName="ARGYLL GUEST HOUSE GLASGOW" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>GLASGOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/959492_foto_1.jpg</HotelPictures>
        <HotelDescription>Argyll Guest House is a 3 star budget travel lodge offering comfortable accommodation with a homely atmosphere.  Directly on Sauchiehall Street half a mile west of Glasgow City Centre is ideally located for attractions, shops and nightlife.Unlike other guesthouses the Argyll has en-suite bathrooms in all their rooms with TV, tea and coffee making facilities, telephone, digital alarm, hairdryer and Internet access.Breakfast or dinner can be enjoyed at their restaurant Sutherlands, offering a wide range of Scottish cuisine. Guests also have the use of the many facilities at the Argyll Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2280" OriginalAmount="2280">
      <BasicPropertyInfo Latitude="55.920849" Longitude="-4.478807" StarRating="5" HotelCode="115229|142319" HotelName="Mar Hall &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/04/2025" HotelFacility="Bar,Conference Hall,Fax,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Earl of Mar Estate, Bishopton, Glasgow PA7 5NW</AddressLine>
          </AddressLines>
          <CityName>Bishopton</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/02/021898/021898a_hb_a_008.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.6 km from the centre of Bishopton.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="453" OriginalAmount="453">
      <BasicPropertyInfo Latitude="55.894015522467" Longitude="-4.1318235251313" StarRating="3" HotelCode="152786|93897" HotelName="Premier Inn Glasgow Stepps M80, J3" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>Crowwood Roundabout, Cumbernauld Road, Stepps, Glasgow G33 6HN</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This cosy hotel can be found in Glasgow. The premises count with 80 welcoming accommodation units. This is not a pet-friendly property. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="491" OriginalAmount="491">
      <BasicPropertyInfo Latitude="55.86084983663" Longitude="-4.245238261509" StarRating="3" HotelCode="36998|26524" HotelName="Premier Inn Glasgow City Centre (George Square) Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>187 George Street, Glasgow G1 1YU</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel has a lift and a reception desk. Wireless internet access is provided in public areas. Guests arriving by car can park their vehicles in the car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="598" OriginalAmount="598">
      <BasicPropertyInfo Latitude="55.86452749" Longitude="-4.25425057" StarRating="3" HotelCode="263562|93393" HotelName="Premier Inn Glasgow City Centre Buchanan Galleries" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>141 West Nile Street, St Andrew House, Glasgow G1 2RN</AddressLine>
          </AddressLines>
          <CityName>Glasgow</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="623" OriginalAmount="623">
      <BasicPropertyInfo Latitude="55.79467332" Longitude="-3.96600618" StarRating="0" HotelCode="730833|408568" HotelName="Raven's Cliff" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>Prospecthill Road, Motherwell ML1 2UE</AddressLine>
          </AddressLines>
          <CityName>Motherwell</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="624.00" OriginalAmount="624.00">
      <BasicPropertyInfo Latitude="55.8243293762207" Longitude="-4.054100036621094" StarRating="0" HotelCode="0|laughing_buddha_guesthouse" HotelName="Laughing Buddha Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>720 Old Edinburgh Road, G71 6LA, Uddingston, GB, Glasgow</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>Near M&amp;amp;Ds Theme Park&lt;br /&gt;Located in Glasgow, Laughing Buddha Guest House is within a 15-minute drive of Hampden Park and George Square.  This guesthouse is 12.3 mi (19.8 km) from Kelvingrove Art Gallery and Museum and 12.3 mi (19.9 km) from University of Glasgow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="651.56" OriginalAmount="651.56">
      <BasicPropertyInfo StarRating="3" HotelCode="|C0BA49" HotelName="Premier Inn Premier Inn Glasgow City Centre (St Enoch Square)" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>GLASGOW</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>Whatever the weather in Glasgow, our Premier Inn Glasgow City Centre (St Enoch Square) hotel is close to all the best things to do in the city. Families and couples alike will love shopping at St. Enoch Centre and Princes Square, and culture-lovers won't want to miss visiting The Lighthouse design and architecture centre or the Gallery of Modern Art. Plus, with Glasgow Central station and Argyle Street station right on your doorstep, getting around Glasgow during your short break is simple. In the evenings, relax with a tasty meal at our Bar and Block restaurant before enjoying a great night's sleep. All reservations placed at this hotel are subject to Premier Inn's standard Terms and Conditions, which can be found at premierinn.com</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="700.24" OriginalAmount="700.24">
      <BasicPropertyInfo Latitude="55.86333215" Longitude="-4.26674486" StarRating="4" HotelCode="|GLGW" HotelName="Sandman Signature Glasgow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/03/2025">
        <Address>
          <AddressLines>
            <AddressLine>375 West George Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. To ensure guests a comfortable and relaxing stay, the hotel provides various services and facilities, including a baggage storage service, a 24-hour security service, room service and a smoke alarm. Wireless internet access is provided in public areas. The hotel offers a range of facilities for guests with disabilities. A lift and wheelchair-accessible facilities are available.This hotel warmly welcomes guests in Glasgow.The rooms have a double bed and a sofa bed. WiFi (no extra charge) ensures additional comfort. The hotel has non-smoking rooms. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567The dining area includes a restaurant and a bar. Staff are also happy to provide children's meals.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="753.24" OriginalAmount="753.24">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBQ504100" HotelName="APARTHOTEL ADAGIO GLASGOW CENTRAL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/04/2025" />
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access,Sauna,Heated Pool,Jacuzzi,Swimming Pool,Golf,Garden,Spa,Kitchen,24 Hour Front Desk,LCD/Projector,Luggage Storage,Meeting Room,Parking</BasicAmenities>
    <HotelRating>4,3,5,3.5,2,4.5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,BUSINESS HOTEL,SPA HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,CONFERENCE HOTEL,AIRPORT HOTEL,GUESTHOUSE,COUNTRY HOUSE,VILLAGE,GUEST HOUSES,HOTEL DE CHARME,CLUB RESORT,GOLF 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|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="e8725735-da7b-4365-aabb-e4075d11a813">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41165" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-15T00:00:00" End="2025-04-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="26117|26724" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|DOTWPrice|exception while supplier interation||DOTW|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|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="e8725735-da7b-4365-aabb-e4075d11a813" TimeStamp="0001-01-01T00:00:00" HotelName="Radisson Blu Glasgow" HotelCode="26117|1131ac" StarRating="5" GTCityId="41165" CountryCode="GB" CityName="Glasgow" CountryName="United Kingdom" Address="301 Argyle Street, Glasgow, Scotland G2 8DL" PostCode="G2 8DL" PhoneNo="+441412043333" FaxNo="+441412043344" Email="info.glasgow@radissonblu.com,anne.bradley@radissonblu.com,aimee.lindsay@radissonblu.com" CheckInTime="24-Hour" CheckOutTime="24-Hour" Latitude="55.858570362415" Longitude="-4.2603403329849" SourceId="45" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard room|Room 2: Standard room|Room 3: Standard room|Room 4: Standard room" RoomTypeCode="175559523|1|1064|27|MTA2NHxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="1064" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:26:42.9480756+00:00" End="2025-04-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room-Standard Room|Room 2: Standard Room-Standard Room|Room 3: Standard Room-Standard Room|Room 4: Standard Room-Standard Room" RoomTypeCode="1131ac_13845285226869627_1_108-45_2_2_0_3_2649540169_9_1-6-0~1-6-0~1-6-0~1-6-0_90-100_76_2.20250415_2_2~2~2~2_3_76_zen232edc2921914eccba9ef742e762b99d_173704116100|45|MTA5My41MnxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="1093.52" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:26:42.6980617+00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - Superior|Room 2: Twin/Double room - Superior|Room 3: Twin/Double room - Superior|Room 4: Twin/Double room - Superior" RoomTypeCode="214162601|1|1138|27|MTEzOHxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="1138" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:26:43.0574579+00:00" End="2025-04-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior Room-Superior Room|Room 2: Superior Room-Superior Room|Room 3: Superior Room-Superior Room|Room 4: Superior Room-Superior Room" RoomTypeCode="1131ac_13846372071636432_1_108-45_2_2_0_3_2414856416_10_1-8-0~1-8-0~1-8-0~1-8-0_90-100_76_2.20250415_2_2~2~2~2_3_76_zen232edc2921914eccba9ef742e762b99d_173704116100|45|MTE2OS4wNHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="1169.04" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:26:42.6980617+00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - Premium|Room 2: Twin/Double room - Premium|Room 3: Twin/Double room - Premium|Room 4: Twin/Double room - Premium" RoomTypeCode="179233564|1|1204|27|MTIwNHxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="1204" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:26:43.1980923+00:00" End="2025-04-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Premium Room-Premium Room|Room 2: Premium Room-Premium Room|Room 3: Premium Room-Premium Room|Room 4: Premium Room-Premium Room" RoomTypeCode="1131ac_13847456579845569_1_108-45_2_2_0_3_240504309_8_1-10-0~1-10-0~1-10-0~1-10-0_90-100_76_2.20250415_2_2~2~2~2_3_76_zen232edc2921914eccba9ef742e762b99d_173704116100|45|MTIzNy40NHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="1237.44" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:26:42.6980617+00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room|Room 2: Twin/Double room|Room 3: Twin/Double room|Room 4: Twin/Double room" RoomTypeCode="211070023|1|1352|27|MTM1MnxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="1352" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:26:43.338725+00:00" End="2025-04-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Junior Suite|Room 2: Junior Suite|Room 3: Junior Suite|Room 4: Junior Suite" RoomTypeCode="179579622|3|1430|27|MTQzMHxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="1430" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:26:43.479374+00:00" End="2025-04-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast Continental|Room 2: Breakfast Continental|Room 3: Breakfast Continental|Room 4: Breakfast Continental" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Junior Suite Room-Junior Suite|Room 2: Junior Suite Room-Junior Suite|Room 3: Junior Suite Room-Junior Suite|Room 4: Junior Suite Room-Junior Suite" RoomTypeCode="1131ac_13849666981168838_1_108-45_2_2_1_3_3649421040_11_1-14-0~1-14-0~1-14-0~1-14-0_90-100_76_2.20250415_2_2~2~2~2_3_76_zen232edc2921914eccba9ef742e762b99d_173704116100|45|MTQ2OS41MnxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="1469.52" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:26:42.6980617+00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite|Room 2: Junior Suite|Room 3: Junior Suite|Room 4: Junior Suite" RoomTypeCode="179898050|1|1687|27|MTY4N3xHQlB8MjAyNS0wNC0xNA==" OriginalAmount="0" TotalPrice="1687" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T12:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="50" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite Room-Junior Suite|Room 2: Junior Suite Room-Junior Suite|Room 3: Junior Suite Room-Junior Suite|Room 4: Junior Suite Room-Junior Suite" RoomTypeCode="1131ac_13851891942002624_2_108-45_2_2_0_3_3649421040_0_1-14-0~1-14-0~1-14-0~1-14-0_1-50_76_2.20250415_2_2~2~2~2_3_76_zen232edc2921914eccba9ef742e762b99d_173704116100|45|MTczMy43NnxHQlB8MjAyNS0wNC0xNA==" OriginalAmount="0" TotalPrice="1733.76" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="50" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://dmcsquare.b-cdn.net/Images/38221/ba_38221_A2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/38221/a_38221_B2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/38221/w_38221_C2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/38221/w_38221_D2.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This modern hotel is located at the heart of the city, opposite the train station. The surrounding area offers scores of shops, restaurants and lively bars.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;4 suites and 246 double rooms are located on 7 storeys and can be reached by lift. Check-in and check-out are possible at any time at the 24-hour reception desk. Amenities include a cloakroom, a safe and a currency exchange service. Wireless internet access is provided in public areas. The hotel has wheelchair-accessible facilities. Guests arriving by car can park their vehicles in the car park. Other services include translation services, room service and a laundry service.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning and central heating ensure that rooms maintain comfortable temperatures. All rooms are carpeted and include a double bed. A safe and a minibar are also available. Additional features include a refrigerator, a mini fridge and a tea/coffee station. Internet access, a direct dial telephone, a television with satellite/cable channels, a radio and a stereo system provide all the essentials for a comfortable holiday. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. The hotel has 232 non-smoking rooms and 1 smoking room.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The indoor and outdoor pools are ideal for exercise as well as relaxation. The hot tub in the pool area promises pure relaxation. There are many ways to relax or stay active at the hotel, including a gym and a spa. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Guests can choose options including breakfast, lunch and dinner. Special meals, including special dietary cuisine, are also available.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the establishment: American Express, VISA, Diners Club and MasterCard.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>44-141-2043344</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>44-141-2043333</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>5</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>2002</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>7</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>250</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>246</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Suites</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour check-in</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Currency Exchange</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Cloakroom</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>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>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Evening Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Special Diet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Indoor Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Swimming Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Jacuzzi</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Shopping opportunities</Description><Value>50 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Restaurants</Description><Value>50 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bars / Pubs</Description><Value>50 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Public Transport</Description><Value>10 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|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="e8725735-da7b-4365-aabb-e4075d11a813">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41165" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-15T00:00:00" End="2025-04-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="130403|32217" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|DOTWPrice|exception while supplier interation||DOTW|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|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="e8725735-da7b-4365-aabb-e4075d11a813" TimeStamp="0001-01-01T00:00:00" HotelName="Kimpton Blythswood Square Hotel" HotelCode="|710409" StarRating="5" GTCityId="41165" CountryCode="GB" CityName="GLASGOW" CountryName="United Kingdom" Address="BLYTHSWOOD SQUARE, 11" PostCode="G2 4AD" PhoneNo="+441412488888" FaxNo="" Email="leanne.scobie@ihg.com" CheckInTime="01:00 AM" CheckOutTime="01:00 AM" Latitude="55.863559" Longitude="-4.261717" SourceId="34" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - Sleeping room|Room 2: Twin/Double room - Sleeping room|Room 3: Twin/Double room - Sleeping room|Room 4: Twin/Double room - Sleeping room" RoomTypeCode="142053342|1|1521|27|MTUyMXxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="1521" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:28:43.8992625+00:00" End="2025-04-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: Sleeping Room|Room 4: Sleeping Room" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3|8|MTc0Ny4yMHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1747.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="831.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - Premium|Room 2: Twin/Double room - Premium|Room 3: Twin/Double room - Premium|Room 4: Twin/Double room - Premium" RoomTypeCode="141798566|1|1758|27|MTc1OHxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="1758" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:28:44.0555224+00:00" End="2025-04-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room-Room (Sleeping)|Room 2: Standard Room-Room (Sleeping)|Room 3: Standard Room-Room (Sleeping)|Room 4: Standard Room-Room (Sleeping)" RoomTypeCode="1144e6_13850785137356594_1_108-45_2_2_0_3_47636229_10_1-6-0~1-6-0~1-6-0~1-6-0_90-100_76_2.20250415_2_2~2~2~2_3_76_zen232edc2921914eccba9ef742e762b99d_173704116100|45|MTc1OC42MHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="1758.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:28:39.2583747+00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - Premium|Room 2: Twin room - Premium|Room 3: Twin room - Premium|Room 4: Twin room - Premium" RoomTypeCode="219183795|1|1768|27|MTc2OHxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="1768" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:28:44.2430334+00:00" End="2025-04-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room|Room 2: Twin/Double room|Room 3: Twin/Double room|Room 4: Twin/Double room" RoomTypeCode="211162504|1|1796|27|MTc5NnxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="1796" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:28:44.3836648+00:00" End="2025-04-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: Sleeping Room|Room 4: 1 King Premium Separate Shower" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.KG-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~762986498~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd|8|MTgwNS42N3xHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1805.67" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="861.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: Sleeping Room|Room 4: Premium Room" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~-1962548372~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd|8|MTgwNS42N3xHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1805.67" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="861.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: Sleeping Room|Room 4: 2 Twin Premium" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$TWN.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~462861221~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd|8|MTgwNS42N3xHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1805.67" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="861.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium Separate Shower|Room 4: Sleeping Room" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.KG-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~762986498~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3|8|MTgwNS42N3xHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1805.67" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="861.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: Premium Room|Room 4: Sleeping Room" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~-1962548372~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3|8|MTgwNS42N3xHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1805.67" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="861.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 2 Twin Premium|Room 4: Sleeping Room" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$TWN.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~462861221~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3|8|MTgwNS42N3xHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1805.67" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="861.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium Separate Shower|Room 4: 1 King Premium Separate Shower" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.KG-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~762986498~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$DBL.KG-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~762986498~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd|8|MTg2NC4xNHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1864.14" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="890.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium Separate Shower|Room 4: Premium Room" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.KG-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~762986498~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$ROO.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~-1962548372~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd|8|MTg2NC4xNHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1864.14" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="890.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium Separate Shower|Room 4: 2 Twin Premium" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.KG-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~762986498~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$TWN.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~462861221~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd|8|MTg2NC4xNHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1864.14" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="890.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: Premium Room|Room 4: 1 King Premium Separate Shower" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~-1962548372~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$DBL.KG-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~762986498~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd|8|MTg2NC4xNHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1864.14" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="890.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: Premium Room|Room 4: Premium Room" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~-1962548372~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$ROO.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~-1962548372~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd|8|MTg2NC4xNHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1864.14" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="890.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: Premium Room|Room 4: 2 Twin Premium" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~-1962548372~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$TWN.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~462861221~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd|8|MTg2NC4xNHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1864.14" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="890.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 2 Twin Premium|Room 4: 1 King Premium Separate Shower" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$TWN.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~462861221~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$DBL.KG-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~762986498~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd|8|MTg2NC4xNHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1864.14" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="890.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 2 Twin Premium|Room 4: Premium Room" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$TWN.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~462861221~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$ROO.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~-1962548372~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd|8|MTg2NC4xNHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1864.14" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="890.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 2 Twin Premium|Room 4: 2 Twin Premium" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$TWN.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~462861221~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$TWN.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~462861221~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd|8|MTg2NC4xNHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1864.14" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="890.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: Sleeping Room|Room 4: 1 King Premium" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~238613664~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8|8|MTg3Mi40OHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1872.48" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="894.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: Sleeping Room|Room 4: 1 King Premium Accessible" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.H6-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~-272410132~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8|8|MTg3Mi40OHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1872.48" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="894.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium|Room 4: Sleeping Room" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~238613664~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3|8|MTg3Mi40OHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1872.48" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="894.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium Accessible|Room 4: Sleeping Room" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.H6-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~-272410132~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3|8|MTg3Mi40OHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1872.48" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="894.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin/Double room - Sleeping room|Room 2: Twin/Double room - Sleeping room|Room 3: Twin/Double room - Sleeping room|Room 4: Twin/Double room - Sleeping room" RoomTypeCode="141474870|3|1928|27|MTkyOHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="1928" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T08:00:00" End="2025-04-08T08:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="53" Amount="0" /></CancelPenalty><CancelPenalty Start="2025-04-09T08:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium Separate Shower|Room 4: 1 King Premium" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.KG-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~762986498~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$DBL.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~238613664~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8|8|MTkzMC45NXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1930.95" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="923.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium Separate Shower|Room 4: 1 King Premium Accessible" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.KG-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~762986498~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$DBL.H6-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~-272410132~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8|8|MTkzMC45NXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1930.95" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="923.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: Premium Room|Room 4: 1 King Premium" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~-1962548372~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$DBL.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~238613664~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8|8|MTkzMC45NXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1930.95" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="923.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: Premium Room|Room 4: 1 King Premium Accessible" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~-1962548372~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$DBL.H6-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~-272410132~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8|8|MTkzMC45NXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1930.95" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="923.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 2 Twin Premium|Room 4: 1 King Premium" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$TWN.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~462861221~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$DBL.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~238613664~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8|8|MTkzMC45NXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1930.95" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="923.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 2 Twin Premium|Room 4: 1 King Premium Accessible" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$TWN.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~462861221~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$DBL.H6-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~-272410132~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8|8|MTkzMC45NXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1930.95" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="923.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium|Room 4: 1 King Premium Separate Shower" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~238613664~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8^20250415$20250417$W$163$122614$DBL.KG-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~762986498~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd|8|MTkzMC45NXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1930.95" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="923.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium|Room 4: Premium Room" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~238613664~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8^20250415$20250417$W$163$122614$ROO.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~-1962548372~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd|8|MTkzMC45NXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1930.95" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="923.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium|Room 4: 2 Twin Premium" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~238613664~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8^20250415$20250417$W$163$122614$TWN.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~462861221~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd|8|MTkzMC45NXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1930.95" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="923.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium Accessible|Room 4: 1 King Premium Separate Shower" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.H6-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~-272410132~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8^20250415$20250417$W$163$122614$DBL.KG-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~762986498~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd|8|MTkzMC45NXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1930.95" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="923.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium Accessible|Room 4: Premium Room" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.H6-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~-272410132~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8^20250415$20250417$W$163$122614$ROO.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~-1962548372~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd|8|MTkzMC45NXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1930.95" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="923.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium Accessible|Room 4: 2 Twin Premium" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.H6-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~-272410132~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8^20250415$20250417$W$163$122614$TWN.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~462861221~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd|8|MTkzMC45NXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1930.95" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="923.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: Sleeping Room|Room 4: 1 King Premium Garden View" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.PI-4$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200cb4~-709940897~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204a9c|8|MTk4OS40MXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1989.41" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="952.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium|Room 4: 1 King Premium" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~238613664~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8^20250415$20250417$W$163$122614$DBL.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~238613664~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8|8|MTk5Ny43NnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1997.76" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="957.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium|Room 4: 1 King Premium Accessible" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~238613664~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8^20250415$20250417$W$163$122614$DBL.H6-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~-272410132~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8|8|MTk5Ny43NnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1997.76" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="957.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium Accessible|Room 4: 1 King Premium" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.H6-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~-272410132~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8^20250415$20250417$W$163$122614$DBL.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~238613664~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8|8|MTk5Ny43NnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1997.76" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="957.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium Accessible|Room 4: 1 King Premium Accessible" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.H6-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~-272410132~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8^20250415$20250417$W$163$122614$DBL.H6-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~-272410132~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8|8|MTk5Ny43NnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1997.76" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="957.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Premium Room-Premium Room, 2 Twin Beds|Room 2: Premium Room-Premium Room, 2 Twin Beds|Room 3: Premium Room-Premium Room, 2 Twin Beds|Room 4: Premium Room-Premium Room, 2 Twin Beds" RoomTypeCode="1144e6_13854058171536524_1_108-45_2_2_0_3_2116888504_12_2-10-0~2-10-0~2-10-0~2-10-0_90-100_76_2.20250415_2_2~2~2~2_3_76_zen232edc2921914eccba9ef742e762b99d_173704116100|45|MjAzMi43NnxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="2032.76" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:28:39.2583747+00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Premium Room-Premium Room, 1 King Bed (Separate Shower)|Room 2: Premium Room-Premium Room, 1 King Bed (Separate Shower)|Room 3: Premium Room-Premium Room, 1 King Bed (Separate Shower)|Room 4: Premium Room-Premium Room, 1 King Bed (Separate Shower)" RoomTypeCode="1144e6_13854061036787915_1_108-45_2_2_0_3_3303369727_11_1-10-0~1-10-0~1-10-0~1-10-0_90-100_76_2.20250415_2_2~2~2~2_3_76_zen232edc2921914eccba9ef742e762b99d_173704116100|45|MjAzMi43NnxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="2032.76" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:28:39.2583747+00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room King bed - Premium|Room 2: Double room King bed - Premium|Room 3: Double room King bed - Premium|Room 4: Double room King bed - Premium" RoomTypeCode="214006292|1|2040|27|MjA0MHxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="2040" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:28:44.5555499+00:00" End="2025-04-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium Separate Shower|Room 4: 1 King Premium Garden View" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.KG-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~762986498~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$DBL.PI-4$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200cb4~-709940897~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204a9c|8|MjA0Ny44OHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2047.88" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="982.18" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: Premium Room|Room 4: 1 King Premium Garden View" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~-1962548372~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$DBL.PI-4$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200cb4~-709940897~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204a9c|8|MjA0Ny44OHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2047.88" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="982.18" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 2 Twin Premium|Room 4: 1 King Premium Garden View" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$TWN.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~462861221~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$DBL.PI-4$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200cb4~-709940897~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204a9c|8|MjA0Ny44OHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2047.88" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="982.18" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: Sleeping Room|Room 4: 1 King Suite Garden View" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$SUI.GV-KG$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200f0c~1570032812~N~~~NOR~~A70210C547F142E173704116209505AAUK0037002800070820fc91|8|MjExNC42OXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2114.69" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1015.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium|Room 4: 1 King Premium Garden View" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~238613664~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8^20250415$20250417$W$163$122614$DBL.PI-4$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200cb4~-709940897~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204a9c|8|MjExNC42OXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2114.69" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1015.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium Accessible|Room 4: 1 King Premium Garden View" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.H6-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~-272410132~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8^20250415$20250417$W$163$122614$DBL.PI-4$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200cb4~-709940897~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204a9c|8|MjExNC42OXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2114.69" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1015.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin/Double room - Premium|Room 2: Twin/Double room - Premium|Room 3: Twin/Double room - Premium|Room 4: Twin/Double room - Premium" RoomTypeCode="99192417|3|2168|27|MjE2OHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2168" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T08:00:00" End="2025-04-08T08:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="52" Amount="0" /></CancelPenalty><CancelPenalty Start="2025-04-09T08:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin room - Premium|Room 2: Twin room - Premium|Room 3: Twin room - Premium|Room 4: Twin room - Premium" RoomTypeCode="212322342|3|2168|27|MjE2OHxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2168" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T08:00:00" End="2025-04-08T08:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="52" Amount="0" /></CancelPenalty><CancelPenalty Start="2025-04-09T08:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium Separate Shower|Room 4: 1 King Suite Garden View" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.KG-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~762986498~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$SUI.GV-KG$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200f0c~1570032812~N~~~NOR~~A70210C547F142E173704116209505AAUK0037002800070820fc91|8|MjE3My4xNnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2173.16" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1044.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: Premium Room|Room 4: 1 King Suite Garden View" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~-1962548372~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$SUI.GV-KG$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200f0c~1570032812~N~~~NOR~~A70210C547F142E173704116209505AAUK0037002800070820fc91|8|MjE3My4xNnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2173.16" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1044.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 2 Twin Premium|Room 4: 1 King Suite Garden View" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$TWN.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~462861221~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$SUI.GV-KG$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200f0c~1570032812~N~~~NOR~~A70210C547F142E173704116209505AAUK0037002800070820fc91|8|MjE3My4xNnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2173.16" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1044.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium|Room 4: 1 King Suite Garden View" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~238613664~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8^20250415$20250417$W$163$122614$SUI.GV-KG$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200f0c~1570032812~N~~~NOR~~A70210C547F142E173704116209505AAUK0037002800070820fc91|8|MjIzOS45N3xHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2239.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1078.22" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium Accessible|Room 4: 1 King Suite Garden View" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.H6-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~-272410132~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8^20250415$20250417$W$163$122614$SUI.GV-KG$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200f0c~1570032812~N~~~NOR~~A70210C547F142E173704116209505AAUK0037002800070820fc91|8|MjIzOS45N3xHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2239.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1078.22" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: Sleeping Room|Room 4: 1 Bedroom Suite" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$SUI.B1-1$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20011dc~-1704573702~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708230eea|8|MjI2NS4wMnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2265.02" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1090.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium Separate Shower|Room 4: 1 Bedroom Suite" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.KG-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~762986498~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$SUI.B1-1$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20011dc~-1704573702~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708230eea|8|MjMyMy40OXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2323.49" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1119.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: Premium Room|Room 4: 1 Bedroom Suite" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~-1962548372~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$SUI.B1-1$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20011dc~-1704573702~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708230eea|8|MjMyMy40OXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2323.49" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1119.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 2 Twin Premium|Room 4: 1 Bedroom Suite" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$TWN.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~462861221~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$SUI.B1-1$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20011dc~-1704573702~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708230eea|8|MjMyMy40OXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2323.49" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1119.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium|Room 4: 1 Bedroom Suite" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~238613664~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8^20250415$20250417$W$163$122614$SUI.B1-1$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20011dc~-1704573702~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708230eea|8|MjM5MC4zMHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2390.30" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1153.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium Accessible|Room 4: 1 Bedroom Suite" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.H6-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~-272410132~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8^20250415$20250417$W$163$122614$SUI.B1-1$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20011dc~-1704573702~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708230eea|8|MjM5MC4zMHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2390.30" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1153.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room King bed - Premium|Room 2: Double room King bed - Premium|Room 3: Double room King bed - Premium|Room 4: Double room King bed - Premium" RoomTypeCode="212322341|3|2441|27|MjQ0MXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="2441" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T08:00:00" End="2025-04-08T08:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="52" Amount="0" /></CancelPenalty><CancelPenalty Start="2025-04-09T08:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room King bed - Premium - Garden view|Room 2: Double room King bed - Premium - Garden view|Room 3: Double room King bed - Premium - Garden view|Room 4: Double room King bed - Premium - Garden view" RoomTypeCode="179919969|1|2517|27|MjUxN3xHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="2517" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:28:44.9930754+00:00" End="2025-04-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: Sleeping Room|Room 4: 1 Bedroom Suite Dining" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$SUI.B1-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~2001ac4~215150558~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708248165a|8|Mjc0MS4wOHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2741.08" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1328.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium Separate Shower|Room 4: 1 Bedroom Suite Dining" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.KG-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~762986498~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$SUI.B1-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~2001ac4~215150558~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708248165a|8|Mjc5OS41NXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2799.55" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1358.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: Premium Room|Room 4: 1 Bedroom Suite Dining" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~-1962548372~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$SUI.B1-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~2001ac4~215150558~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708248165a|8|Mjc5OS41NXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2799.55" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1358.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 2 Twin Premium|Room 4: 1 Bedroom Suite Dining" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$TWN.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200944~462861221~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082077bd^20250415$20250417$W$163$122614$SUI.B1-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~2001ac4~215150558~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708248165a|8|Mjc5OS41NXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2799.55" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1358.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium|Room 4: 1 Bedroom Suite Dining" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.PI-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~238613664~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8^20250415$20250417$W$163$122614$SUI.B1-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~2001ac4~215150558~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708248165a|8|Mjg2Ni4zNnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2866.36" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1391.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Sleeping Room|Room 2: Sleeping Room|Room 3: 1 King Premium Accessible|Room 4: 1 Bedroom Suite Dining" RoomTypeCode="20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$ROO.ST$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~20082c~-1164442425~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082166d3^20250415$20250417$W$163$122614$DBL.H6-PI$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~200a84~-272410132~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082218c8^20250415$20250417$W$163$122614$SUI.B1-2$ID_B2B_26$RO$IWU25$4~2~0$$N@07~A-SIC~2001ac4~215150558~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708248165a|8|Mjg2Ni4zNnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2866.36" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1391.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite - King bed - Garden view|Room 2: Suite - King bed - Garden view|Room 3: Suite - King bed - Garden view|Room 4: Suite - King bed - Garden view" RoomTypeCode="180963022|1|3028|27|MzAyOHxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="3028" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:28:45.2899684+00:00" End="2025-04-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room New Year Sales|Room 4: Sleeping Room New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTM4OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5388.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room New Year Sales|Room 4: Premium Room New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTU5OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5598.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room New Year Sales|Room 4: 1 King Premium Separate Shower New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTU5OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5598.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room New Year Sales|Room 4: 2 Twin Premium New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTU5OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5598.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room New Year Sales|Room 4: Sleeping Room New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTU5OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5598.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower New Year Sales|Room 4: Sleeping Room New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTU5OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5598.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium New Year Sales|Room 4: Sleeping Room New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTU5OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5598.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room New Year Sales|Room 4: Sleeping Room" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTYxMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5610.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room|Room 4: Sleeping Room New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTYxMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5610.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room New Year Sales|Room 4: Premium Room New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgwOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5808.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room New Year Sales|Room 4: 1 King Premium Separate Shower New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgwOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5808.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room New Year Sales|Room 4: 2 Twin Premium New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgwOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5808.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower New Year Sales|Room 4: Premium Room New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgwOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5808.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower New Year Sales|Room 4: 1 King Premium Separate Shower New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgwOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5808.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower New Year Sales|Room 4: 2 Twin Premium New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgwOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5808.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium New Year Sales|Room 4: Premium Room New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgwOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5808.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium New Year Sales|Room 4: 1 King Premium Separate Shower New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgwOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5808.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium New Year Sales|Room 4: 2 Twin Premium New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgwOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5808.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room New Year Sales|Room 4: Premium Room" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgyMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5820.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room New Year Sales|Room 4: 1 King Premium Separate Shower" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgyMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5820.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room New Year Sales|Room 4: 2 Twin Premium" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgyMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5820.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room New Year Sales|Room 4: Sleeping Room" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgyMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5820.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower New Year Sales|Room 4: Sleeping Room" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgyMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5820.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium New Year Sales|Room 4: Sleeping Room" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgyMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5820.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room|Room 4: Premium Room New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgyMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5820.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room|Room 4: 1 King Premium Separate Shower New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgyMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5820.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room|Room 4: 2 Twin Premium New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgyMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5820.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room|Room 4: Sleeping Room New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgyMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5820.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower|Room 4: Sleeping Room New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgyMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5820.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium|Room 4: Sleeping Room New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgyMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5820.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room|Room 4: Sleeping Room" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgzMi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5832.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room New Year Sales|Room 4: 1 King Premium Accessible New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgzOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5838.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room New Year Sales|Room 4: 1 King Premium New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgzOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5838.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Accessible New Year Sales|Room 4: Sleeping Room New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgzOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5838.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium New Year Sales|Room 4: Sleeping Room New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NTgzOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="5838.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room New Year Sales|Room 4: Premium Room" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjAzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6030.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room New Year Sales|Room 4: 1 King Premium Separate Shower" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjAzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6030.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room New Year Sales|Room 4: 2 Twin Premium" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjAzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6030.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower New Year Sales|Room 4: Premium Room" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjAzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6030.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower New Year Sales|Room 4: 1 King Premium Separate Shower" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjAzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6030.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower New Year Sales|Room 4: 2 Twin Premium" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjAzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6030.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium New Year Sales|Room 4: Premium Room" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjAzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6030.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium New Year Sales|Room 4: 1 King Premium Separate Shower" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjAzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6030.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium New Year Sales|Room 4: 2 Twin Premium" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjAzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6030.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room|Room 4: Premium Room New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjAzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6030.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room|Room 4: 1 King Premium Separate Shower New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjAzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6030.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room|Room 4: 2 Twin Premium New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjAzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6030.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower|Room 4: Premium Room New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjAzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6030.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower|Room 4: 1 King Premium Separate Shower New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjAzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6030.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower|Room 4: 2 Twin Premium New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjAzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6030.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium|Room 4: Premium Room New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjAzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6030.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium|Room 4: 1 King Premium Separate Shower New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjAzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6030.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium|Room 4: 2 Twin Premium New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjAzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6030.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room|Room 4: Premium Room" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA0Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6042.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room|Room 4: 1 King Premium Separate Shower" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA0Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6042.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room|Room 4: 2 Twin Premium" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA0Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6042.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room|Room 4: Sleeping Room" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA0Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6042.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower|Room 4: Sleeping Room" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA0Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6042.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium|Room 4: Sleeping Room" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA0Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6042.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room New Year Sales|Room 4: 1 King Premium Accessible New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA0OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6048.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room New Year Sales|Room 4: 1 King Premium New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA0OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6048.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower New Year Sales|Room 4: 1 King Premium Accessible New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA0OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6048.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower New Year Sales|Room 4: 1 King Premium New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA0OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6048.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium New Year Sales|Room 4: 1 King Premium Accessible New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA0OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6048.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium New Year Sales|Room 4: 1 King Premium New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA0OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6048.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Accessible New Year Sales|Room 4: Premium Room New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA0OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6048.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Accessible New Year Sales|Room 4: 1 King Premium Separate Shower New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA0OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6048.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Accessible New Year Sales|Room 4: 2 Twin Premium New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA0OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6048.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium New Year Sales|Room 4: Premium Room New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA0OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6048.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium New Year Sales|Room 4: 1 King Premium Separate Shower New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA0OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6048.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium New Year Sales|Room 4: 2 Twin Premium New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA0OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6048.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room New Year Sales|Room 4: 1 King Premium" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#898.87#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-1562668154~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#968.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-1562668154~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA2MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6060.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room New Year Sales|Room 4: 1 King Premium Accessible" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#898.87#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-2073691950~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#968.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-2073691950~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA2MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6060.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room|Room 4: 1 King Premium Accessible New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA2MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6060.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room|Room 4: 1 King Premium New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA2MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6060.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Accessible New Year Sales|Room 4: Sleeping Room" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA2MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6060.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium New Year Sales|Room 4: Sleeping Room" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjA2MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6060.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room|Room 4: Premium Room" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI1Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6252.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room|Room 4: 1 King Premium Separate Shower" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI1Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6252.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room|Room 4: 2 Twin Premium" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI1Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6252.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower|Room 4: Premium Room" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI1Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6252.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower|Room 4: 1 King Premium Separate Shower" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI1Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6252.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower|Room 4: 2 Twin Premium" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI1Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6252.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium|Room 4: Premium Room" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI1Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6252.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium|Room 4: 1 King Premium Separate Shower" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI1Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6252.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium|Room 4: 2 Twin Premium" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI1Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6252.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room New Year Sales|Room 4: 1 King Premium Garden View New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#973.77#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2008a9~-421574055~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722679f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1076.42#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2008a9~-421574055~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722679f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI1OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6258.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room New Year Sales|Room 4: 1 King Premium" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#898.87#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-1562668154~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#968.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-1562668154~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI3MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6270.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room New Year Sales|Room 4: 1 King Premium Accessible" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#898.87#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-2073691950~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#968.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-2073691950~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI3MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6270.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower New Year Sales|Room 4: 1 King Premium" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#898.87#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-1562668154~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#968.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-1562668154~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI3MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6270.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower New Year Sales|Room 4: 1 King Premium Accessible" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#898.87#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-2073691950~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#968.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-2073691950~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI3MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6270.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium New Year Sales|Room 4: 1 King Premium" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#898.87#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-1562668154~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#968.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-1562668154~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI3MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6270.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium New Year Sales|Room 4: 1 King Premium Accessible" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#898.87#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-2073691950~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#968.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-2073691950~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI3MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6270.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room|Room 4: 1 King Premium Accessible New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI3MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6270.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room|Room 4: 1 King Premium New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI3MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6270.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower|Room 4: 1 King Premium Accessible New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI3MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6270.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower|Room 4: 1 King Premium New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI3MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6270.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium|Room 4: 1 King Premium Accessible New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI3MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6270.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium|Room 4: 1 King Premium New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI3MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6270.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Accessible New Year Sales|Room 4: Premium Room" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI3MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6270.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Accessible New Year Sales|Room 4: 1 King Premium Separate Shower" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI3MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6270.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Accessible New Year Sales|Room 4: 2 Twin Premium" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI3MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6270.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium New Year Sales|Room 4: Premium Room" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI3MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6270.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium New Year Sales|Room 4: 1 King Premium Separate Shower" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI3MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6270.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium New Year Sales|Room 4: 2 Twin Premium" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI3MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6270.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room|Room 4: 1 King Premium" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#898.87#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-1562668154~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#968.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-1562668154~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI4Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6282.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room|Room 4: 1 King Premium Accessible" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#898.87#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-2073691950~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#968.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-2073691950~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI4Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6282.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Accessible New Year Sales|Room 4: 1 King Premium Accessible New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI4OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6288.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Accessible New Year Sales|Room 4: 1 King Premium New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI4OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6288.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium New Year Sales|Room 4: 1 King Premium Accessible New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI4OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6288.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium New Year Sales|Room 4: 1 King Premium New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjI4OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6288.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room New Year Sales|Room 4: 1 King Premium Garden View New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#973.77#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2008a9~-421574055~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722679f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1076.42#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2008a9~-421574055~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722679f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjQ2OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6468.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower New Year Sales|Room 4: 1 King Premium Garden View New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#973.77#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2008a9~-421574055~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722679f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1076.42#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2008a9~-421574055~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722679f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjQ2OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6468.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium New Year Sales|Room 4: 1 King Premium Garden View New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#973.77#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2008a9~-421574055~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722679f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1076.42#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2008a9~-421574055~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722679f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjQ2OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6468.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room New Year Sales|Room 4: 1 King Premium Garden View" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1093.07#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200987~1688422468~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724f862#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1162.42#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200987~1688422468~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724f862#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjQ4MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6480.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room|Room 4: 1 King Premium Garden View New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#973.77#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2008a9~-421574055~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722679f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1076.42#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2008a9~-421574055~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722679f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjQ4MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6480.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room|Room 4: 1 King Premium" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#898.87#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-1562668154~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#968.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-1562668154~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjQ5Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6492.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room|Room 4: 1 King Premium Accessible" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#898.87#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-2073691950~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#968.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-2073691950~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjQ5Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6492.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower|Room 4: 1 King Premium" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#898.87#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-1562668154~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#968.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-1562668154~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjQ5Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6492.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower|Room 4: 1 King Premium Accessible" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#898.87#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-2073691950~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#968.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-2073691950~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjQ5Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6492.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium|Room 4: 1 King Premium" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#898.87#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-1562668154~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#968.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-1562668154~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjQ5Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6492.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium|Room 4: 1 King Premium Accessible" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#898.87#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-2073691950~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#968.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-2073691950~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjQ5Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6492.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Accessible New Year Sales|Room 4: 1 King Premium" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#898.87#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-1562668154~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#968.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-1562668154~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjUxMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6510.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Accessible New Year Sales|Room 4: 1 King Premium Accessible" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#898.87#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-2073691950~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#968.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-2073691950~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjUxMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6510.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium New Year Sales|Room 4: 1 King Premium" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#898.87#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-1562668154~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#968.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-1562668154~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjUxMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6510.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium New Year Sales|Room 4: 1 King Premium Accessible" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#898.87#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-2073691950~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#968.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2007e3~-2073691950~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030720b6f1#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjUxMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6510.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room New Year Sales|Room 4: 1 King Premium Garden View" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1093.07#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200987~1688422468~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724f862#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1162.42#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200987~1688422468~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724f862#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjY5MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6690.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower New Year Sales|Room 4: 1 King Premium Garden View" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1093.07#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200987~1688422468~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724f862#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1162.42#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200987~1688422468~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724f862#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjY5MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6690.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium New Year Sales|Room 4: 1 King Premium Garden View" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1093.07#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200987~1688422468~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724f862#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1162.42#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200987~1688422468~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724f862#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjY5MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6690.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room|Room 4: 1 King Premium Garden View New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#973.77#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2008a9~-421574055~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722679f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1076.42#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2008a9~-421574055~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722679f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjY5MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6690.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower|Room 4: 1 King Premium Garden View New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#973.77#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2008a9~-421574055~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722679f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1076.42#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2008a9~-421574055~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722679f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjY5MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6690.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium|Room 4: 1 King Premium Garden View New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#973.77#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2008a9~-421574055~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722679f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1076.42#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2008a9~-421574055~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722679f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjY5MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6690.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room|Room 4: 1 King Premium Garden View" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1093.07#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200987~1688422468~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724f862#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1162.42#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200987~1688422468~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724f862#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjcwMi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6702.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room New Year Sales|Room 4: 1 King Suite Garden View New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1181.84#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200a6b~742668165~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e92b#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1284.48#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200a6b~742668165~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e92b#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjcwOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6708.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Accessible New Year Sales|Room 4: 1 King Premium Garden View New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#973.77#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2008a9~-421574055~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722679f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1076.42#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2008a9~-421574055~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722679f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjcwOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6708.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium New Year Sales|Room 4: 1 King Premium Garden View New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#973.77#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2008a9~-421574055~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722679f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1076.42#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2008a9~-421574055~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722679f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjcwOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6708.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room|Room 4: 1 King Premium Garden View" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1093.07#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200987~1688422468~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724f862#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1162.42#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200987~1688422468~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724f862#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjkxMi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6912.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower|Room 4: 1 King Premium Garden View" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1093.07#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200987~1688422468~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724f862#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1162.42#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200987~1688422468~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724f862#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjkxMi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6912.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium|Room 4: 1 King Premium Garden View" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1093.07#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200987~1688422468~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724f862#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1162.42#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200987~1688422468~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724f862#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjkxMi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6912.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room New Year Sales|Room 4: 1 King Suite Garden View New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1181.84#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200a6b~742668165~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e92b#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1284.48#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200a6b~742668165~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e92b#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjkxOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6918.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower New Year Sales|Room 4: 1 King Suite Garden View New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1181.84#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200a6b~742668165~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e92b#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1284.48#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200a6b~742668165~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e92b#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjkxOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6918.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium New Year Sales|Room 4: 1 King Suite Garden View New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1181.84#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200a6b~742668165~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e92b#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1284.48#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200a6b~742668165~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e92b#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjkxOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6918.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room New Year Sales|Room 4: 1 King Suite Garden View" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1301.14#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200b49~-148393283~S~~~NOR~~E0944BACDBF846C173704116218205AWES002100140003072579ee#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1370.49#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200b49~-148393283~S~~~NOR~~E0944BACDBF846C173704116218205AWES002100140003072579ee#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjkzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6930.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room|Room 4: 1 King Suite Garden View New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1181.84#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200a6b~742668165~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e92b#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1284.48#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200a6b~742668165~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e92b#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjkzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6930.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Accessible New Year Sales|Room 4: 1 King Premium Garden View" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1093.07#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200987~1688422468~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724f862#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1162.42#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200987~1688422468~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724f862#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjkzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6930.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium New Year Sales|Room 4: 1 King Premium Garden View" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1093.07#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200987~1688422468~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724f862#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1162.42#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-4|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200987~1688422468~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724f862#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NjkzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="6930.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room New Year Sales|Room 4: 1 King Suite Garden View" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1301.14#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200b49~-148393283~S~~~NOR~~E0944BACDBF846C173704116218205AWES002100140003072579ee#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1370.49#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200b49~-148393283~S~~~NOR~~E0944BACDBF846C173704116218205AWES002100140003072579ee#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzE0MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7140.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower New Year Sales|Room 4: 1 King Suite Garden View" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1301.14#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200b49~-148393283~S~~~NOR~~E0944BACDBF846C173704116218205AWES002100140003072579ee#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1370.49#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200b49~-148393283~S~~~NOR~~E0944BACDBF846C173704116218205AWES002100140003072579ee#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzE0MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7140.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium New Year Sales|Room 4: 1 King Suite Garden View" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1301.14#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200b49~-148393283~S~~~NOR~~E0944BACDBF846C173704116218205AWES002100140003072579ee#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1370.49#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200b49~-148393283~S~~~NOR~~E0944BACDBF846C173704116218205AWES002100140003072579ee#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzE0MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7140.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room|Room 4: 1 King Suite Garden View New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1181.84#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200a6b~742668165~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e92b#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1284.48#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200a6b~742668165~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e92b#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzE0MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7140.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower|Room 4: 1 King Suite Garden View New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1181.84#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200a6b~742668165~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e92b#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1284.48#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200a6b~742668165~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e92b#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzE0MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7140.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium|Room 4: 1 King Suite Garden View New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1181.84#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200a6b~742668165~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e92b#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1284.48#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200a6b~742668165~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e92b#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzE0MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7140.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room|Room 4: 1 King Suite Garden View" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1301.14#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200b49~-148393283~S~~~NOR~~E0944BACDBF846C173704116218205AWES002100140003072579ee#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1370.49#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200b49~-148393283~S~~~NOR~~E0944BACDBF846C173704116218205AWES002100140003072579ee#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzE1Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7152.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Accessible New Year Sales|Room 4: 1 King Suite Garden View New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1181.84#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200a6b~742668165~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e92b#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1284.48#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200a6b~742668165~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e92b#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzE1OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7158.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium New Year Sales|Room 4: 1 King Suite Garden View New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1181.84#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200a6b~742668165~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e92b#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1284.48#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200a6b~742668165~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e92b#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzE1OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7158.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room New Year Sales|Room 4: 1 Bedroom Suite New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1431.52#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200c87~1499305189~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724db06#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1534.18#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200c87~1499305189~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724db06#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzI0OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7248.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room|Room 4: 1 King Suite Garden View" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1301.14#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200b49~-148393283~S~~~NOR~~E0944BACDBF846C173704116218205AWES002100140003072579ee#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1370.49#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200b49~-148393283~S~~~NOR~~E0944BACDBF846C173704116218205AWES002100140003072579ee#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzM2Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7362.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower|Room 4: 1 King Suite Garden View" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1301.14#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200b49~-148393283~S~~~NOR~~E0944BACDBF846C173704116218205AWES002100140003072579ee#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1370.49#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200b49~-148393283~S~~~NOR~~E0944BACDBF846C173704116218205AWES002100140003072579ee#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzM2Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7362.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium|Room 4: 1 King Suite Garden View" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1301.14#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200b49~-148393283~S~~~NOR~~E0944BACDBF846C173704116218205AWES002100140003072579ee#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1370.49#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200b49~-148393283~S~~~NOR~~E0944BACDBF846C173704116218205AWES002100140003072579ee#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzM2Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7362.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Accessible New Year Sales|Room 4: 1 King Suite Garden View" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1301.14#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200b49~-148393283~S~~~NOR~~E0944BACDBF846C173704116218205AWES002100140003072579ee#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1370.49#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200b49~-148393283~S~~~NOR~~E0944BACDBF846C173704116218205AWES002100140003072579ee#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzM4MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7380.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium New Year Sales|Room 4: 1 King Suite Garden View" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1301.14#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200b49~-148393283~S~~~NOR~~E0944BACDBF846C173704116218205AWES002100140003072579ee#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1370.49#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.GV-KG|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200b49~-148393283~S~~~NOR~~E0944BACDBF846C173704116218205AWES002100140003072579ee#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzM4MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7380.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room New Year Sales|Room 4: 1 Bedroom Suite New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1431.52#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200c87~1499305189~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724db06#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1534.18#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200c87~1499305189~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724db06#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzQ1OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7458.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower New Year Sales|Room 4: 1 Bedroom Suite New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1431.52#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200c87~1499305189~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724db06#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1534.18#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200c87~1499305189~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724db06#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzQ1OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7458.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium New Year Sales|Room 4: 1 Bedroom Suite New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1431.52#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200c87~1499305189~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724db06#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1534.18#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200c87~1499305189~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724db06#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzQ1OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7458.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room New Year Sales|Room 4: 1 Bedroom Suite" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1550.82#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200d65~1361574429~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307211bca#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1620.17#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200d65~1361574429~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307211bca#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzQ3MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7470.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room|Room 4: 1 Bedroom Suite New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1431.52#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200c87~1499305189~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724db06#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1534.18#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200c87~1499305189~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724db06#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzQ3MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7470.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room New Year Sales|Room 4: 1 Bedroom Suite" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1550.82#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200d65~1361574429~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307211bca#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1620.17#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200d65~1361574429~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307211bca#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzY4MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7680.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower New Year Sales|Room 4: 1 Bedroom Suite" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1550.82#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200d65~1361574429~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307211bca#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1620.17#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200d65~1361574429~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307211bca#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzY4MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7680.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium New Year Sales|Room 4: 1 Bedroom Suite" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1550.82#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200d65~1361574429~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307211bca#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1620.17#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200d65~1361574429~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307211bca#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzY4MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7680.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room|Room 4: 1 Bedroom Suite New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1431.52#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200c87~1499305189~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724db06#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1534.18#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200c87~1499305189~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724db06#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzY4MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7680.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower|Room 4: 1 Bedroom Suite New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1431.52#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200c87~1499305189~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724db06#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1534.18#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200c87~1499305189~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724db06#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzY4MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7680.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium|Room 4: 1 Bedroom Suite New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1431.52#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200c87~1499305189~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724db06#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1534.18#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200c87~1499305189~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724db06#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzY4MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7680.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room|Room 4: 1 Bedroom Suite" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1550.82#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200d65~1361574429~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307211bca#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1620.17#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200d65~1361574429~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307211bca#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzY5Mi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7692.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Accessible New Year Sales|Room 4: 1 Bedroom Suite New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1431.52#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200c87~1499305189~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724db06#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1534.18#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200c87~1499305189~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724db06#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzY5OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7698.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium New Year Sales|Room 4: 1 Bedroom Suite New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1431.52#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200c87~1499305189~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724db06#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1534.18#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200c87~1499305189~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724db06#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzY5OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7698.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room|Room 4: 1 Bedroom Suite" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1550.82#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200d65~1361574429~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307211bca#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1620.17#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200d65~1361574429~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307211bca#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzkwMi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7902.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower|Room 4: 1 Bedroom Suite" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1550.82#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200d65~1361574429~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307211bca#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1620.17#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200d65~1361574429~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307211bca#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzkwMi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7902.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium|Room 4: 1 Bedroom Suite" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1550.82#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200d65~1361574429~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307211bca#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1620.17#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200d65~1361574429~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307211bca#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzkwMi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7902.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Accessible New Year Sales|Room 4: 1 Bedroom Suite" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1550.82#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200d65~1361574429~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307211bca#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1620.17#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200d65~1361574429~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307211bca#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzkyMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7920.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium New Year Sales|Room 4: 1 Bedroom Suite" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1550.82#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200d65~1361574429~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307211bca#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#1620.17#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-1|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200d65~1361574429~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307211bca#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|NzkyMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="7920.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room New Year Sales|Room 4: 1 Bedroom Suite Dining New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2222.19#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2001335~1362693839~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030725a10e7#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2324.84#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2001335~1362693839~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030725a10e7#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|ODk1OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="8958.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room New Year Sales|Room 4: 1 Bedroom Suite Dining New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2222.19#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2001335~1362693839~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030725a10e7#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2324.84#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2001335~1362693839~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030725a10e7#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|OTE2OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="9168.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower New Year Sales|Room 4: 1 Bedroom Suite Dining New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2222.19#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2001335~1362693839~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030725a10e7#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2324.84#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2001335~1362693839~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030725a10e7#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|OTE2OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="9168.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium New Year Sales|Room 4: 1 Bedroom Suite Dining New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2222.19#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2001335~1362693839~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030725a10e7#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2324.84#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2001335~1362693839~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030725a10e7#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|OTE2OC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="9168.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room New Year Sales|Room 4: 1 Bedroom Suite Dining" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2341.48#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2001413~85515451~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030721e11ab#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2410.85#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2001413~85515451~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030721e11ab#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|OTE4MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="9180.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room|Room 4: 1 Bedroom Suite Dining New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2222.19#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2001335~1362693839~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030725a10e7#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2324.84#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2001335~1362693839~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030725a10e7#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|OTE4MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="9180.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room New Year Sales|Room 4: 1 Bedroom Suite Dining" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~-1388778429~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2341.48#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2001413~85515451~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030721e11ab#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2410.85#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2001413~85515451~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030721e11ab#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|OTM5MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="9390.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower New Year Sales|Room 4: 1 Bedroom Suite Dining" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1336756441~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2341.48#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2001413~85515451~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030721e11ab#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2410.85#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2001413~85515451~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030721e11ab#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|OTM5MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="9390.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium New Year Sales|Room 4: 1 Bedroom Suite Dining" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#668.60#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#771.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200615~1036631164~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030722e55a#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2341.48#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2001413~85515451~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030721e11ab#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2410.85#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2001413~85515451~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030721e11ab#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|OTM5MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="9390.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room|Room 4: 1 Bedroom Suite Dining New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2222.19#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2001335~1362693839~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030725a10e7#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2324.84#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2001335~1362693839~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030725a10e7#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|OTM5MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="9390.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower|Room 4: 1 Bedroom Suite Dining New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2222.19#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2001335~1362693839~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030725a10e7#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2324.84#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2001335~1362693839~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030725a10e7#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|OTM5MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="9390.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium|Room 4: 1 Bedroom Suite Dining New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2222.19#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2001335~1362693839~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030725a10e7#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2324.84#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2001335~1362693839~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030725a10e7#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|OTM5MC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="9390.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Sleeping Room|Room 4: 1 Bedroom Suite Dining" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#690.79#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#760.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~200621~-867942054~S~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307202565#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2341.48#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2001413~85515451~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030721e11ab#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2410.85#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2001413~85515451~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030721e11ab#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|OTQwMi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="9402.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Accessible New Year Sales|Room 4: 1 Bedroom Suite Dining New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2222.19#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2001335~1362693839~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030725a10e7#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2324.84#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2001335~1362693839~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030725a10e7#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|OTQwOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="9408.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium New Year Sales|Room 4: 1 Bedroom Suite Dining New Year Sales" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2222.19#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2001335~1362693839~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030725a10e7#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2324.84#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~2001335~1362693839~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030725a10e7#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|OTQwOC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="9408.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: Premium Room|Room 4: 1 Bedroom Suite Dining" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~1065174789~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2341.48#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2001413~85515451~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030721e11ab#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2410.85#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2001413~85515451~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030721e11ab#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|OTYxMi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="9612.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Separate Shower|Room 4: 1 Bedroom Suite Dining" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.KG-PI|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-504257637~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2341.48#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2001413~85515451~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030721e11ab#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2410.85#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2001413~85515451~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030721e11ab#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|OTYxMi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="9612.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 2 Twin Premium|Room 4: 1 Bedroom Suite Dining" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#787.89#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#857.25#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|TWN.PI-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2006f3~-804382914~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725661d#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2341.48#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2001413~85515451~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030721e11ab#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2410.85#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2001413~85515451~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030721e11ab#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|OTYxMi4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="9612.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium Accessible New Year Sales|Room 4: 1 Bedroom Suite Dining" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.H6-PI|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~-228924927~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2341.48#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2001413~85515451~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030721e11ab#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2410.85#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2001413~85515451~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030721e11ab#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|OTYzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="9630.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Sleeping Room New Year Sales|Room 2: Sleeping Room New Year Sales|Room 3: 1 King Premium New Year Sales|Room 4: 1 Bedroom Suite Dining" RoomTypeCode="02#3#BO#571.50#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#674.15#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|ROO.ST|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200543~-730209302~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723e4a1#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#779.57#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#882.22#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|DBL.PI-2|ID_B2B_26|RO|IDS15|3~2~0||N[ARROBA]07~A-SIC~200705~282098869~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724662d#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2341.48#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2001413~85515451~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030721e11ab#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#^02#3#BO#2410.85#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|122614|SUI.B1-2|ID_B2B_26|RO|IDU15|3~2~0||N[ARROBA]07~A-SIC~2001413~85515451~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030721e11ab#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710409#|34|OTYzMC4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="9630.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType></RoomTypes><Images><Image Url="http://www.hotelresb2b.com/images/hoteles/918779_foto_1.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/918779_foto_2.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/918779_foto_40.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/918779_foto_41.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/918779_foto_42.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/918779_foto_43.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/918779_foto_44.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/918779_foto_45.jpg" /></Images><HotelDescription>Blythswood Square is more than a hotel and is an exciting addition to Glasgow's City Centre. Not only does it have 100 stunning guest rooms but it also houses an amazing spa, restaurant, bars (including the historic Rally Bar, cocktail bar and champagne bar) and private event areas, a true 5 star proposition. *Please Note; Twin Rooms are on Request Basis only and subject to availablity* Access to the Spa is limited to 7am -9am and 6pm-9pm, outwith these times there is a charge. Numbers will also be limited during busy times.</HotelDescription><Facilities><HotelFacilities><Type>Wi-Fi</Type><Description>Wi-Fi</Description><Value /></HotelFacilities><HotelFacilities><Type>Contintental Breakfast</Type><Description>Contintental Breakfast</Description><Value /></HotelFacilities><HotelFacilities><Type>Buffet Breakfast</Type><Description>Buffet Breakfast</Description><Value /></HotelFacilities><HotelFacilities><Type>Air Conditioned</Type><Description>Air Conditioned</Description><Value /></HotelFacilities><HotelFacilities><Type>Bike Rental</Type><Description>Bike Rental</Description><Value /></HotelFacilities><HotelFacilities><Type>Gym</Type><Description>Gym</Description><Value /></HotelFacilities><HotelFacilities><Type>Safe Box</Type><Description>Safe Box</Description><Value /></HotelFacilities><HotelFacilities><Type>Elevator</Type><Description>Elevator</Description><Value /></HotelFacilities><HotelFacilities><Type>Pay Parking</Type><Description>Pay Parking</Description><Value /></HotelFacilities><HotelFacilities><Type>Restaurant</Type><Description>Restaurant</Description><Value /></HotelFacilities><HotelFacilities><Type>Partial Room Service</Type><Description>Partial Room Service</Description><Value /></HotelFacilities><HotelFacilities><Type>Currency Exchange</Type><Description>Currency Exchange</Description><Value /></HotelFacilities><HotelFacilities><Type>Shops</Type><Description>Shops</Description><Value /></HotelFacilities><HotelFacilities><Type>Laundry Service</Type><Description>Laundry Service</Description><Value /></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="e8725735-da7b-4365-aabb-e4075d11a813">
  <Rooms>
    <Room RoomType="Room 1: Twin/Double room - Sleeping room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: Twin/Double room - Sleeping room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 3: Twin/Double room - Sleeping room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 4: Twin/Double room - Sleeping room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|710409" SourceId="27" RoomTypeCode="141798566|1|1758|27|MTc1OHxHQlB8MjAyNS0wMS0xNg==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2025-04-15T00:00:00" End="2025-04-17T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|WebbedsSunHotelsBlock|successfully done supplier prebooking||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|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="e8725735-da7b-4365-aabb-e4075d11a813">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41165" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-15T00:00:00" End="2025-04-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="115229|142319" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|DOTWPrice|exception while supplier interation||DOTW|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|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="e8725735-da7b-4365-aabb-e4075d11a813" TimeStamp="0001-01-01T00:00:00" HotelName="Mar Hall &amp; Spa" HotelCode="115229|142319" StarRating="5" GTCityId="0" CityName="Bishopton" CountryName="United Kingdom" Address="Earl of Mar Estate, Bishopton, Glasgow PA7 5NW" PostCode="PA7 5NW" PhoneNo="+441418129999" FaxNo="+441418129997" Email="reservations@marhall.com" CheckInTime="" CheckOutTime="" Latitude="55.920849" Longitude="-4.478807" SourceId="27" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Classic room|Room 2: Classic room|Room 3: Classic room|Room 4: Classic room" RoomTypeCode="222109428|3|2280|27|MjI4MHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="2280" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Fridge|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T23:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe room|Room 2: Deluxe room|Room 3: Deluxe room|Room 4: Deluxe room" RoomTypeCode="35323793|3|3412|27|MzQxMnxHQlB8MjAyNS0wNC0xNA==" OriginalAmount="0" TotalPrice="3412" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Fridge|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="50" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board|Room 2: Half Board|Room 3: Half Board|Room 4: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Classic room|Room 2: Classic room|Room 3: Classic room|Room 4: Classic room" RoomTypeCode="197523717|4|3832|27|MzgzMnxHQlB8MjAyNS0wNC0xNA==" OriginalAmount="0" TotalPrice="3832" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Fridge|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="50" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Junior Suite|Room 2: Junior Suite|Room 3: Junior Suite|Room 4: Junior Suite" RoomTypeCode="35323867|3|4986|27|NDk4NnxHQlB8MjAyNS0wNC0xNA==" OriginalAmount="0" TotalPrice="4986" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Internet access|Fridge|Safe|Lounge|TV|Double Bed|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="50" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://photos.hotelbeds.com/giata/original/02/021898/021898a_hb_w_009.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/021898/021898a_hb_a_008.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/021898/021898a_hb_a_011.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/021898/021898a_hb_a_012.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/021898/021898a_hb_f_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/021898/021898a_hb_w_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/021898/021898a_hb_p_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/021898/021898a_hb_w_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/021898/021898a_hb_w_010.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/021898/021898a_hb_a_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/021898/021898a_hb_r_006.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located about 1.6 km from the centre of Bishopton.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel has 53 rooms. Services and facilities include 24-hour room service, a hairdresser, 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 car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;The rooms have a double bed and a sofa bed. Valuables can be securely stored in a safe. For guests' convenience, units include a refrigerator, a mini fridge and a tea/coffee station. A telephone, a TV and WiFi provide all the essentials for a comfortable holiday. Guests will also find slippers in their rooms. A hairdryer and bathrobes are provided in the bathrooms, which include a shower. Family rooms are available for parents with children.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;A refreshing swim in the indoor pool complex is a great way to unwind. For guests who wish to keep active, golf and archery are available. The fitness rooms are perfect for a comprehensive workout. There is a wellness area with a spa, a sauna, a steam bath, massage treatments, hydrotherapy treatments and Ayurveda treatments. Subject to charge: a beauty salon. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Half board is bookable. Guests can choose to book options such as breakfast or dinner.&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;Pets: &lt;/b&gt;Pets are allowed for an additional fee.&lt;br /&gt;&lt;b&gt;Parking Space: &lt;/b&gt;Chargeable parking available. Cost: 25.00 GBP per day.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>44-141-8129997</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>44-141-8129999</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>53</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hairdresser</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Half Board</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Indoor Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sauna</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Steam bath</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Archery</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Golf</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="e8725735-da7b-4365-aabb-e4075d11a813">
  <Rooms>
    <Room RoomType="Room 1: Classic room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: Classic room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 3: Classic room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 4: Classic room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="115229|142319" SourceId="27" RoomTypeCode="222109428|3|2280|27|MjI4MHxHQlB8MjAyNS0wNC0xMw==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2025-04-15T00:00:00" End="2025-04-17T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Fail</Status>
  <TraceId>e8725735-da7b-4365-aabb-e4075d11a813</TraceId>
</CheckRatesRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|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="e8725735-da7b-4365-aabb-e4075d11a813">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41165" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-15T00:00:00" End="2025-04-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="58862|156309" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|DOTWPrice|exception while supplier interation||DOTW|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|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="e8725735-da7b-4365-aabb-e4075d11a813">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41165" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-15T00:00:00" End="2025-04-17T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="47743|32194" SourceId="16" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|DOTWPrice|exception while supplier interation||DOTW|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|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="e8725735-da7b-4365-aabb-e4075d11a813" TimeStamp="0001-01-01T00:00:00" HotelName="Millennium Hotel Glasgow" HotelCode="|710448" StarRating="4" GTCityId="41165" CountryCode="GB" CityName="GLASGOW" CountryName="United Kingdom" Address="GEORGE SQUARE" PostCode="G2 1DS" PhoneNo="00441413326711" FaxNo="" Email="RESERVATIONS.GLASGOW@MILLENNIUMHOTELS.COM" CheckInTime="12:00 PM" CheckOutTime="12:00 PM" Latitude="55.861056" Longitude="-4.251481" SourceId="34" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin room|Room 2: Twin room|Room 3: Twin room|Room 4: Twin room" RoomTypeCode="175840984|3|768|27|NzY4fEdCUHwyMDI1LTA0LTE0" OriginalAmount="0" TotalPrice="768" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T03:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="50" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room|Room 2: Double room|Room 3: Double room|Room 4: Double room" RoomTypeCode="173820987|3|768|27|NzY4fEdCUHwyMDI1LTA0LTE0" OriginalAmount="0" TotalPrice="768" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T03:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="50" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double Room - With Breakfast|Room 2: Double Room - With Breakfast|Room 3: Double Room - With Breakfast|Room 4: Double Room - With Breakfast" RoomTypeCode="N/A|N/A|DWB|COP|2|0^N/A|N/A|DWB|COP|2|0^N/A|N/A|DWB|COP|2|0^N/A|N/A|DWB|COP|2|0|7|NzgyLjU2fEdCUHwyMDI1LTA0LTEz" OriginalAmount="0" TotalPrice="782.56" Status="CheckRates" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><AdditionalDetails>Standard-Bed &amp; Breakfast-Refundable Rate&lt;br/&gt;Cnx Fee - 1 Nt x 100.00%</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="782.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double Room - With Breakfast|Room 2: Double Room - With Breakfast|Room 3: Double Room - With Breakfast|Room 4: Twin Room - With Breakfast" RoomTypeCode="N/A|N/A|DWB|COP|2|0^N/A|N/A|DWB|COP|2|0^N/A|N/A|DWB|COP|2|0^N/A|N/A|TWB|COP|2|0|7|NzgyLjU2fEdCUHwyMDI1LTA0LTEz" OriginalAmount="0" TotalPrice="782.56" Status="CheckRates" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><AdditionalDetails>Standard-Bed &amp; Breakfast-Refundable Rate&lt;br/&gt;Cnx Fee - 1 Nt x 100.00%</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="782.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double Room - With Breakfast|Room 2: Double Room - With Breakfast|Room 3: Twin Room - With Breakfast|Room 4: Double Room - With Breakfast" RoomTypeCode="N/A|N/A|DWB|COP|2|0^N/A|N/A|DWB|COP|2|0^N/A|N/A|TWB|COP|2|0^N/A|N/A|DWB|COP|2|0|7|NzgyLjU2fEdCUHwyMDI1LTA0LTEz" OriginalAmount="0" TotalPrice="782.56" Status="CheckRates" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><AdditionalDetails>Standard-Bed &amp; Breakfast-Refundable Rate&lt;br/&gt;Cnx Fee - 1 Nt x 100.00%</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="782.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double Room - With Breakfast|Room 2: Double Room - With Breakfast|Room 3: Twin Room - With Breakfast|Room 4: Twin Room - With Breakfast" RoomTypeCode="N/A|N/A|DWB|COP|2|0^N/A|N/A|DWB|COP|2|0^N/A|N/A|TWB|COP|2|0^N/A|N/A|TWB|COP|2|0|7|NzgyLjU2fEdCUHwyMDI1LTA0LTEz" OriginalAmount="0" TotalPrice="782.56" Status="CheckRates" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><AdditionalDetails>Standard-Bed &amp; Breakfast-Refundable Rate&lt;br/&gt;Cnx Fee - 1 Nt x 100.00%</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="782.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double Room - With Breakfast|Room 2: Twin Room - With Breakfast|Room 3: Double Room - With Breakfast|Room 4: Double Room - With Breakfast" RoomTypeCode="N/A|N/A|DWB|COP|2|0^N/A|N/A|TWB|COP|2|0^N/A|N/A|DWB|COP|2|0^N/A|N/A|DWB|COP|2|0|7|NzgyLjU2fEdCUHwyMDI1LTA0LTEz" OriginalAmount="0" TotalPrice="782.56" Status="CheckRates" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><AdditionalDetails>Standard-Bed &amp; Breakfast-Refundable Rate&lt;br/&gt;Cnx Fee - 1 Nt x 100.00%</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="782.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double Room - With Breakfast|Room 2: Twin Room - With Breakfast|Room 3: Double Room - With Breakfast|Room 4: Twin Room - With Breakfast" RoomTypeCode="N/A|N/A|DWB|COP|2|0^N/A|N/A|TWB|COP|2|0^N/A|N/A|DWB|COP|2|0^N/A|N/A|TWB|COP|2|0|7|NzgyLjU2fEdCUHwyMDI1LTA0LTEz" OriginalAmount="0" TotalPrice="782.56" Status="CheckRates" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><AdditionalDetails>Standard-Bed &amp; Breakfast-Refundable Rate&lt;br/&gt;Cnx Fee - 1 Nt x 100.00%</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="782.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double Room - With Breakfast|Room 2: Twin Room - With Breakfast|Room 3: Twin Room - With Breakfast|Room 4: Double Room - With Breakfast" RoomTypeCode="N/A|N/A|DWB|COP|2|0^N/A|N/A|TWB|COP|2|0^N/A|N/A|TWB|COP|2|0^N/A|N/A|DWB|COP|2|0|7|NzgyLjU2fEdCUHwyMDI1LTA0LTEz" OriginalAmount="0" TotalPrice="782.56" Status="CheckRates" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><AdditionalDetails>Standard-Bed &amp; Breakfast-Refundable Rate&lt;br/&gt;Cnx Fee - 1 Nt x 100.00%</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="782.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double Room - With Breakfast|Room 2: Twin Room - With Breakfast|Room 3: Twin Room - With Breakfast|Room 4: Twin Room - With Breakfast" RoomTypeCode="N/A|N/A|DWB|COP|2|0^N/A|N/A|TWB|COP|2|0^N/A|N/A|TWB|COP|2|0^N/A|N/A|TWB|COP|2|0|7|NzgyLjU2fEdCUHwyMDI1LTA0LTEz" OriginalAmount="0" TotalPrice="782.56" Status="CheckRates" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><AdditionalDetails>Standard-Bed &amp; Breakfast-Refundable Rate&lt;br/&gt;Cnx Fee - 1 Nt x 100.00%</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="782.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin Room - With Breakfast|Room 2: Double Room - With Breakfast|Room 3: Double Room - With Breakfast|Room 4: Double Room - With Breakfast" RoomTypeCode="N/A|N/A|TWB|COP|2|0^N/A|N/A|DWB|COP|2|0^N/A|N/A|DWB|COP|2|0^N/A|N/A|DWB|COP|2|0|7|NzgyLjU2fEdCUHwyMDI1LTA0LTEz" OriginalAmount="0" TotalPrice="782.56" Status="CheckRates" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><AdditionalDetails>Standard-Bed &amp; Breakfast-Refundable Rate&lt;br/&gt;Cnx Fee - 1 Nt x 100.00%</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="782.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin Room - With Breakfast|Room 2: Double Room - With Breakfast|Room 3: Double Room - With Breakfast|Room 4: Twin Room - With Breakfast" RoomTypeCode="N/A|N/A|TWB|COP|2|0^N/A|N/A|DWB|COP|2|0^N/A|N/A|DWB|COP|2|0^N/A|N/A|TWB|COP|2|0|7|NzgyLjU2fEdCUHwyMDI1LTA0LTEz" OriginalAmount="0" TotalPrice="782.56" Status="CheckRates" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><AdditionalDetails>Standard-Bed &amp; Breakfast-Refundable Rate&lt;br/&gt;Cnx Fee - 1 Nt x 100.00%</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="782.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin Room - With Breakfast|Room 2: Double Room - With Breakfast|Room 3: Twin Room - With Breakfast|Room 4: Double Room - With Breakfast" RoomTypeCode="N/A|N/A|TWB|COP|2|0^N/A|N/A|DWB|COP|2|0^N/A|N/A|TWB|COP|2|0^N/A|N/A|DWB|COP|2|0|7|NzgyLjU2fEdCUHwyMDI1LTA0LTEz" OriginalAmount="0" TotalPrice="782.56" Status="CheckRates" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><AdditionalDetails>Standard-Bed &amp; Breakfast-Refundable Rate&lt;br/&gt;Cnx Fee - 1 Nt x 100.00%</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="782.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin Room - With Breakfast|Room 2: Double Room - With Breakfast|Room 3: Twin Room - With Breakfast|Room 4: Twin Room - With Breakfast" RoomTypeCode="N/A|N/A|TWB|COP|2|0^N/A|N/A|DWB|COP|2|0^N/A|N/A|TWB|COP|2|0^N/A|N/A|TWB|COP|2|0|7|NzgyLjU2fEdCUHwyMDI1LTA0LTEz" OriginalAmount="0" TotalPrice="782.56" Status="CheckRates" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><AdditionalDetails>Standard-Bed &amp; Breakfast-Refundable Rate&lt;br/&gt;Cnx Fee - 1 Nt x 100.00%</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="782.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin Room - With Breakfast|Room 2: Twin Room - With Breakfast|Room 3: Double Room - With Breakfast|Room 4: Double Room - With Breakfast" RoomTypeCode="N/A|N/A|TWB|COP|2|0^N/A|N/A|TWB|COP|2|0^N/A|N/A|DWB|COP|2|0^N/A|N/A|DWB|COP|2|0|7|NzgyLjU2fEdCUHwyMDI1LTA0LTEz" OriginalAmount="0" TotalPrice="782.56" Status="CheckRates" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><AdditionalDetails>Standard-Bed &amp; Breakfast-Refundable Rate&lt;br/&gt;Cnx Fee - 1 Nt x 100.00%</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="782.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin Room - With Breakfast|Room 2: Twin Room - With Breakfast|Room 3: Double Room - With Breakfast|Room 4: Twin Room - With Breakfast" RoomTypeCode="N/A|N/A|TWB|COP|2|0^N/A|N/A|TWB|COP|2|0^N/A|N/A|DWB|COP|2|0^N/A|N/A|TWB|COP|2|0|7|NzgyLjU2fEdCUHwyMDI1LTA0LTEz" OriginalAmount="0" TotalPrice="782.56" Status="CheckRates" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><AdditionalDetails>Standard-Bed &amp; Breakfast-Refundable Rate&lt;br/&gt;Cnx Fee - 1 Nt x 100.00%</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="782.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin Room - With Breakfast|Room 2: Twin Room - With Breakfast|Room 3: Twin Room - With Breakfast|Room 4: Double Room - With Breakfast" RoomTypeCode="N/A|N/A|TWB|COP|2|0^N/A|N/A|TWB|COP|2|0^N/A|N/A|TWB|COP|2|0^N/A|N/A|DWB|COP|2|0|7|NzgyLjU2fEdCUHwyMDI1LTA0LTEz" OriginalAmount="0" TotalPrice="782.56" Status="CheckRates" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><AdditionalDetails>Standard-Bed &amp; Breakfast-Refundable Rate&lt;br/&gt;Cnx Fee - 1 Nt x 100.00%</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="782.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast|Room 4: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin Room - With Breakfast|Room 2: Twin Room - With Breakfast|Room 3: Twin Room - With Breakfast|Room 4: Twin Room - With Breakfast" RoomTypeCode="N/A|N/A|TWB|COP|2|0^N/A|N/A|TWB|COP|2|0^N/A|N/A|TWB|COP|2|0^N/A|N/A|TWB|COP|2|0|7|NzgyLjU2fEdCUHwyMDI1LTA0LTEz" OriginalAmount="0" TotalPrice="782.56" Status="CheckRates" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><AdditionalDetails>Standard-Bed &amp; Breakfast-Refundable Rate&lt;br/&gt;Cnx Fee - 1 Nt x 100.00%</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="782.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room-Standard Double Room |Room 2: Standard Room-Standard Double Room |Room 3: Standard Room-Standard Double Room |Room 4: Standard Room-Standard Twin Room  " RoomTypeCode="10e3ce_61782717196718_1_54-0_2_2_0_3_3720830363_1_1-6-0~1-6-0~1-6-0~2-6-0_90-100_76_2.20250415_2_2~2~2~2_3_76_zen232edc2921914eccba9ef742e762b99d_173704116100|45|ODA1LjQ1fEdCUHwyMDI1LTAxLTE1" OriginalAmount="0" TotalPrice="805.45" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:34:02.1534971+00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room-Standard Double Room |Room 2: Standard Room-Standard Double Room |Room 3: Standard Room-Standard Double Room |Room 4: Standard Room-Standard Double Room " RoomTypeCode="10e3ce_61782258911619_1_54-0_2_2_0_3_4172725686_0_1-6-0~1-6-0~1-6-0~1-6-0_90-100_76_2.20250415_2_2~2~2~2_3_76_zen232edc2921914eccba9ef742e762b99d_173704116100|45|ODA1LjQ1fEdCUHwyMDI1LTAxLTE1" OriginalAmount="0" TotalPrice="805.45" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:34:02.1534971+00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room|Room 2: Twin/Double room|Room 3: Twin/Double room|Room 4: Twin/Double room" RoomTypeCode="212986429|1|835|27|ODM1fEdCUHwyMDI1LTAxLTE2" OriginalAmount="0" TotalPrice="835" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:34:07.8100711+00:00" End="2025-04-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room-Standard Twin Room|Room 2: Standard Room-Standard Twin Room|Room 3: Standard Room-Standard Twin Room|Room 4: Standard Room-Standard Twin Room" RoomTypeCode="10e3ce_60719952895183_1_108-45_2_2_0_3_1142369789_3_2-6-0~2-6-0~2-6-0~2-6-0_90-100_76_2.20250415_2_2~2~2~2_3_76_zen232edc2921914eccba9ef742e762b99d_173704116100|45|ODM1LjA0fEdCUHwyMDI1LTAxLTE1" OriginalAmount="0" TotalPrice="835.04" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:34:02.1534971+00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room-Standard Double Room|Room 2: Standard Room-Standard Double Room|Room 3: Standard Room-Standard Double Room|Room 4: Standard Room-Standard Double Room" RoomTypeCode="10e3ce_60722210565386_1_108-45_2_2_0_3_3471072312_4_1-6-0~1-6-0~1-6-0~1-6-0_90-100_76_2.20250415_2_2~2~2~2_3_76_zen232edc2921914eccba9ef742e762b99d_173704116100|45|ODM1LjA0fEdCUHwyMDI1LTAxLTE1" OriginalAmount="0" TotalPrice="835.04" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:34:02.1534971+00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin/Double room|Room 2: Twin/Double room|Room 3: Twin/Double room|Room 4: Twin/Double room" RoomTypeCode="215326311|3|844|27|ODQ0fEdCUHwyMDI1LTA0LTEy" OriginalAmount="0" TotalPrice="844" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-08T12:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="50" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room - City|Room 2: Double room - City|Room 3: Double room - City|Room 4: Double room - City" RoomTypeCode="188313168|1|914|27|OTE0fEdCUHwyMDI1LTAxLTE2" OriginalAmount="0" TotalPrice="914" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:34:08.2007361+00:00" End="2025-04-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Double Room|Room 2: Standard Double Room|Room 3: Standard Double Room|Room 4: Standard Double Room" RoomTypeCode="20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395|8|OTE3LjA0fEdCUHwyMDI1LTA0LTE0" OriginalAmount="0" TotalPrice="917.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="380.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Double Room|Room 2: Standard Double Room|Room 3: Standard Double Room|Room 4: Standard Twin Room" RoomTypeCode="20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$TWN.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~499111956~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395|8|OTE3LjA0fEdCUHwyMDI1LTA0LTE0" OriginalAmount="0" TotalPrice="917.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="380.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Double Room|Room 2: Standard Double Room|Room 3: Standard Twin Room|Room 4: Standard Double Room" RoomTypeCode="20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$TWN.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~499111956~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395|8|OTE3LjA0fEdCUHwyMDI1LTA0LTE0" OriginalAmount="0" TotalPrice="917.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="380.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Double Room|Room 2: Standard Double Room|Room 3: Standard Twin Room|Room 4: Standard Twin Room" RoomTypeCode="20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$TWN.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~499111956~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$TWN.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~499111956~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395|8|OTE3LjA0fEdCUHwyMDI1LTA0LTE0" OriginalAmount="0" TotalPrice="917.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="380.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Double Room|Room 2: Standard Double Room|Room 3: Standard Double Room|Room 4: Executive Double Room" RoomTypeCode="20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.EJ$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2504cc~-774256791~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708214479|8|OTc0LjA4fEdCUHwyMDI1LTA0LTE0" OriginalAmount="0" TotalPrice="974.08" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="409.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Double Room|Room 2: Standard Double Room|Room 3: Standard Twin Room|Room 4: Executive Double Room" RoomTypeCode="20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$TWN.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~499111956~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.EJ$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2504cc~-774256791~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708214479|8|OTc0LjA4fEdCUHwyMDI1LTA0LTE0" OriginalAmount="0" TotalPrice="974.08" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="409.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room - Executive - City View|Room 2: Double room - Executive - City View|Room 3: Double room - Executive - City View|Room 4: Double room - Executive - City View" RoomTypeCode="179279154|1|988|27|OTg4fEdCUHwyMDI1LTAxLTE2" OriginalAmount="0" TotalPrice="988" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:34:08.3257343+00:00" End="2025-04-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Double Room|Room 2: Standard Double Room|Room 3: Standard Double Room|Room 4: TWIN STANDARD" RoomTypeCode="20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$TWN.ST-1$ID_B2B_88$RO$B2BEUXX$4~2~0$$N@07~A-SIC~24d4bc~2146577045~N~~~NOR~~A70210C547F142E173704116209505AAUK0037002800070824d4bc|8|OTkwLjk3fEdCUHwyMDI1LTA0LTE0" OriginalAmount="0" TotalPrice="990.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="388.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Double Room|Room 2: Standard Double Room|Room 3: Standard Double Room|Room 4: DOUBLE STANDARD" RoomTypeCode="20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST-2$ID_B2B_88$RO$B2BEUXX$4~2~0$$N@07~A-SIC~24d4bc~1495376471~N~~~NOR~~A70210C547F142E173704116209505AAUK0037002800070824d4bc|8|OTkwLjk3fEdCUHwyMDI1LTA0LTE0" OriginalAmount="0" TotalPrice="990.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="388.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Double Room|Room 2: Standard Double Room|Room 3: Standard Twin Room|Room 4: TWIN STANDARD" RoomTypeCode="20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$TWN.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~499111956~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$TWN.ST-1$ID_B2B_88$RO$B2BEUXX$4~2~0$$N@07~A-SIC~24d4bc~2146577045~N~~~NOR~~A70210C547F142E173704116209505AAUK0037002800070824d4bc|8|OTkwLjk3fEdCUHwyMDI1LTA0LTE0" OriginalAmount="0" TotalPrice="990.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="388.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Double Room|Room 2: Standard Double Room|Room 3: Standard Twin Room|Room 4: DOUBLE STANDARD" RoomTypeCode="20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$TWN.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~499111956~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST-2$ID_B2B_88$RO$B2BEUXX$4~2~0$$N@07~A-SIC~24d4bc~1495376471~N~~~NOR~~A70210C547F142E173704116209505AAUK0037002800070824d4bc|8|OTkwLjk3fEdCUHwyMDI1LTA0LTE0" OriginalAmount="0" TotalPrice="990.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="388.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Executive Room-Executive Double Room, City View|Room 2: Executive Room-Executive Double Room, City View|Room 3: Executive Room-Executive Double Room, City View|Room 4: Executive Room-Executive Double Room, City View" RoomTypeCode="10e3ce_62918853460435_1_108-45_2_2_0_3_1606890979_7_1-11-1~1-11-1~1-11-1~1-11-1_90-100_76_2.20250415_2_2~2~2~2_3_76_zen232edc2921914eccba9ef742e762b99d_173704116100|45|MTA0Mi43NnxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="1042.76" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:34:02.1534971+00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room - Executive|Room 2: Double room - Executive|Room 3: Double room - Executive|Room 4: Double room - Executive" RoomTypeCode="210117237|1|1049|27|MTA0OXxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="1049" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:34:08.403864+00:00" End="2025-04-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Double Room|Room 2: Standard Double Room|Room 3: Standard Double Room|Room 4: DOUBLE EXECUTIVE" RoomTypeCode="20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.EJ-1$ID_B2B_88$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2065ab~-407903212~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082065ab|8|MTA1MC41NHxHQlB8MjAyNS0wNC0xNA==" OriginalAmount="0" TotalPrice="1050.54" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="408.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Double Room|Room 2: Standard Double Room|Room 3: Standard Twin Room|Room 4: DOUBLE EXECUTIVE" RoomTypeCode="20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$TWN.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~499111956~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.EJ-1$ID_B2B_88$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2065ab~-407903212~N~~~NOR~~A70210C547F142E173704116209505AAUK003700280007082065ab|8|MTA1MC41NHxHQlB8MjAyNS0wNC0xNA==" OriginalAmount="0" TotalPrice="1050.54" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="408.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Executive Room-Executive Double Room|Room 2: Executive Room-Executive Double Room|Room 3: Executive Room-Executive Double Room|Room 4: Executive Room-Executive Double Room" RoomTypeCode="10e3ce_13845282138707224_1_61-27_2_2_0_3_3265226543_9_1-11-0~1-11-0~1-11-0~1-11-0_90-100_76_2.20250415_2_2~2~2~2_3_76_zen232edc2921914eccba9ef742e762b99d_173704116100|45|MTA1MS4yN3xHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="1051.27" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:34:02.1534971+00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast English|Room 2: Breakfast English|Room 3: Breakfast English|Room 4: Breakfast English" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Standard Room-Standard Double Room |Room 2: Standard Room-Standard Double Room |Room 3: Standard Room-Standard Double Room |Room 4: Standard Room-Standard Double Room " RoomTypeCode="10e3ce_13845281482771584_2_54-0_2_2_2_3_4172725686_10_1-6-0~1-6-0~1-6-0~1-6-0_2-43~1-100_76_2.20250415_2_2~2~2~2_3_76_zen232edc2921914eccba9ef742e762b99d_173704116100|45|MTA1NC4xNnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1054.16" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="43" Amount="0" /></CancelPenalty><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast English|Room 2: Breakfast English|Room 3: Breakfast English|Room 4: Breakfast English" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Standard Room-Standard Double Room |Room 2: Standard Room-Standard Double Room |Room 3: Standard Room-Standard Double Room |Room 4: Standard Room-Standard Twin Room  " RoomTypeCode="10e3ce_13845281974611117_2_54-0_2_2_2_3_3720830363_11_1-6-0~1-6-0~1-6-0~2-6-0_2-43~1-100_76_2.20250415_2_2~2~2~2_3_76_zen232edc2921914eccba9ef742e762b99d_173704116100|45|MTA1NC4xNnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1054.16" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="43" Amount="0" /></CancelPenalty><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast Continental|Room 2: Breakfast Continental|Room 3: Breakfast Continental|Room 4: Breakfast Continental" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Standard Room-Standard Double Room|Room 2: Standard Room-Standard Double Room|Room 3: Standard Room-Standard Double Room|Room 4: Standard Room-Standard Double Room" RoomTypeCode="10e3ce_13845273600748557_2_108-45_2_2_1_3_3471072312_9_1-6-0~1-6-0~1-6-0~1-6-0_2-43_76_2.20250415_2_2~2~2~2_3_76_zen232edc2921914eccba9ef742e762b99d_173704116100|45|MTA5Mi44OHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1092.88" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="43" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast Continental|Room 2: Breakfast Continental|Room 3: Breakfast Continental|Room 4: Breakfast Continental" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Standard Room-Standard Twin Room|Room 2: Standard Room-Standard Twin Room|Room 3: Standard Room-Standard Twin Room|Room 4: Standard Room-Standard Twin Room" RoomTypeCode="10e3ce_13845271544405448_2_108-45_2_2_1_3_1142369789_8_2-6-0~2-6-0~2-6-0~2-6-0_2-43_76_2.20250415_2_2~2~2~2_3_76_zen232edc2921914eccba9ef742e762b99d_173704116100|45|MTA5Mi44OHxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1092.88" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="43" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - City|Room 2: Double room - City|Room 3: Double room - City|Room 4: Double room - City" RoomTypeCode="183454346|3|1181|27|MTE4MXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1181" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T11:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="43" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: BED AND BREAKFAST" RoomType="Room 1: Standard Double Room|Room 2: Standard Double Room|Room 3: Standard Double Room|Room 4: JUNIOR SUITE STANDARD" RoomTypeCode="20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$JSU.ST-1$ID_B2B_88$BB$B2BEUXX$4~2~0$$N@07~A-SIC~25380f~-1494321991~N~~~NOR~~A70210C547F142E173704116209505AAUK0037002800070825380f|8|MTIwMy43NHxHQlB8MjAyNS0wNC0xNA==" OriginalAmount="0" TotalPrice="1203.74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="460.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: BED AND BREAKFAST" RoomType="Room 1: Standard Double Room|Room 2: Standard Double Room|Room 3: Standard Twin Room|Room 4: JUNIOR SUITE STANDARD" RoomTypeCode="20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$DBL.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~559942711~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$TWN.ST$BAR TFRRO-18$RO$$4~2~0$$P@07~A-SIC~2003d8~499111956~N~~~NOR~~A70210C547F142E173704116209505AAUK00370028000708204395^20250415$20250417$W$163$9511$JSU.ST-1$ID_B2B_88$BB$B2BEUXX$4~2~0$$N@07~A-SIC~25380f~-1494321991~N~~~NOR~~A70210C547F142E173704116209505AAUK0037002800070825380f|8|MTIwMy43NHxHQlB8MjAyNS0wNC0xNA==" OriginalAmount="0" TotalPrice="1203.74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="460.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - Executive - City View|Room 2: Double room - Executive - City View|Room 3: Double room - Executive - City View|Room 4: Double room - Executive - City View" RoomTypeCode="179376249|3|1249|27|MTI0OXxHQlB8MjAyNS0wNC0xNA==" OriginalAmount="0" TotalPrice="1249" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T01:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="50" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast Continental|Room 2: Breakfast Continental|Room 3: Breakfast Continental|Room 4: Breakfast Continental" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Executive Room-Executive Double Room, City View|Room 2: Executive Room-Executive Double Room, City View|Room 3: Executive Room-Executive Double Room, City View|Room 4: Executive Room-Executive Double Room, City View" RoomTypeCode="10e3ce_13847478883911383_2_108-45_2_2_1_3_1606890979_10_1-11-1~1-11-1~1-11-1~1-11-1_2-44_76_2.20250415_2_2~2~2~2_3_76_zen232edc2921914eccba9ef742e762b99d_173704116100|45|MTMyMy43MnxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1323.72" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="44" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast Continental|Room 2: Breakfast Continental|Room 3: Breakfast Continental|Room 4: Breakfast Continental" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Executive Room-Executive Double Room|Room 2: Executive Room-Executive Double Room|Room 3: Executive Room-Executive Double Room|Room 4: Executive Room-Executive Double Room" RoomTypeCode="10e3ce_13848572083655962_2_61-27_2_2_1_3_3265226543_14_1-11-0~1-11-0~1-11-0~1-11-0_2-44_76_2.20250415_2_2~2~2~2_3_76_zen232edc2921914eccba9ef742e762b99d_173704116100|45|MTMzMS4yNXxHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="1331.25" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T00:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="44" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - Executive|Room 2: Double room - Executive|Room 3: Double room - Executive|Room 4: Double room - Executive" RoomTypeCode="160846492|3|1365|27|MTM2NXxHQlB8MjAyNS0wNC0xMQ==" OriginalAmount="0" TotalPrice="1365" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-07T08:00:00" End="2025-04-08T08:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="44" Amount="0" /></CancelPenalty><CancelPenalty Start="2025-04-09T08:00:00" End="2025-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: DOUBLE STANDARD Non-refundable rate No amendments permitted|Room 4: DOUBLE STANDARD Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MTkwNi42OHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="1906.68" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: DOUBLE STANDARD Non-refundable rate No amendments permitted|Room 4: TWIN STANDARD Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MTkwOC44NHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="1908.84" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: TWIN STANDARD Non-refundable rate No amendments permitted|Room 4: DOUBLE STANDARD Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MTkwOC44NHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="1908.84" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: TWIN STANDARD Non-refundable rate No amendments permitted|Room 4: TWIN STANDARD Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MTkxMS4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="1911.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: DOUBLE STANDARD Non-refundable rate No amendments permitted|Room 4: DOUBLE STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~102270956~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~102270956~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MTkzOS4xN3xMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="1939.17" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: DOUBLE STANDARD Non-refundable rate No amendments permitted|Room 4: TWIN STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~753471530~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~753471530~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MTkzOS4xN3xMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="1939.17" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: TWIN STANDARD Non-refundable rate No amendments permitted|Room 4: DOUBLE STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~102270956~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~102270956~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MTk0MS4zM3xMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="1941.33" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: TWIN STANDARD Non-refundable rate No amendments permitted|Room 4: TWIN STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~753471530~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~753471530~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MTk0MS4zM3xMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="1941.33" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: DOUBLE STANDARD Non-refundable rate No amendments permitted|Room 4: DOUBLE EXECUTIVE Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#518.28#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~23c3da~1553308438~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723c3da#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#518.28#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~23c3da~1553308438~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723c3da#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MTk2My4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="1963.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: TWIN STANDARD Non-refundable rate No amendments permitted|Room 4: DOUBLE EXECUTIVE Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#518.28#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~23c3da~1553308438~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723c3da#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#518.28#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~23c3da~1553308438~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723c3da#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MTk2NS4xNnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="1965.16" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: DOUBLE STANDARD Non-refundable rate No amendments permitted|Room 4: DOUBLE EXECUTIVE" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#576.77#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~25e449~-333632503~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725e449#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#576.77#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~25e449~-333632503~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725e449#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjAwMS45OXxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2001.99" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: TWIN STANDARD Non-refundable rate No amendments permitted|Room 4: DOUBLE EXECUTIVE" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#576.77#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~25e449~-333632503~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725e449#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#576.77#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~25e449~-333632503~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725e449#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjAwNC4xNXxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2004.15" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: DOUBLE STANDARD Non-refundable rate No amendments permitted|Room 4: JUNIOR SUITE STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#818.84#0#BB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|JSU.ST-1|ID_B2B_88|BB|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~24c616~1075869966~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724c616#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#818.84#0#BB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|JSU.ST-1|ID_B2B_88|BB|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~24c616~1075869966~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724c616#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjE2My4zN3xMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2163.37" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: TWIN STANDARD Non-refundable rate No amendments permitted|Room 4: JUNIOR SUITE STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#818.84#0#BB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|JSU.ST-1|ID_B2B_88|BB|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~24c616~1075869966~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724c616#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#818.84#0#BB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|JSU.ST-1|ID_B2B_88|BB|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~24c616~1075869966~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724c616#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjE2NS41M3xMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2165.53" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room Non-refundable rate No amendments permitted|Room 4: DOUBLE STANDARD Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjI4MS42MnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2281.62" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room Non-refundable rate No amendments permitted|Room 4: DOUBLE STANDARD Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjI4MS42MnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2281.62" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: DOUBLE STANDARD Non-refundable rate No amendments permitted|Room 4: Standard Double Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjI4MS42MnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2281.62" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: DOUBLE STANDARD Non-refundable rate No amendments permitted|Room 4: Standard Twin Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjI4MS42MnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2281.62" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room Non-refundable rate No amendments permitted|Room 4: TWIN STANDARD Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjI4My43OHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2283.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room Non-refundable rate No amendments permitted|Room 4: TWIN STANDARD Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjI4My43OHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2283.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: TWIN STANDARD Non-refundable rate No amendments permitted|Room 4: Standard Double Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjI4My43OHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2283.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: TWIN STANDARD Non-refundable rate No amendments permitted|Room 4: Standard Twin Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjI4My43OHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2283.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room Non-refundable rate No amendments permitted|Room 4: DOUBLE STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~102270956~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~102270956~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjMxNC4xMXxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2314.11" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room Non-refundable rate No amendments permitted|Room 4: TWIN STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~753471530~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~753471530~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjMxNC4xMXxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2314.11" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room Non-refundable rate No amendments permitted|Room 4: DOUBLE STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~102270956~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~102270956~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjMxNC4xMXxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2314.11" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room Non-refundable rate No amendments permitted|Room 4: TWIN STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~753471530~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~753471530~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjMxNC4xMXxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2314.11" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room Non-refundable rate No amendments permitted|Room 4: DOUBLE EXECUTIVE Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#518.28#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~23c3da~1553308438~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723c3da#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#518.28#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~23c3da~1553308438~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723c3da#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjMzNy45NHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2337.94" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room Non-refundable rate No amendments permitted|Room 4: DOUBLE EXECUTIVE Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#518.28#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~23c3da~1553308438~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723c3da#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#518.28#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~23c3da~1553308438~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723c3da#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjMzNy45NHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2337.94" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room|Room 4: DOUBLE STANDARD Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjM1NS40MnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2355.42" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room|Room 4: DOUBLE STANDARD Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjM1NS40MnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2355.42" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: DOUBLE STANDARD Non-refundable rate No amendments permitted|Room 4: Standard Double Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjM1NS40MnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2355.42" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: DOUBLE STANDARD Non-refundable rate No amendments permitted|Room 4: Standard Twin Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjM1NS40MnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2355.42" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room|Room 4: TWIN STANDARD Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjM1Ny41OHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2357.58" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room|Room 4: TWIN STANDARD Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjM1Ny41OHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2357.58" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: TWIN STANDARD Non-refundable rate No amendments permitted|Room 4: Standard Double Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjM1Ny41OHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2357.58" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: TWIN STANDARD Non-refundable rate No amendments permitted|Room 4: Standard Twin Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjM1Ny41OHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2357.58" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room Non-refundable rate No amendments permitted|Room 4: DOUBLE EXECUTIVE" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#576.77#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~25e449~-333632503~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725e449#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#576.77#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~25e449~-333632503~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725e449#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjM3Ni45M3xMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2376.93" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room Non-refundable rate No amendments permitted|Room 4: DOUBLE EXECUTIVE" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#576.77#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~25e449~-333632503~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725e449#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#576.77#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~25e449~-333632503~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725e449#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjM3Ni45M3xMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2376.93" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room|Room 4: DOUBLE STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~102270956~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~102270956~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjM4Ny45MXxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2387.91" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room|Room 4: TWIN STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~753471530~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~753471530~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjM4Ny45MXxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2387.91" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room|Room 4: DOUBLE STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~102270956~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~102270956~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjM4Ny45MXxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2387.91" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room|Room 4: TWIN STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~753471530~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~753471530~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjM4Ny45MXxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2387.91" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room|Room 4: DOUBLE EXECUTIVE Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#518.28#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~23c3da~1553308438~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723c3da#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#518.28#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~23c3da~1553308438~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723c3da#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjQxMS43NHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2411.74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room|Room 4: DOUBLE EXECUTIVE Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#518.28#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~23c3da~1553308438~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723c3da#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#518.28#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~23c3da~1553308438~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723c3da#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjQxMS43NHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2411.74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room Non-refundable rate No amendments permitted|Room 4: DOUBLE STANDARD Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjQ0Ni44MHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2446.80" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: DOUBLE STANDARD Non-refundable rate No amendments permitted|Room 4: Executive Double Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjQ0Ni44MHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2446.80" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room Non-refundable rate No amendments permitted|Room 4: TWIN STANDARD Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjQ0OC45NnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2448.96" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: TWIN STANDARD Non-refundable rate No amendments permitted|Room 4: Executive Double Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjQ0OC45NnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2448.96" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room|Room 4: DOUBLE EXECUTIVE" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#576.77#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~25e449~-333632503~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725e449#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#576.77#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~25e449~-333632503~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725e449#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjQ1MC43M3xMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2450.73" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room|Room 4: DOUBLE EXECUTIVE" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#576.77#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~25e449~-333632503~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725e449#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#576.77#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~25e449~-333632503~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725e449#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjQ1MC43M3xMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2450.73" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room Non-refundable rate No amendments permitted|Room 4: DOUBLE STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~102270956~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~102270956~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjQ3OS4yOXxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2479.29" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room Non-refundable rate No amendments permitted|Room 4: TWIN STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~753471530~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~753471530~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjQ3OS4yOXxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2479.29" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room Non-refundable rate No amendments permitted|Room 4: DOUBLE EXECUTIVE Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#518.28#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~23c3da~1553308438~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723c3da#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#518.28#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~23c3da~1553308438~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723c3da#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjUwMy4xMnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2503.12" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room Non-refundable rate No amendments permitted|Room 4: JUNIOR SUITE STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#818.84#0#BB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|JSU.ST-1|ID_B2B_88|BB|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~24c616~1075869966~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724c616#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#818.84#0#BB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|JSU.ST-1|ID_B2B_88|BB|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~24c616~1075869966~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724c616#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjUzOC4zMXxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2538.31" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room Non-refundable rate No amendments permitted|Room 4: JUNIOR SUITE STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#818.84#0#BB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|JSU.ST-1|ID_B2B_88|BB|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~24c616~1075869966~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724c616#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#818.84#0#BB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|JSU.ST-1|ID_B2B_88|BB|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~24c616~1075869966~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724c616#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjUzOC4zMXxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2538.31" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: DOUBLE STANDARD Non-refundable rate No amendments permitted|Room 4: Executive Double Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjUzOC45OHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2538.98" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room|Room 4: DOUBLE STANDARD Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjUzOC45OHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2538.98" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: TWIN STANDARD Non-refundable rate No amendments permitted|Room 4: Executive Double Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjU0MS4xNHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2541.14" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room|Room 4: TWIN STANDARD Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjU0MS4xNHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2541.14" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room Non-refundable rate No amendments permitted|Room 4: DOUBLE EXECUTIVE" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#576.77#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~25e449~-333632503~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725e449#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#576.77#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~25e449~-333632503~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725e449#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjU0Mi4xMXxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2542.11" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room|Room 4: DOUBLE STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~102270956~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~102270956~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjU3MS40N3xMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2571.47" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room|Room 4: TWIN STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~753471530~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#482.53#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~238396~753471530~N~~~NOR~~E0944BACDBF846C173704116218205AWES00210014000307238396#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjU3MS40N3xMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2571.47" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room|Room 4: DOUBLE EXECUTIVE Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#518.28#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~23c3da~1553308438~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723c3da#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#518.28#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~23c3da~1553308438~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030723c3da#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjU5NS4zMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2595.30" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room|Room 4: JUNIOR SUITE STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#818.84#0#BB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|JSU.ST-1|ID_B2B_88|BB|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~24c616~1075869966~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724c616#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#818.84#0#BB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|JSU.ST-1|ID_B2B_88|BB|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~24c616~1075869966~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724c616#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjYxMi4xMXxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2612.11" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room|Room 4: JUNIOR SUITE STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#818.84#0#BB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|JSU.ST-1|ID_B2B_88|BB|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~24c616~1075869966~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724c616#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#818.84#0#BB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|JSU.ST-1|ID_B2B_88|BB|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~24c616~1075869966~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724c616#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjYxMi4xMXxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2612.11" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room|Room 4: DOUBLE EXECUTIVE" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#576.77#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~25e449~-333632503~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725e449#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#576.77#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ-1|ID_B2B_88|RO|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~25e449~-333632503~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725e449#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjYzNC4yOXxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2634.29" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room Non-refundable rate No amendments permitted|Room 4: Standard Double Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjY1Ni41NnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2656.56" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room Non-refundable rate No amendments permitted|Room 4: Standard Twin Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjY1Ni41NnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2656.56" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room Non-refundable rate No amendments permitted|Room 4: Standard Double Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjY1Ni41NnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2656.56" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room Non-refundable rate No amendments permitted|Room 4: Standard Twin Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjY1Ni41NnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2656.56" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room Non-refundable rate No amendments permitted|Room 4: JUNIOR SUITE STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#818.84#0#BB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|JSU.ST-1|ID_B2B_88|BB|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~24c616~1075869966~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724c616#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#818.84#0#BB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|JSU.ST-1|ID_B2B_88|BB|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~24c616~1075869966~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724c616#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjcwMy40OXxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2703.49" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room Non-refundable rate No amendments permitted|Room 4: Standard Double Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjczMC4zNnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2730.36" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room Non-refundable rate No amendments permitted|Room 4: Standard Twin Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjczMC4zNnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2730.36" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room Non-refundable rate No amendments permitted|Room 4: Standard Double Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjczMC4zNnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2730.36" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room Non-refundable rate No amendments permitted|Room 4: Standard Twin Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjczMC4zNnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2730.36" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room|Room 4: Standard Double Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjczMC4zNnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2730.36" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room|Room 4: Standard Twin Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjczMC4zNnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2730.36" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room|Room 4: Standard Double Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjczMC4zNnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2730.36" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room|Room 4: Standard Twin Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjczMC4zNnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2730.36" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room|Room 4: JUNIOR SUITE STANDARD" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#818.84#0#BB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|JSU.ST-1|ID_B2B_88|BB|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~24c616~1075869966~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724c616#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#818.84#0#BB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|JSU.ST-1|ID_B2B_88|BB|B2CEUXX|3~2~0||N[ARROBA]07~A-SIC~24c616~1075869966~N~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030724c616#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|Mjc5NS42N3xMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2795.67" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room|Room 4: Standard Double Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjgwNC4xNnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2804.16" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room|Room 4: Standard Twin Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjgwNC4xNnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2804.16" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room|Room 4: Standard Double Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjgwNC4xNnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2804.16" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room|Room 4: Standard Twin Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjgwNC4xNnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2804.16" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room Non-refundable rate No amendments permitted|Room 4: Executive Double Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjgyMS43NHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2821.74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room Non-refundable rate No amendments permitted|Room 4: Executive Double Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjgyMS43NHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2821.74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room Non-refundable rate No amendments permitted|Room 4: Standard Double Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjgyMS43NHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2821.74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room Non-refundable rate No amendments permitted|Room 4: Standard Twin Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjgyMS43NHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2821.74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room|Room 4: Executive Double Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|Mjg5NS41NHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2895.54" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room|Room 4: Executive Double Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|Mjg5NS41NHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2895.54" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room Non-refundable rate No amendments permitted|Room 4: Standard Double Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|Mjg5NS41NHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2895.54" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room Non-refundable rate No amendments permitted|Room 4: Standard Twin Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|Mjg5NS41NHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2895.54" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room Non-refundable rate No amendments permitted|Room 4: Executive Double Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjkxMy45MnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2913.92" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room Non-refundable rate No amendments permitted|Room 4: Executive Double Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjkxMy45MnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2913.92" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room|Room 4: Standard Double Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjkxMy45MnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2913.92" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room|Room 4: Standard Twin Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MjkxMy45MnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2913.92" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room Non-refundable rate No amendments permitted|Room 4: Executive Double Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|Mjk4Ni45MnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2986.92" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room|Room 4: Executive Double Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|Mjk4Ny43MnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2987.72" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room|Room 4: Executive Double Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|Mjk4Ny43MnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2987.72" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room|Room 4: Standard Double Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|Mjk4Ny43MnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2987.72" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room|Room 4: Standard Twin Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|Mjk4Ny43MnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="2987.72" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: DOUBLE STANDARD Non-refundable rate No amendments permitted|Room 4: Junior Suite with One Double Bed" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#433.80#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST-2|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~24d339~-1762873933~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724d339#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#706.25#0#BB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|JSU.ST|BAR FLEX BB-14|BB||3~2~0||N[ARROBA]07~A-SIC~24f572~-79369814~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725d507#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#646.90#0#BB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|JSU.ST|BAR FLEX BB-14|BB||3~2~0||N[ARROBA]07~A-SIC~24f572~-79369814~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725d507#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MzAxMi4yNnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="3012.26" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: TWIN STANDARD Non-refundable rate No amendments permitted|Room 4: Junior Suite with One Double Bed" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#437.04#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST-1|ID_B2B_88|RO|B2CNRFEUXX|3~2~0||N[ARROBA]07~A-SIC~26033f~-1818597099~N~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030726033f#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#706.25#0#BB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|JSU.ST|BAR FLEX BB-14|BB||3~2~0||N[ARROBA]07~A-SIC~24f572~-79369814~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725d507#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#646.90#0#BB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|JSU.ST|BAR FLEX BB-14|BB||3~2~0||N[ARROBA]07~A-SIC~24f572~-79369814~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725d507#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MzAxNC40MnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="3014.42" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room Non-refundable rate No amendments permitted|Room 4: Executive Double Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MzA3OS4xMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="3079.10" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room|Room 4: Executive Double Room Non-refundable rate No amendments permitted" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MzA3OS4xMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="3079.10" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Only Bed" FilterMealType="ONLY BED" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room|Room 4: Executive Double Room" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MzE3MS4yOHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="3171.28" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room Non-refundable rate No amendments permitted|Room 4: Junior Suite with One Double Bed" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#706.25#0#BB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|JSU.ST|BAR FLEX BB-14|BB||3~2~0||N[ARROBA]07~A-SIC~24f572~-79369814~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725d507#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#646.90#0#BB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|JSU.ST|BAR FLEX BB-14|BB||3~2~0||N[ARROBA]07~A-SIC~24f572~-79369814~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725d507#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MzM4Ny4yMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="3387.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room Non-refundable rate No amendments permitted|Room 4: Junior Suite with One Double Bed" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1603754322~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#706.25#0#BB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|JSU.ST|BAR FLEX BB-14|BB||3~2~0||N[ARROBA]07~A-SIC~24f572~-79369814~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725d507#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#646.90#0#BB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|JSU.ST|BAR FLEX BB-14|BB||3~2~0||N[ARROBA]07~A-SIC~24f572~-79369814~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725d507#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MzM4Ny4yMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="3387.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Double Room|Room 4: Junior Suite with One Double Bed" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-5546761~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#706.25#0#BB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|JSU.ST|BAR FLEX BB-14|BB||3~2~0||N[ARROBA]07~A-SIC~24f572~-79369814~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725d507#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#646.90#0#BB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|JSU.ST|BAR FLEX BB-14|BB||3~2~0||N[ARROBA]07~A-SIC~24f572~-79369814~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725d507#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MzQ2MS4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="3461.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Standard Twin Room|Room 4: Junior Suite with One Double Bed" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#296.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#419.08#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|TWN.ST|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~25e2e1~-66377516~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030722a2a9#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#706.25#0#BB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|JSU.ST|BAR FLEX BB-14|BB||3~2~0||N[ARROBA]07~A-SIC~24f572~-79369814~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725d507#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#646.90#0#BB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|JSU.ST|BAR FLEX BB-14|BB||3~2~0||N[ARROBA]07~A-SIC~24f572~-79369814~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725d507#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MzQ2MS4wMHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="3461.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room Non-refundable rate No amendments permitted|Room 4: Junior Suite with One Double Bed" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#348.85#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#455.70#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~22033d~-831595227~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030724e2fd#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#706.25#0#BB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|JSU.ST|BAR FLEX BB-14|BB||3~2~0||N[ARROBA]07~A-SIC~24f572~-79369814~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725d507#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#646.90#0#BB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|JSU.ST|BAR FLEX BB-14|BB||3~2~0||N[ARROBA]07~A-SIC~24f572~-79369814~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725d507#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MzU1Mi4zOHxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="3552.38" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Only Bed|Room 2: Only Bed|Room 3: Only Bed|Room 4: Bed &amp; Breakfast" RoomType="Room 1: Standard Double Room Non-refundable rate No amendments permitted|Room 2: Standard Double Room Non-refundable rate No amendments permitted|Room 3: Executive Double Room|Room 4: Junior Suite with One Double Bed" RoomTypeCode="02#3#BO#267.15#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#377.16#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.ST|BAR AP7-14|RO||3~2~0||N[ARROBA]07~A-SIC~20e298~1693202997~S~~~NRF~~E0944BACDBF846C173704116218205AWES0021001400030721a265#ES|2|false|1#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#387.65#0#OB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#506.35#0#OB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|DBL.EJ|BAR TFRRO-14|RO||3~2~0||N[ARROBA]07~A-SIC~233399~-1842210411~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725c352#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#706.25#0#BB#OK#20250415#20250416#LB#2-0#20250415|20250417|W|163|9511|JSU.ST|BAR FLEX BB-14|BB||3~2~0||N[ARROBA]07~A-SIC~24f572~-79369814~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725d507#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#^02#3#BO#646.90#0#BB#OK#20250416#20250417#LB#2-0#20250415|20250417|W|163|9511|JSU.ST|BAR FLEX BB-14|BB||3~2~0||N[ARROBA]07~A-SIC~24f572~-79369814~S~~~NOR~~E0944BACDBF846C173704116218205AWES0021001400030725d507#ES|2|false|0#0B7BE37420FF023B36E80DA328C132338C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#710448#|34|MzY0NC41NnxMQnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="0" TotalPrice="3644.56" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType></RoomTypes><Images><Image Url="http://www.hotelresb2b.com/images/hoteles/958877_foto_39.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/958877_foto_2.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/958877_foto_34.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/958877_foto_35.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/958877_foto_36.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/958877_foto_37.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/958877_foto_38.jpg" /><Image Url="http://www.hotelresb2b.com/images/hoteles/958877_foto_1.jpg" /></Images><HotelDescription>Este atractivo hotel urbano estandaacute; situado en el centro de la localidad. En los alrededores podrandaacute; encontrar diversos restaurantes, bares, pubs, discotecas y clubes nocturnos. Hay una parada de transporte panduacute;blico a unos 50 metros de distancia.Este hotel de cuatro plantas, construido en 1872 y renovado en el 2002, tiene un total de 116 habitaciones, 4 de ellas individuales y 14 suites junior. Cuenta con un hall de entrada con ascensor, andaacute;rea de recepciandoacute;n abierta las 24 horas que le ofrece servicio de caja fuerte y una cafeterandiacute;a. Dispone asimismo de un bar y un restaurante a la carta, climatizado y con zona para no fumadores. Tambiandeacute;n cuenta con una terminal de Internet. Para rematar el gran nanduacute;mero de prestaciones que ofrece el hotel, tambiandeacute;n dispone de servicio de habitaciones y de lavanderandiacute;a.Las elegantes habitaciones tienen baandntilde;o, secador de pelo, telandeacute;fono de landiacute;nea directa, TV vandiacute;a satandeacute;lite o por cable, radio, conexiandoacute;n a Internet, cama doble, suelo de baldosas, moqueta, caja fuerte y calefacciandoacute;n central.El hotel cuenta con un salandoacute;n de belleza nuevo, en el que se ofrecen diversos tratamientos.</HotelDescription><Facilities><HotelFacilities><Type>Wi-Fi</Type><Description>Wi-Fi</Description><Value /></HotelFacilities><HotelFacilities><Type>Contintental Breakfast</Type><Description>Contintental Breakfast</Description><Value /></HotelFacilities><HotelFacilities><Type>Buffet Breakfast</Type><Description>Buffet Breakfast</Description><Value /></HotelFacilities><HotelFacilities><Type>Accessible accommodation</Type><Description>Accessible accommodation</Description><Value /></HotelFacilities><HotelFacilities><Type>Air Conditioned</Type><Description>Air Conditioned</Description><Value /></HotelFacilities><HotelFacilities><Type>Safe Box</Type><Description>Safe Box</Description><Value /></HotelFacilities><HotelFacilities><Type>Elevator</Type><Description>Elevator</Description><Value /></HotelFacilities><HotelFacilities><Type>Pay Parking</Type><Description>Pay Parking</Description><Value /></HotelFacilities><HotelFacilities><Type>Laundry Service</Type><Description>Laundry Service</Description><Value /></HotelFacilities><HotelFacilities><Type>Adapted rooms</Type><Description>Adapted rooms</Description><Value /></HotelFacilities><HotelFacilities><Type>Wi-Fi</Type><Description>Wi-Fi</Description><Value /></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="e8725735-da7b-4365-aabb-e4075d11a813">
  <Rooms>
    <Room RoomType="Room 1: Twin room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: Twin room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 3: Twin room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 4: Twin room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|710448" SourceId="27" RoomTypeCode="175840984|3|768|27|NzY4fEdCUHwyMDI1LTA0LTE0" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2025-04-15T00:00:00" End="2025-04-17T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e8725735-da7b-4365-aabb-e4075d11a813|WebbedsSunHotelsBlock|successfully done supplier prebooking||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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="e0814d29-42f6-4879-b6cb-346c98210e7c">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-17T00:00:00" End="2025-04-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|InfiniteSearch|supplier interation failed||Infinite|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|MikiSearch|supplier interation failed||Miki|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|PaximumSearch|supplier interation failed||Paximum|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|MikiSearch|error while generating search request: Exception- Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.<ConcatIterator>d__59`1.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at HotelSources.Miki.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Repos\DMCSquare\WorldwideDMCV2\Module\Hotel\Sources\Miki\Miki.cs:line 80|Miki|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|DOTWSearch|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|HotelsProSearch|successfull supplier interation||HotelsPro|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|RateHawkSearch|successfull supplier interation||RateHawk|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2025-01-16T15:36:51.2406541+00:00" Version="0" EchoToken="Search" TransactionIdentifier="e0814d29-42f6-4879-b6cb-346c98210e7c" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="597" OriginalAmount="597">
      <BasicPropertyInfo Latitude="51.456824" Longitude="0.256585" StarRating="2" HotelCode="76220|224244" HotelName="Campanile Dartford - South East of London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Clipper Boulevard West, Crossways Business Park, DA2 6QN Dartford, Kent</AddressLine>
          </AddressLines>
          <CityName>Dartford</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103672/a_103672_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Crossways Business Park near to the Dartford Tunnel and lies just off Junction 1a of the M25 motorway. It is surrounded by delightful green parks and lakes and guests can also enjoy a walk along by the Thames. The nearest train station, Stone Crossing, is a 5-minute walk and The Bluewater shopping centre is within a 5-minute drive, as is Dartford town centre. The nearest mainline railway station, Dartford Train Station, is 10 minutes away by taxi and Lakeside in Thurrock is a 15-minute drive from the hotel. London Gatwick Airport is just 40 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="652" OriginalAmount="652">
      <BasicPropertyInfo Latitude="51.55518388" Longitude="0.07769766" StarRating="2" HotelCode="440067|167950" HotelName="Woodlands Lodge Ilford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>92-94 Woodlands Road, Redbridge, Ilford IG1 1JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/602992/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Woodlands Lodge Ilford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="703" OriginalAmount="703">
      <BasicPropertyInfo Latitude="51.629146791747" Longitude="-0.2638758981476" StarRating="3" HotelCode="94603|16493" HotelName="Ramada London North M1" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Between Junction, Gateway Services, London NW7 3HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131427/a_131427_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is conveniently located on the M1 motorway, just 11 miles north of central London and only 9 miles from Wembley Stadium. Brent Cross shopping centre, Edgware bus and underground station and Mill Hill Broadway train station are all around a 5-minute drive from the conference hotel and restaurants and bars can be found on the hotel's doorstep. Nearby airports include London Heathrow (approximately 33 km away), London Luton (around 36 km away), London City (39 km), London Stansted (64 km) and London Gatwick (72 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="728.64" OriginalAmount="728.64">
      <BasicPropertyInfo StarRating="2" HotelCode="|961987" HotelName="IBIS LONDON THURROCK M25" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/904694_foto_1.jpg</HotelPictures>
        <HotelDescription>With our economy room rates, our modern, affordable hotel offers so much more than just the basics. From free fibre Wi-Fi to on-site parking, a hearty hot and cold breakfast spread to 24/7 refreshments, we've kept our prices low while making sure all boxes are ticked. As an added bonus, our laid-back, stylish bar and restaurant offers relaxing spots for enjoying long, lazy dinners and a well-earned nightcap (or two).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="743.00" OriginalAmount="743.00">
      <BasicPropertyInfo Latitude="51.473649140562" Longitude="-0.027244538068771" StarRating="2" HotelCode="189775|journeys_greenwich_west_hostel" HotelName="Venture Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>86 Tanners Hill, Greater London SE8 4PN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/393165/393165a_hb_a_014.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="745.00" OriginalAmount="745.00">
      <BasicPropertyInfo Latitude="51.475777" Longitude="-0.037176" StarRating="2" HotelCode="170193|new_cross_inn_hostel" HotelName="New Cross Inn Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>323A New Cross Road, London SE14 6AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/148614/148614a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located only some 5 minutes' walk from New Cross Station, Goldsmiths College and The Venue nightclub. A train ride to London Bridge is only 1 stop away (6 minutes) and 10 minutes will get guests to the famous Greenwich Line that marks the beginning of GMT for our worldwide time zones. The property lies around 5.5 km from the O2 Arena and 20 minutes by public transport to the Thames, Oxford Street and the West End theatres.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="747.84" OriginalAmount="747.84">
      <BasicPropertyInfo StarRating="4" HotelCode="|676773" HotelName="RAMADA BY WYNDHAM LONDON NORTH M1" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BARNET</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/954741_foto_1.jpg</HotelPictures>
        <HotelDescription>This 4 star hotel is located in the suburbs of London and was established in 2002. It is 14.0 Km from the Wembley Stadium and the nearest station is Edgware Station. The Hotel has 2 restaurants, a bar, a conference room and a coffee shop. All 195 rooms are equipped with hairdryer and air conditioning.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="756" OriginalAmount="756">
      <BasicPropertyInfo Latitude="51.37492242" Longitude="-0.09034449" StarRating="2.5" HotelCode="502934|411127" HotelName="easyHotel Croydon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Addiscombe Road, Croydon, London CR9 5DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/619883/619883a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Croydon.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="760" OriginalAmount="760">
      <BasicPropertyInfo Latitude="51.47885806353" Longitude="-0.40939391534425" StarRating="3" HotelCode="115077|457515" HotelName="Travelodge London Heathrow Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>700 Bath Road, Hertz House, Hounslow TW5 9TW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/158639/a_158639_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 1,5 km from the Hounslow West tube station and 3 km from Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="769" OriginalAmount="769">
      <BasicPropertyInfo Latitude="51.567596" Longitude="0.065121" StarRating="2" HotelCode="114512|37499" HotelName="Park Hotel Ilford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>327 Cranbrook Road, Ilford, Essex, London IG1 4UE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/145403/145403a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near Ilford town centre and Gants Hill tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="778" OriginalAmount="778">
      <BasicPropertyInfo Latitude="51.870888762363" Longitude="0.19500732421875" StarRating="3" HotelCode="78706|20662" HotelName="Ramada London Stansted Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Old Dumow Road, M11 Motorway, Welcome Break Birchanger Green, Junction 8, Bishops Stortford, CM23 5QZ</AddressLine>
          </AddressLines>
          <CityName>Bishop's Stortford</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/106643/a_106643_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated within 5 km of Stansted Airport, this hotel offers an ideal rest spot for onward travellers and families. With main transport routes nearby, central London is a mere 45 minutes away by public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="784.00" OriginalAmount="784.00">
      <BasicPropertyInfo Latitude="51.68708325" Longitude="-0.22166124" StarRating="2" HotelCode="79634|days_inn_103" HotelName="Ramada South Mimms M25" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Welcome Break Service Area, Junction 23 M25, Potters Bar EN6 3QQ, Hertfordshire</AddressLine>
          </AddressLines>
          <CityName>Potters Bar</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107803/a_107803_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the M25 junction 23 and the A1(M) junction 1. It is only 20 km from Wembley Studios and the Arena and only 6 km from Elstree Film Studios.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="789.96" OriginalAmount="789.96">
      <BasicPropertyInfo Latitude="51.48008" Longitude="-0.483259" StarRating="3" HotelCode="28977|32374" HotelName="Thistle London Heathrow Terminal 5" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Longford, London UB7 0EQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46381/a_46381_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in a quiet location near London Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="812" OriginalAmount="812">
      <BasicPropertyInfo Latitude="51.431495" Longitude="-0.511489" StarRating="3" HotelCode="336515|49195" HotelName="Mercure London Staines-upon-Thames" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Thames Street, Staines, Surrey TW18 4SJ</AddressLine>
          </AddressLines>
          <CityName>Staines</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55647/a_55647_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Staines. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="812.00" OriginalAmount="812.00">
      <BasicPropertyInfo Latitude="51.659922971867" Longitude="-0.26589262024233" StarRating="3" HotelCode="114983|ibis_london_elstree_borehamwood" HotelName="ibis London Elstree Borehamwood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elstree Way, Borehamwood, London WD6 1JY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/158536/a_158536_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="818.00" OriginalAmount="818.00">
      <BasicPropertyInfo Latitude="51.40810457" Longitude="-0.2895769" StarRating="0" HotelCode="662981|the_bull_and_bush_hotel_kingston" HotelName="The Bull And Bush Hotel Kingston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Designated Smoking Area,Elevator,Internet,Laundry,Meeting Room,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Washington Road, Kingston Upon Thames KT1 3JB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/93717/2193717/1.jpg?f=15002496</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Greater London South West, The Bull and Bush Hotel Kingston is a perfect starting point from which to explore London. Offering a variety of facilities and services, the hotel provides all you need for a good night's sleep. Car park, laundry service, free Wi-Fi in all rooms, Wi-Fi in public areas, smoking area are there for guest's enjoyment. Comfortable guestrooms ensure a good night's sleep with some rooms featuring facilities such as ironing facilities, internet access – wireless (complimentary), seating area, non smoking rooms, bathtub. The hotel offers various recreational opportunities. For reliable service and professional staff, The Bull and Bush Hotel Kingston caters to your needs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="830" OriginalAmount="830">
      <BasicPropertyInfo Latitude="51.872109285165" Longitude="0.19391298294067" StarRating="2" HotelCode="137358|326078" HotelName="Days Inn London Stansted Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>M11 Junction 8, Welcome Break Service Area, Birchanger Green, Bishop's Stortford CM23 5QZ</AddressLine>
          </AddressLines>
          <CityName>Bishop's Stortford</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/197243/a_197243_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at Birchanger Green Service Area, near junction 8 of the M11 motorway, which is approximately 8 km from Stansted Airport. Approximate distances to other airports in the region include Haverfordwest Aerodrome (85 km), London City Airport (50 km), London Gatwick Airport (111 km), London Heathrow Airport and London Luton Airport (83 km), and Southampton Airport (204 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="832" OriginalAmount="832">
      <BasicPropertyInfo Latitude="51.564039" Longitude="0.065391" StarRating="3" HotelCode="906395|73819" HotelName="Britannia Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Garden,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Mansfield Road, Ilford, Essex IG1 3BD, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/145540/145540a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated next to Ilford town centre and Ilford station. Ilford is a suburban town of London that is 20 minutes away from Central London. London City Airport is approximately 10 km away and London Heathrow Airport 50 km from the hotel. Further nearby airports include London Stansted Airport, which is around 60 km, and London Gatwick and London Luton Airport, which are both about 70 km away from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="852" OriginalAmount="852">
      <BasicPropertyInfo Latitude="51.534944" Longitude="0.070981" StarRating="2" HotelCode="53449|456664" HotelName="ibis budget London Barking" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Highbridge Road, Barking IG11 7BA, Essex</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59688/a_59688_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis budget London Barking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="856.56" OriginalAmount="856.56">
      <BasicPropertyInfo StarRating="3" HotelCode="|618125" HotelName="THISTLE LONDON HEATHROW" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>WEST DRAYTON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/378148_foto1_3_ROOM.jpg</HotelPictures>
        <HotelDescription>Thistle London Heathrow hotel is the perfect choice if you�re flying early, landing late or just want the holiday to last a little longer. As well as being handy for all the terminals at London Heathrow, our location on the A4, and close to the M25, makes Thistle London Heathrow hotel an ideal base for visits to nearby Windsor Castle, Kew Gardens and even events at Wembley Stadium.
Whether you�re flying from London Heathrow, visiting London, or with us for a business event or family occasion, our hotel rooms have everything you need for a relaxing, comfortable stay.

All rooms in our hotel are air-conditioned, en-suite and have free unlimited BT Wi-Fi internet access.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="857.48" OriginalAmount="857.48">
      <BasicPropertyInfo StarRating="2" HotelCode="|A2DF46" HotelName="easyHotel London Croydon" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>CROYDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1352407_foto_1.jpg</HotelPictures>
        <HotelDescription>Make yourself at home in one of the 103 air-conditioned guestrooms. Bathrooms have showers and complimentary toiletries. Conveniences include irons/ironing boards, and housekeeping is provided daily.Featured amenities include a 24-hour front desk, luggage storage, and an elevator.With a stay at easyHotel London Croydon, you'll be centrally located in Croydon, within a 15-minute drive of Crystal Palace Park and Surrey Hills.  This hotel is 10.4 mi (16.8 km) from Big Ben and 10.8 mi (17.3 km) from London Bridge.Distances are displayed to the nearest 0.1 mile and kilometer.  Crystal Palace Park - 6.9 km / 4.3 mi  Clapham Common - 11.8 km / 7.3 mi  Surrey Hills - 12.1 km / 7.5 mi  The Oval - 14.3 km / 8.9 mi  Wimbledon Tennis Club - 14.4 km / 9 mi  Thames River - 14.8 km / 9.2 mi  Epsom Downs Racecourse - 14.9 km / 9.3 mi  Greenwich Park - 15.7 km / 9.8 mi  Cutty Sark - 16.2 km / 10.1 mi  Stamford Bridge Stadium - 16.2 km / 10.1 mi  St. Thomas' Hospital - 16.4 km / 10.2 mi  Sloane Square - 16.4 km / 10.2 mi  Westminster Bridge - 16.5 km / 10.2 mi  Sea Life London Aquarium - 16.5 km / 10.3 mi  London Dungeon - 16.5 km / 10.3 mi  The nearest airports are:Gatwick Airport (LGW) - 34.8 km / 21.6 mi Heathrow Airport (LHR) - 68.3 km / 42.4 mi London City Airport (LCY) - 29.2 km / 18.1 mi The preferred airport for easyHotel London Croydon is Gatwick Airport (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="868.00" OriginalAmount="868.00">
      <BasicPropertyInfo Latitude="51.553607017664" Longitude="0.033790469169617" StarRating="2" HotelCode="94551|forest_gate_hotel_2" HotelName="Forest Gate" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 Godwin Road, London E7 0LW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131364/a_131364_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Forest Gate.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="870.00" OriginalAmount="870.00">
      <BasicPropertyInfo Latitude="51.364335" Longitude="-0.257448" StarRating="3" HotelCode="152763|premier_inn_epsom_north" HotelName="Premier Inn Epsom North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>272 Kingston Road, Ewell, Epsom KT19 0SH</AddressLine>
          </AddressLines>
          <CityName>Epsom</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/34766/2134766/13.jpg?f=15680103</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="889.00" OriginalAmount="889.00">
      <BasicPropertyInfo Latitude="51.459723" Longitude="-0.43972940000003" StarRating="3" HotelCode="566250|heathrow_airport_terminal_4" HotelName="Premier Inn London Heathrow Airport Terminal 4" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheffield Road, London Heathrow Airport, Heathrow TW6 3FH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/736262/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="895" OriginalAmount="895">
      <BasicPropertyInfo Latitude="51.467242" Longitude="-0.366724" StarRating="2" HotelCode="213192|169512" HotelName="ibis budget London Hounslow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>20-28 Staines Road, 65 Grove Road, London TW3 3JS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/301875/a_301875_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis budget London Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="900" OriginalAmount="900">
      <BasicPropertyInfo Latitude="51.88099" Longitude="-0.41623" StarRating="4" HotelCode="35445|221981" HotelName="Thistle Express Luton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Library Road?, The Mall, Luton LU1 2TR</AddressLine>
          </AddressLines>
          <CityName>Luton</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57645/ba_57645_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Luton and overlooking St. George’ Square, the hotel is ideal for a business or leisure stay. It is perfectly located for exploring the Bedfordshire countryside or as a stopover for Luton Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="907" OriginalAmount="907">
      <BasicPropertyInfo Latitude="51.48083" Longitude="-0.430632" StarRating="3" HotelCode="13247|65910" HotelName="ibis London Heathrow Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>112 Bath Road, Hayes, Middlesex, London Heathrow Airport, London UB3 5AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/13873/a_13873_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated near to the airport on the northern perimeter road (Bath Road), this hotel offers excellent public transport links as well as fast food restaurants and a bowling alley next door. The hotel also offers easy access to the M4 and M25 motorways, as well as local attractions, including Windsor Castle, Kew Gardens and Legoland.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="930" OriginalAmount="930">
      <BasicPropertyInfo Latitude="51.387929" Longitude="-0.453602" StarRating="3" HotelCode="82741|457658" HotelName="Warren Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Church Square, Shepperton-on-Thames TW17 9JZ, Middlesex</AddressLine>
          </AddressLines>
          <CityName>Shepperton</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/348711/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Shepperton. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="943" OriginalAmount="943">
      <BasicPropertyInfo Latitude="51.575697368969" Longitude="-0.19733849754425" StarRating="2" HotelCode="145797|212612" HotelName="Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Hoop Lane, London, Greater London NW11 8BS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/207150/gt_207150_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Golders Green, this city hotel is set in a very quiet location, only a short walk away from the local shops and restaurants and Golders Green metro station. Golders Hill Park is a 5-minute drive away and nearby airports include London Heathrow (21 km away), London Luton (36 km away), London Gatwick (45 km away) and London Stansted (46 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="952" OriginalAmount="952">
      <BasicPropertyInfo Latitude="51.575316" Longitude="-0.203934" StarRating="2" HotelCode="94563|36992" HotelName="King Solomon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>155-159 Golders Green Road, London NW11 9BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131377/a_131377_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tree-lined suburb of Golders Green, in north London, near the Golders Green and Brent Cross underground (tube) stations and a short drive to the newly opened Wembley Stadium Complex and Wembley Arena. Brent Cross shopping centre is just 5 minutes away. The hotel is roughly 30 km from London Heathrow Airport and some 45 km from London Luton Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="957.00" OriginalAmount="957.00">
      <BasicPropertyInfo Latitude="51.42654863" Longitude="-0.33346181" StarRating="2" HotelCode="199819|travelodge_london_teddington" HotelName="Travelodge London Teddington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Station Road, Park House, Teddington TW11 9AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/285109/a_285109_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="960.00" OriginalAmount="960.00">
      <BasicPropertyInfo Latitude="51.357256" Longitude="-0.117071" StarRating="4" HotelCode="76390|hallmark_hotel_croydon_2" HotelName="London Croydon Aerodrome Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>680 Purley Way, Croydon, Surrey  CR9 4LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103872/a_103872_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London Croydon Aerodrome Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="972" OriginalAmount="972">
      <BasicPropertyInfo Latitude="51.583194333463" Longitude="-0.40081937301636" StarRating="3" HotelCode="82537|493872" HotelName="Tudor Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Field End Road, Eastcote HA5 2QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/c2/4b/c24bf5f416476b65b97fbada33e73d5cf9c82255.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="979.00" OriginalAmount="979.00">
      <BasicPropertyInfo Latitude="51.657227" Longitude="-0.272107" StarRating="2" HotelCode="147332|elstree_inn" HotelName="OYO Elstree Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>148-150 Shenley Road, Borehamwood, Hertfordshire WD6 1EQ</AddressLine>
          </AddressLines>
          <CityName>Borehamwood</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/65/651015/651015a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Borehamwood.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="980" OriginalAmount="980">
      <BasicPropertyInfo Latitude="51.537098630397" Longitude="0.079697557672148" StarRating="1" HotelCode="205288|225952" HotelName="Travelodge London Barking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Arboretum Place, Barking, London IG11 7RX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/292205/a_292205_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="981.00" OriginalAmount="981.00">
      <BasicPropertyInfo Latitude="51.65281581" Longitude="-0.08651293" StarRating="3" HotelCode="516882|the_stag_enfield" HotelName="The Stag Enfield" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="Bar,Designated Smoking Area,Housekeeping,Internet,LCD/Projector,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>35 Little Park Gardens, Enfield EN2 6PH</AddressLine>
          </AddressLines>
          <CityName>Enfield</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/685544/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at The Stag Enfield in Enfield, you'll be close to Trent Park. This guesthouse is within the vicinity of White Hart Lane Stadium and Lee Valley White Water Centre.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Stay in one of 9 guestrooms featuring plasma televisions. Complimentary wireless Internet access is available to keep you connected. Conveniences include coffee/tea makers and irons/ironing boards.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Quench your thirst with your favorite drink at a bar/lounge. Continental breakfasts are available daily for a fee.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="985" OriginalAmount="985">
      <BasicPropertyInfo Latitude="51.486409" Longitude="-0.197955" StarRating="2" HotelCode="14114|3420" HotelName="Lily" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>23-33 Lillie Road, London SW6 1UG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/311552/311552a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lily.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="988.00" OriginalAmount="988.00">
      <BasicPropertyInfo Latitude="51.36061477661133" Longitude="-0.1904599964618683" StarRating="3" HotelCode="0|ibis_london_sutton_point_opening_summer_2021" HotelName="ibis London Sutton Point (Opening Summer 2021)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Sutton Plaza, London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/9c/32/9c327b28ef73572e81f2fe9b503091e875000613.jpeg</HotelPictures>
        <HotelDescription>&lt;br /&gt;&lt;b&gt;Location: &lt;/b&gt;A great place to have a rest after an exciting day! Hotel «ibis London Sutton Point (Opening Summer 2021)» is located in London. This hotel is located in 17 km from the city center. You can take a walk and explore the neighbourhood area of the hotel. Places nearby: Morden, Victoria and Albert Museum and Buckingham Palace.&lt;br /&gt;&lt;b&gt;At The Hotel: &lt;/b&gt;You can stop by the bar. Taste the local cuisine and have a rest in the restaurant. Have a cup of coffee in the cafe and, who knows, maybe it’s going to be the best one in the city. Want to be always on-line? Wi-Fi is available.&lt;br /&gt;Take your pet with you. Pets are allowed. Accessibility: there is an elevator/lift. Additional services that the hotel offers to its guests: a laundry, dry cleaning and a safe-deposit box.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Price of an additional breakfast: 10.95 GBP per person. 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;Due to the epidemiological situation, tourist trips are limited throughout United Kingdom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="989.00" OriginalAmount="989.00">
      <BasicPropertyInfo Latitude="51.545476" Longitude="-0.17607" StarRating="2" HotelCode="901725|palmers_lodge_swiss_cottage" HotelName="Palmers Lodge Swiss Cottage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse,Hostel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 College Crescent, London NW3 5LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/214943/gt_214943_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located near Swiss Cottage or Finchley Road tube stations and in a few minutes guests can be in the heart of the city. Piccadilly Circus is approximately 6 km from the youth hostel, Regent's Park is around 1.5 km away, Camden Town is roughly 3 km, Hyde Park and Oxford Circus are 5 km, Big Ben 9 km and Buckingham Palace around 8 km. Nearby airports include London Heathrow (30 km away), London Luton (50 km away), London Gatwick (55 km away) and London Stansted (65 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="990" OriginalAmount="990">
      <BasicPropertyInfo Latitude="51.380376627664" Longitude="-0.28072755208018" StarRating="2" HotelCode="114990|215284" HotelName="Travelodge Chessington Tolworth" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ewell Road, Tolworth Tower, Tolworth, London KT6 7EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/158543/a_158543_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="995" OriginalAmount="995">
      <BasicPropertyInfo Latitude="51.557111607577" Longitude="-0.39774903258899" StarRating="3" HotelCode="78711|35773" HotelName="Savera Hotel South Ruislip" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Long Drive, Station Approach, London HA4 0HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/106649/a_106649_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="999" OriginalAmount="999">
      <BasicPropertyInfo Latitude="51.479907128737" Longitude="-0.51304588922244" StarRating="3" HotelCode="94522|71857" HotelName="Holiday Inn London - Heathrow T5" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/03/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Old Bath Road, Colnbrook, SL3 0PH Slough</AddressLine>
          </AddressLines>
          <CityName>Slough</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/67080/1867080/1.jpg?f=15650460</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Heathrow. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1001" OriginalAmount="1001">
      <BasicPropertyInfo Latitude="51.907138" Longitude="0.252379" StarRating="3" HotelCode="78760|70250" HotelName="DeSalis Hotel Stansted" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Bar,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hall Road, Gaunts End, Elsenham, Stansted, Essex CM22 6DR</AddressLine>
          </AddressLines>
          <CityName>Stansted</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/133844/133844a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Stansted. The nearest airport is London - Stansted (STN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1006" OriginalAmount="1006">
      <BasicPropertyInfo Latitude="51.459071" Longitude="-0.443305" StarRating="3" HotelCode="639038|405706" HotelName="Holiday Inn Express London Heathrow T4" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Swindon Road, Terminal 4, London Heathrow Airport, Hounslow TW6 3FJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/139506/8006a5da-f63c-4171-983a-4606d497572b.jpg?d=636863432100000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1007" OriginalAmount="1007">
      <BasicPropertyInfo Latitude="51.563565467413" Longitude="0.070720004574127" StarRating="2" HotelCode="78576|37498" HotelName="Cranbrook" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Coventry Road, London IG1 4QR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/145543/145543a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 15 minutes from central London, and close to the financial district. Ilford town centre is around 5 minutes' walk away and the Olympics site is some 4 km away. Guests also have the Kenneth Moore Theatre on the doorstep. The Redbridge Museum is worth a visit, as is Eastbury Manor House and Valence House Museum and Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1009.00" OriginalAmount="1009.00">
      <BasicPropertyInfo Latitude="51.41013" Longitude="-0.30098" StarRating="2" HotelCode="199807|travelodge_kingston_upon_thames_central" HotelName="Travelodge Kingston Upon Thames Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Wheatfield Way, International House, Kingston upon Thames KT1 2PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/285097/a_285097_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1018" OriginalAmount="1018">
      <BasicPropertyInfo Latitude="51.39743516" Longitude="-0.10335381" StarRating="2" HotelCode="417350|524188" HotelName="The Crystal Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Bed and breakfasts" CnxPolicy="Free CXL until 09/04/2025" HotelFacility="24 Hour Front Desk,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>49 Brigstock Road, CR7 7JH Thornton Heath</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0020/16330/2016330/1.jpg?f=15236313</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Crystal Lodge Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1026.00" OriginalAmount="1026.00">
      <BasicPropertyInfo Latitude="51.469928636398" Longitude="-0.36700065704599" StarRating="2" HotelCode="266416|travelodge_london_hounslow" HotelName="Travelodge London Hounslow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lampton Road, Hounslow, London TW3 1JG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/371954/a_371954_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1032" OriginalAmount="1032">
      <BasicPropertyInfo Latitude="51.51150639" Longitude="-0.37854562" StarRating="3" HotelCode="312207|79238" HotelName="Pacific Inn London Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60-66 The Broadway, Southall, Middlesex, Greater London, London UB1 1QB</AddressLine>
          </AddressLines>
          <CityName>Hounslow</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/82734/1882734/20.jpg?f=15528797</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hounslow. The nearest airport is Northolt (NHT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1032.00" OriginalAmount="1032.00">
      <BasicPropertyInfo Latitude="51.489685" Longitude="-0.136527" StarRating="1" HotelCode="94550|corbigoe_hotel" HotelName="Corbigoe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Belgrave Road, Victoria, London SW1V 2BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131363/gt_131363_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a convenient location right in the city centre and near to most of London's major tourist attractions, such as Buckingham Palace, the Houses of Parliament, Big Ben, the Tate Gallery and Westminster Abbey, and is within walking distance from Victoria underground, railway and coach station. Approximate distances to airports in the region include London Gatwick (36 km), London Heathrow (22 km), London Luton (47 km) and London Stansted (51 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1067.84" OriginalAmount="1067.84">
      <BasicPropertyInfo StarRating="3" HotelCode="|711005" HotelName="Holiday Inn Express Hemel Hempstead" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/912355_foto_1.jpg</HotelPictures>
        <HotelDescription>Escoja el hotel Holiday Inn Express Hemel Hempstead, estratandeacute;gicamente situado, a poca distancia en coche de la zona de negocios de la ciudad y a 2 minutos a pie de la estaciandoacute;n de tren Apsley. El acogedor Holiday Inn Express Hemel Hempstead estandaacute; a solo 10 minutos en coche de las prandaacute;cticas autopistas A4251, M1 y M25. Puede despegar desde el aeropuerto London Luton, a 25 minutos en coche, y llegar al centro de Londres en 30 minutos en tren desde la cercana estaciandoacute;n de Apsley. Prepandaacute;rese para un nuevo dandiacute;a saboreando un desayuno gratuito en nuestro acogedor salandoacute;n principal. Reserve una reuniandoacute;n para 40 personas en una de nuestras 4 salas de reuniones y permanezca en landiacute;nea con el servicio gratuito de conexiandoacute;n inalandaacute;mbrica a Internet en nuestro moderno hall. Estamos a 10 minutos en coche de las empresas locales en Maylands Avenue y Breakspear Way. Puede ir a esquiar a The Snow Centre en 5 minutos. Los menores de 18 aandntilde;os disfrutarandaacute;n de alojamiento gratuito si comparten una candoacute;moda habitaciandoacute;n familiar con sus padres en el Holiday Inn Express Hemel Hempstead.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1069" OriginalAmount="1069">
      <BasicPropertyInfo Latitude="51.568736" Longitude="-0.34797700000001" StarRating="3" HotelCode="310077|200812" HotelName="Eurotraveller Hotel Premier Harrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-60 Northolt Road, South Harrow, Middlesex, London HA2 0DW</AddressLine>
          </AddressLines>
          <CityName>Harrow on the Hill</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/65/656853/656853a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Harrow on the Hill. The nearest airport is Northolt (NHT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1070" OriginalAmount="1070">
      <BasicPropertyInfo Latitude="51.410995023811" Longitude="-0.054952248809059" StarRating="2.5" HotelCode="199809|215313" HotelName="Travelodge London Crystal Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61-63 Croydon Road, Yeoman House, Penge, London SE20 7TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/285099/a_285099_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1073" OriginalAmount="1073">
      <BasicPropertyInfo Latitude="51.16968749" Longitude="-0.1731031898" StarRating="4" HotelCode="142801|488661" HotelName="Acorn Lodge Gatwick" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Massetts Road, Horley, Surrey RH6 7EB</AddressLine>
          </AddressLines>
          <CityName>Horley</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0019/75085/1975085/1.jpg?f=15096035</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 800 m from the centre of Horley.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1073" OriginalAmount="1073">
      <BasicPropertyInfo Latitude="51.171708628171" Longitude="-0.17085939645767" StarRating="2.5" HotelCode="79186|45274" HotelName="Gatwick White House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse,Airport Hotel,Hostel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50/52 Church Road, Horley RH6 7EX, Surrey</AddressLine>
          </AddressLines>
          <CityName>Horley</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/340115/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 10 minutes' walk from Horley, the hotel has a convenient location and provides a warm, relaxing and friendly atmosphere. The town's railway station provides access to Gatwick Airport and trains also run regularly to London Victoria station, with a journey time of about 35 minutes. The town centre of Horley is around 500 m away, and guests can find restaurants and bars within around 5 minutes of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1073.00" OriginalAmount="1073.00">
      <BasicPropertyInfo Latitude="51.40968467" Longitude="-0.23192575" StarRating="2" HotelCode="475608|travelodge_london_raynes_park" HotelName="Travelodge London Raynes Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amity Grove, Durham House, SW20 0LQ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/587031/a_587031_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1076.00" OriginalAmount="1076.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|088122" HotelName="HALLMARK HOTEL CROYDON AERODROME" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/904512_foto_1.jpg</HotelPictures>
        <HotelDescription>Hallmark Hotel Croydon Aerodrome is located in Croydon, close to Farfields Hall. Centrale Shopping Center and Croydon University Hospital are also within easy reach. East Croydon Station and West Croydon Railway Station are both within 5 km from the hotel. London Gatwick Airport can be reached within 30 minute drive. \n\nFacilities and services include a restaurant, bar, car parking (extra charge) and lounge area. Wi-Fi internet access is available throughout the property. \n\nGuest rooms are equipped with TV, telephone, safe and coffee maker. Bathrooms feature hairdryers. \n\nEarliest check in time: 14:00\nLatest check out time: 11:00\n\nAddress: 680 Purley Way, London, CR9 4LT, England</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1077" OriginalAmount="1077">
      <BasicPropertyInfo Latitude="51.168342" Longitude="-0.180392" StarRating="3.5" HotelCode="35637|18725" HotelName="Holiday Inn London Gatwick Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Povey Cross Road, Gatwick RH6 0BA</AddressLine>
          </AddressLines>
          <CityName>Horley</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57952/a_57952_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is located half a mile from Gatwick's North Terminal and 1 mile from the South Terminal. With a shuttle bus guests will quickly and easily be able to reach both of the airport terminals.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1077" OriginalAmount="1077">
      <BasicPropertyInfo Latitude="51.446473" Longitude="0.154033" StarRating="3" HotelCode="79586|404710" HotelName="Holiday Inn London - Bexley" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Southwold Road, Bexley DA5 1ND</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107728/gt_107728_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the edge of the green belt with easy access to London and the Kent countryside via the A2 trunk road. The hotel is situated outside the inner London congestion charge area, just 10 minutes from the famous Bluewater shopping centre and 20 minutes from the Lakeside shopping complex. Central London can be reached by train in 30 minutes making this hotel an ideal business meeting venue due its proximity to major trunk roads and motorway routes. Bexleyheath town centre, offering a variety of pubs and restaurants can be reached by car in 20 minutes. The close proximity of the M25/ J2 London orbital motorway allows quick access to a range of cultural attractions including historic Greenwich with its Maritime Museum and Royal Observatory beside the River Thames. Just 20 minutes from Brands Hatch Race Track, the hotel is also an ideal place to stay for motor racing enthusiasts. The hotel is situated about 50 km from Heathrow Airport, 60 km from Gatwick Airport, 70 km from Stansted Airport and 100 km from Luton Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1078" OriginalAmount="1078">
      <BasicPropertyInfo Latitude="51.541270966214" Longitude="-0.26164692899101" StarRating="3" HotelCode="145163|200143" HotelName="The Bridge Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Hillside, London NW10 8BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/342047/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bridge Park Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1089" OriginalAmount="1089">
      <BasicPropertyInfo Latitude="51.317214109357" Longitude="-0.12298464775085" StarRating="4" HotelCode="35640|444202" HotelName="Coulsdon Manor Hotel and Golf Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coulsdon Court Road, Old Coulsdon, Coulsdon, Surrey CR5 2LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57960/a_57960_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This country house hotel enjoys a secluded location amidst picturesque landscaped parklands that feature an 18-hole golf course. Croydon and its many shops are to be found nearby. The colourful and cosmopolitan metropolis of London is around 20 km away and particularly inviting with its countless cultural attractions and sights of interest. Gatwick Airport can be reached by car in about 25 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1090" OriginalAmount="1090">
      <BasicPropertyInfo Latitude="51.487240092378" Longitude="-0.38321788093208" StarRating="4" HotelCode="304565|51481" HotelName="Heston Hyde" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Hyde Lane, Hounslow, Middlesex TW5 0EP</AddressLine>
          </AddressLines>
          <CityName>Hounslow</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/418386/w_418386_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hounslow. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1096.00" OriginalAmount="1096.00">
      <BasicPropertyInfo Latitude="51.4109" Longitude="-0.30002" StarRating="2" HotelCode="114427|travelodge_london_kingston_upon_thames_3" HotelName="Travelodge London Kingston Upon Thames" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21/23 Old London Road, Kingston upon Thames, London KT2 6ND</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/157927/a_157927_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1107.00" OriginalAmount="1107.00">
      <BasicPropertyInfo Latitude="51.577665" Longitude="-0.10403" StarRating="2" HotelCode="94587|london_shelton_hotel" HotelName="Shelton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60-62 Wightman Road, Finsbury Park, London N4 1RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/313251/313251a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Shelton.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1111" OriginalAmount="1111">
      <BasicPropertyInfo Latitude="51.481015" Longitude="-0.433617" StarRating="3" HotelCode="28980|15475" HotelName="Best Western London Heathrow Ariel Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118 Bath Road, Harlington, Hayes, Greater London UB3 5AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46385/a_46385_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is especially appropriate for guests staying on short breaks and offers excellent links to the public transport network. The hotel is just 15 minutes from the centre where guests will discover countless shopping and entertainment venues as well as many of the top tourist sights such as Legoland, Eton and Windsor. West Drayton train station is approximately 1.5 km away, whilst Heathrow Airport is about 1 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1121" OriginalAmount="1121">
      <BasicPropertyInfo Latitude="51.50059476676" Longitude="0.31355698016864" StarRating="3" HotelCode="115079|90402" HotelName="Stifford Hall Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>High Road, North Stifford, Thurrock, Essex RM16 5UE</AddressLine>
          </AddressLines>
          <CityName>Thurrock</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/158641/a_158641_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is within short proximity of both Lakeside and Bluewater.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1131" OriginalAmount="1131">
      <BasicPropertyInfo Latitude="51.55238215" Longitude="-0.21056942" StarRating="2.5" HotelCode="503026|410119" HotelName="Cricklewood Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Cricklewood Broadway, London, Greater London NW2 3JX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/670944/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1132" OriginalAmount="1132">
      <BasicPropertyInfo Latitude="51.537966" Longitude="-0.283278" StarRating="3" HotelCode="79028|200494" HotelName="Travelodge London Wembley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Circular Road, Ealing NW10 7UG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107016/a_107016_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers great value for money combined with a fantastic location in London, on North Circular Road, close to the Hanger Lane gyratory. The establishment is at a great location for visiting Wembley Arena and Wembley Conference Centre. London Gatwick Airport is some 60 km away, London Heathrow Airport is about 22 km away, London Luton Airport is roughly 49 km away and it is approximately 68 km to London Stansted Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1136" OriginalAmount="1136">
      <BasicPropertyInfo Latitude="51.165765066659" Longitude="-0.17826497554779" StarRating="3" HotelCode="16084|41842" HotelName="Travelodge Gatwick Airport Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Povey Cross Road, Gatwick, Horley RH6 0BE</AddressLine>
          </AddressLines>
          <CityName>Horley</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19357/a_19357_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel enjoys a convenient location, just 5 minutes from Gatwick Airport. A shuttle service to the North and South terminals at Gatwick is available every 15 minutes at a charge per person (subject to availability). Easy access to the centre of London is provided by the Gatwick Express, which runs from the South terminal of the airport. Guests will find a number of shops, bars and pubs 3 km from the accommodation at the airport, whilst sights such as Chessington Theme Park (39 km), Brighton (48 km) and Windsor Castle (79 km) are all nearby. The following airports can be found in the airport's proximity: London Gatwick (2 km), London Heathrow (76 km), London City (76 km) and London Stansted (116 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1140" OriginalAmount="1140">
      <BasicPropertyInfo Latitude="51.4802948886" Longitude="-0.41473552820275" StarRating="3" HotelCode="599677|307725" HotelName="Moxy London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>804-834 Bath Road, Heathrow Airport, Hounslow, England TW5 9US</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/615845/615845a_hb_a_004.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1141" OriginalAmount="1141">
      <BasicPropertyInfo Latitude="51.66114533" Longitude="-0.08672" StarRating="0" HotelCode="986041|493711" HotelName="Six Bells" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>187 Chase Side, Enfield EN2 0PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/79449/1879449/1.jpg?f=15692504</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1159.00" OriginalAmount="1159.00">
      <BasicPropertyInfo Latitude="51.532734570265" Longitude="-0.031045274594817" StarRating="1" HotelCode="323533|city_view_hotel__roman_road_market" HotelName="City View Hotel Roman Road Market" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Laundry,Luggage Storage,Meeting Room,Smoking Rooms,Spa">
        <Address>
          <AddressLines>
            <AddressLine>527 Roman Road, London E3 5EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/490943/3.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is City View Hotel Roman Road Market.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1160" OriginalAmount="1160">
      <BasicPropertyInfo Latitude="51.525458" Longitude="-0.125797" StarRating="2" HotelCode="148308|199428" HotelName="Goodwood Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 Tavistock Place, London WC1H 9RE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/d5/a3/d5a36c89a8eacb2d20de838097908c846c751a61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1160.00" OriginalAmount="1160.00">
      <BasicPropertyInfo Latitude="51.478673" Longitude="-0.363676" StarRating="3.5" HotelCode="189438|best_western_plus_park_grand_london_heathrow_gateway" HotelName="Park Grand London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>449 Great West Road, Hounslow, Middlesex TW5 0BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/265754/a_265754_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1161" OriginalAmount="1161">
      <BasicPropertyInfo Latitude="51.492322690642" Longitude="-0.5467987079129" StarRating="4" HotelCode="80359|66625" HotelName="Heathrow Windsor Marriott Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ditton Road, Langley, Slough  SL3 8PT</AddressLine>
          </AddressLines>
          <CityName>Slough</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/218454/218454a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Slough, this airport hotel is ideal for business travellers arriving or departing from London - Heathrow (LHR) Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1161.00" OriginalAmount="1161.00">
      <BasicPropertyInfo Latitude="51.492223" Longitude="0.063517000000047" StarRating="3" HotelCode="199810|travelodge_london_woolwich" HotelName="Travelodge London Woolwich" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125-157 Powis Street, Woolwich, London SE18 6LQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/285100/a_285100_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 650 m from the Woolwich Arsenal train station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1178" OriginalAmount="1178">
      <BasicPropertyInfo Latitude="51.47384257" Longitude="-0.06353817" StarRating="3" HotelCode="490353|458460" HotelName="Peckham Rooms Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Queens Road, Peckham, London, England SE15 2PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/653579/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1180" OriginalAmount="1180">
      <BasicPropertyInfo Latitude="51.498423" Longitude="-0.208623" StarRating="2" HotelCode="888829|11649" HotelName="Holland Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Holland Road, London W14 8HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/145836/145836a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located a 5-minute walk from the pubs at Shepherds Bush and near the new Westfield shopping centre (around 10 minutes' walk) and restaurants. The nearest underground station is Shepherds Bush Station on the Central line (10 minutes' walk), and is close to the Earls Court and Olympia exhibition centre (15 minutes' walk). Kensington Olympia underground is also very close - however it runs a reduced, less frequent service. Oxford Street and Hyde Park are around 20 minutes' away by public transport. It is approximately 21 km to Heathrow Airport, 60 km to Luton Airport and 62 km to Gatwick Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1182.00" OriginalAmount="1182.00">
      <BasicPropertyInfo Latitude="51.46963392" Longitude="-0.36975819" StarRating="3.5" HotelCode="580252|imperial_guest_house_4" HotelName="Imperial Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Bulstrode Road, Hounslow TW3 3AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/22901/3622901/1.jpg?f=15116412</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1183.00" OriginalAmount="1183.00">
      <BasicPropertyInfo Latitude="51.515726126956" Longitude="-0.17422648622278" StarRating="3" HotelCode="30119|so_paddington" HotelName="So Paddington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6-8 Norfolk Square, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/48509/a_48509_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1184" OriginalAmount="1184">
      <BasicPropertyInfo Latitude="51.872915" Longitude="-0.418305" StarRating="2" HotelCode="114554|72553" HotelName="Stockwood" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Golf,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41-43 Stockwood Crescent, Luton, Bedfordshire, LU1 3SS</AddressLine>
          </AddressLines>
          <CityName>Luton</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/341011/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Luton. The nearest airport is London - Luton International (LTN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1188.00" OriginalAmount="1188.00">
      <BasicPropertyInfo Latitude="51.39804562" Longitude="-0.17237462" StarRating="2" HotelCode="352807|casuarina_tree" HotelName="Casuarina Tree" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>407 London Road, Mitcham, Surrey CR4 4BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/53040/2253040/20.jpg?f=15666733</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Mitcham.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1190" OriginalAmount="1190">
      <BasicPropertyInfo Latitude="51.50406791566" Longitude="0.040630102157593" StarRating="3" HotelCode="97131|18851" HotelName="Travelodge London City Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Connaught Road, London E16 2DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/134964/a_134964_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a central location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1190" OriginalAmount="1190">
      <BasicPropertyInfo Latitude="51.527091" Longitude="-0.278704" StarRating="2" HotelCode="97132|225954" HotelName="Travelodge London Park Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>614 Western Avenue, London W3 0TE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/134965/a_134965_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1194" OriginalAmount="1194">
      <BasicPropertyInfo Latitude="51.5066264527" Longitude="-0.24444177746773" StarRating="2" HotelCode="189752|199447" HotelName="Hotel 261" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>261 Uxbridge Road, Shepherds Bush, Greater London W12 9DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/08/1c/081c0213d57faf0395f66fb663a7b3aec1ebbf64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1196.00" OriginalAmount="1196.00">
      <BasicPropertyInfo Latitude="51.533859557254" Longitude="0.071743467744341" StarRating="2" HotelCode="115102|hotel_ibis_london_east_barking" HotelName="ibis London Barking Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Highbridge Road, Essex, Barking IG11 7BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/158670/a_158670_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Barking Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1199" OriginalAmount="1199">
      <BasicPropertyInfo Latitude="51.876643" Longitude="-0.382344" StarRating="3" HotelCode="888195|65952" HotelName="ibis London Luton Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Spittlesea Road, Luton LU2 9NZ</AddressLine>
          </AddressLines>
          <CityName>Luton</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/136510/a_136510_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This budget hotel is a 10-minute walk from Luton Airport and 10 minutes' drive to Luton town centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1216" OriginalAmount="1216">
      <BasicPropertyInfo Latitude="51.453827" Longitude="0.239633" StarRating="3" HotelCode="79013|229013" HotelName="Holiday Inn Express London - Dartford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>University Way, Dartford DA1 5PA</AddressLine>
          </AddressLines>
          <CityName>Dartford</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/106999/a_106999_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located adjacent to Junction 1a of the London Orbital, and is ideally placed for the motorway network, making it a perfect location for the business and leisure traveller to London. Guests in need of some serious 'retail therapy' will find Bluewater is just a 10-minute drive away. For those looking for stylish London shopping in a beautiful stress-free environment, a quality restaurant meal, a stimulating environment for the children, an exciting evening's entertainment, or simply a place to relax and watch the world go by in Europe's largest and most innovative retail and leisure destination, this is just the place. The centre of Dartford, where guests will find restaurants, nightspots and the railway station is 20 minutes away by car. The hotel lies 63 km from Stansted and Gatwick airports, while Heathrow Airport is 59 km and Luton Airport is 93 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1246" OriginalAmount="1246">
      <BasicPropertyInfo Latitude="51.4815" Longitude="-0.457295" StarRating="4" HotelCode="326334|11601" HotelName="Leonardo Hotel London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Sipson, West Drayton UB7 0DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46386/a_46386_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in close vicinity of the London Heathrow Airport. The convenient location makes it the ideal place for business travellers or for a stopover. The hotel is located only 5 minutes from the airport terminals and offers a private taxi service from and to the airport. Excellent transport links connect guests to central London, which is only a 15-minute ride away with the Heathrow Express train. The hotel is also within easy reach of the M4 motorway and five minutes’ drive from Stockley Park and Bedfont Lakes Business Parks. Other nearby attractions are the exotic Kew Gardens or the Royal Windsor Castle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1254" OriginalAmount="1254">
      <BasicPropertyInfo Latitude="51.479684490969" Longitude="-0.0090626804764042" StarRating="3" HotelCode="114501|55233" HotelName="ibis London Greenwich Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 Stockwell Street, Greenwich, London SE10 9JN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/158007/a_158007_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in London. For business travellers, it provides everything needed for a pleasant stay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1255" OriginalAmount="1255">
      <BasicPropertyInfo Latitude="51.45990844" Longitude="-0.30250824" StarRating="3" HotelCode="467883|215506" HotelName="Travelodge London Richmond Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Paradise Road, Richmond TW9 1RX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/578646/a_578646_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Richmond upon Thames.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1258.00" OriginalAmount="1258.00">
      <BasicPropertyInfo Latitude="51.35397609" Longitude="-0.19470433" StarRating="3" HotelCode="429965|flexistay_sutton_aparthotel" HotelName="Flexistay Sutton Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Lounge,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Camborne Road, Sutton, London SM2 6RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/509978/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London. The nearest airport is Flexistay Sutton Aparthotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1259.00" OriginalAmount="1259.00">
      <BasicPropertyInfo Latitude="51.49542657" Longitude="-0.18946535" StarRating="2.5" HotelCode="623394|easyhotel_south_kensington" HotelName="easyHotel South Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>14 Lexham Gardens, Kensington, London W8 5JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/623393/623393a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1261" OriginalAmount="1261">
      <BasicPropertyInfo Latitude="51.534949" Longitude="-0.461146" StarRating="3" HotelCode="81468|456773" HotelName="Red Lion Hillingdon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Royal Lane, Hillingdon, Uxbridge, Middlesex, UB8 3QP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/348673/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1262.00" OriginalAmount="1262.00">
      <BasicPropertyInfo Latitude="51.36561" Longitude="-0.096096" StarRating="3" HotelCode="906384|kirkdale_hotel" HotelName="Kirkdale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 St Peter's Road, Croydon, Surrey CR0 1HD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150524/150524a_hb_a_022.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within 5 minutes of Croydon South station and 10 minutes from East Croydon. Guests wishing to stay in Croydon can enjoy shopping at the Whitfield Centre and numerous bars and restaurants. Oxford Street, Buckingham Palace, Hyde Park and the West End theatres can all be reached in approximately 20 minutes on public transport. The location offers excellent transport links into London Victoria, London Bridge and Gatwick Airport, which is roughly 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1264.80" OriginalAmount="1264.80">
      <BasicPropertyInfo StarRating="4" HotelCode="|710885" HotelName="Holiday Inn Hemel Hempstead M1-J8" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/254666_foto_1.jpg</HotelPictures>
        <HotelDescription>Alandoacute;jese en el hotel Holiday Inn Hemel Hempstead M1, Jct. 8, de fandaacute;cil acceso y gran relaciandoacute;n calidad-precio. El Holiday Inn Hemel Hempstead estandaacute; situado en un entorno rural, a 300 metros de la salida 8 de la autopista M1. El Aeropuerto de Luton se encuentra a 12 km y disponemos de una amplia zona de aparcamiento gratuito. La estaciandoacute;n de Hemel Hempstead se encuentra a 3 km, donde podrandaacute; coger un tren directo que le llevarandaacute; al centro de Londres en 30 minutos. El parque empresarial de Maylands Avenue se encuentra a 1, 5 km, y las empresas de Breakspear Park se encuentran justo enfrente. Organice eventos para 90 delegados en nuestras 12 salas de reuniones, equipadas con conexiandoacute;n inalandaacute;mbrica a Internet. El Snow Centre, con una pista de esquandiacute; de 160 m2, se encuentra a 3 km. Tambiandeacute;n podrandaacute; descubrir la vida salvaje de los animales en el zoo de Whipsnade, a 20 minutos en coche. Servimos desayuno caliente en el restaurante Traders, un jardandiacute;n de invierno con vigas de madera. Relandaacute;jese con un baandntilde;o o un tratamiento de belleza en nuestro club de salud Spirit.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1268.32" OriginalAmount="1268.32">
      <BasicPropertyInfo StarRating="4" HotelCode="|711007" HotelName="Coulsdon Manor and Golf Club" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/907690_foto_1.jpg</HotelPictures>
        <HotelDescription>Esta casa rural destaca por su bonito exterior y su elegante diseandntilde;o interior. Cuenta con un total de 35 habitaciones, repartidas en 2 plantas. En el hall de entrada hay varios ascensores y un andaacute;rea de recepciandoacute;n. La recepciandoacute;n estandaacute; abierta las 24 horas del dandiacute;a y allandiacute; se le ofrece servicio de caja fuerte. En el restaurante del hotel tendrandaacute; la posibilidad de probar ricos platos y aperitivos. Entre otras instalaciones, podrandaacute; encontrar tambiandeacute;n algunas salas de conferencias. Asimismo, tiene a su disposiciandoacute;n conexiandoacute;n a Internet.From the M23/25 Junction 7 follow the M23 going north until the road becomes the A23. Proceed for 2.5 miles after which you will pass Coulsdon South Railway Station on the right. Just past the station take the right hand turn, signposted andquot;Old Coulsdon, Caterham (B2030)andquot;. Follow this road uphill for 1 mile and turn left just past the pond, then turn left again onto Coulsdon Road (B2030 to Purley). After half a mile turn right into Couldson Court Road. At the end of this road you will find Coulsdon Manor.Travelling south from London on the A23 - after the major intersection at Purley continue for approximately 1.1 miles then turn left into Stoat's Nest Road (B2030) signposted Caterham. Follow the road for approximately 1 mile. Turn left into Coulsdon Court Road which leads to Coulsdon Manor.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1269.00" OriginalAmount="1269.00">
      <BasicPropertyInfo Latitude="51.449825825015" Longitude="-0.33001022104895" StarRating="2" HotelCode="204206|travelodge_london_twickenham_2" HotelName="Travelodge London Twickenham" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>London Road, Twickenham TW1 3QS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/290997/a_290997_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1278.00" OriginalAmount="1278.00">
      <BasicPropertyInfo Latitude="51.609168082034" Longitude="0.059336633236967" StarRating="2" HotelCode="266410|travelodge_london_chigwell" HotelName="Travelodge London Chigwell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>735 Chigwell Road, Woodford Green, Redbridge Waltham Forest, Greater London  IG8 8AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/371946/a_371946_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Stansted (STN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1285.00" OriginalAmount="1285.00">
      <BasicPropertyInfo Latitude="51.64688724" Longitude="-0.08014731" StarRating="2.5" HotelCode="580163|kathleen_house" HotelName="Kathleen House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85 London Road, Enfield EN2 6ES, Greater London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/748922/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1294" OriginalAmount="1294">
      <BasicPropertyInfo Latitude="51.500918" Longitude="-0.22175500000003" StarRating="3" HotelCode="296997|200378" HotelName="Sapphire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/04/2025" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Shepherds Bush Road, London W6 7LU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/36863/1836863/36.jpg?f=15646876</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1297" OriginalAmount="1297">
      <BasicPropertyInfo Latitude="51.876581659136" Longitude="0.21164063921742" StarRating="4" HotelCode="21608|20663" HotelName="Novotel London Stansted Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Round Coppice Road, Stansted CM24 1SF</AddressLine>
          </AddressLines>
          <CityName>Stansted</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/27967/a_27967_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the perimeter of the airport, 10 minutes away by shuttle bus.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1299.60" OriginalAmount="1299.60">
      <BasicPropertyInfo Latitude="51.47408326" Longitude="-0.28660063" StarRating="3" HotelCode="440156|845169" HotelName="Kew Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>271 Sandycombe Road, Richmond, Greater London  TW9 3LU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/602917/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kew Rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1306" OriginalAmount="1306">
      <BasicPropertyInfo Latitude="51.517758" Longitude="-0.064875" StarRating="2" HotelCode="210603|400330" HotelName="ibis budget London Whitechapel - Brick Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 Whitechapel Road, London E1 1JG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/299099/a_299099_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1311" OriginalAmount="1311">
      <BasicPropertyInfo Latitude="51.876271565304" Longitude="-0.38349822163582" StarRating="3" HotelCode="186606|38873" HotelName="Holiday Inn London - Luton Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Airport Way, London Luton Airport, Luton LU2 9LF</AddressLine>
          </AddressLines>
          <CityName>Luton</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/1d/78/1d78e38061713b6930a673368c78c477f4afddc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located for the business and leisure traveller, the hotel is a 2-minute shuttle ride from the airport, and a 15-minute walk from Luton Airport Parkway station, from which the guest can be at London St Pancras International station in just 30 minutes. The hotel is situated approximately 55 km from London City Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1312" OriginalAmount="1312">
      <BasicPropertyInfo Latitude="51.876428" Longitude="0.247133" StarRating="3" HotelCode="74007|38769" HotelName="Holiday Inn Express London - Stansted Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Thremhall Avenue, Stansted CM24 1PY</AddressLine>
          </AddressLines>
          <CityName>Stansted</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/99813/k_99813_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated less than 1.6 km from Stansted Airport, adjacent to the mid-stay car park and less than 5 minutes from the M11 motorway.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1314" OriginalAmount="1314">
      <BasicPropertyInfo Latitude="51.469545735515" Longitude="-0.36629442327876" StarRating="4" HotelCode="94520|37413" HotelName="The Continental Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29/31 Lampton Road, Hounslow, Middlesex TW3 1JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131319/a_131319_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the A4 (Great West Road) which links it to central London (approximately 30 minutes by car). Hounslow central underground station is a 2-minute walk from the hotel and will take guests to Heathrow or central London on the Piccadilly line. The centre of Hounslow is 200 m away and its is just 5 km from Heathrow Airport. Legoland and Windsor are both 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1314.72" OriginalAmount="1314.72">
      <BasicPropertyInfo StarRating="2" HotelCode="|D17265" HotelName="OYO Honeycroft Lodge" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>UXBRIDGE</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2623200_foto_1.jpg</HotelPictures>
        <HotelDescription>Los huandeacute;spedes encontrarandaacute;n las principales zonas de ocio a 2253 km. Los huandeacute;spedes encontrarandaacute;n el campo de golf mandaacute;s cercano a 5149 km de la propiedad. Los viajeros podrandaacute;n acceder al transporte panduacute;blico a 3218 km de distancia. El hotel estandaacute; a 8046 km de la playa mandaacute;s cercana. Los clientes encontrarandaacute;n el aeropuerto a 7242 km. Esta residencia es el lugar perfecto para una estancia tranquila, ya que solo tiene 10 habitaciones. Las personas que se alojen en esta propiedad podrandaacute;n navegar en internet gracias a la conexiandoacute;n Wi-Fi de los espacios panduacute;blicos. OYO Honeycroft Lodge no ofrece servicio de recepciandoacute;n 24 horas. El aparcamiento puede ser anduacute;til para aquellos que lleguen en coche. Algunos de los servicios mencionados pueden ser de pago.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1320" OriginalAmount="1320">
      <BasicPropertyInfo Latitude="51.136803905685" Longitude="-0.1851407276539" StarRating="3" HotelCode="115180|67357" HotelName="ibis London Gatwick Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>London Road, Gatwick RH10 9GY, County Oak</AddressLine>
          </AddressLines>
          <CityName>Gatwick</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/158759/a_158759_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel in Gatwick is ideal for business travellers who arrive or depart from London - Gatwick (LGW) Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1324.00" OriginalAmount="1324.00">
      <BasicPropertyInfo Latitude="51.41202569" Longitude="0.02149359" StarRating="0" HotelCode="663169|avis_hotel" HotelName="Avis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Rodway Road, Bromley, Kent BR1 3JP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/847969/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1325" OriginalAmount="1325">
      <BasicPropertyInfo Latitude="51.491502" Longitude="-0.142723" StarRating="2" HotelCode="94590|404302" HotelName="Enrico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77-79 Warwick Way, Victoria, London SW1V 1QP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131411/gt_131411_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is placed in one of the most convenient locations in the Victoria and Westminster neighbourhood. This area features a large amount of attractions and tourist sites, such as the Westminster Abbey, Houses of Parliament, London Eye, Buckingham Palace, and the Tate Britain. London Heathrow Airport is around 22 km from the hotel, London Gatwick some 36 km, whilst London Luton and London Stansted airports are situated at a distance of approximately 46 km and 51 km, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1328" OriginalAmount="1328">
      <BasicPropertyInfo Latitude="51.126357" Longitude="-0.167773" StarRating="4" HotelCode="21609|39480" HotelName="Sandman Signature London Gatwick Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-23 Tinsley Lane South, Three Bridges, Crawley, West Sussex RH10 8XH</AddressLine>
          </AddressLines>
          <CityName>Crawley</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/009155/009155a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasing hotel is located around 6.5 km from Gatwick airport. A regular shuttle bus service with airport transfers is provided for hotel guests. Links to the public transport network lie about 1 km away. The nearest beach is located around 29 km away and is ideal for excursions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1329.88" OriginalAmount="1329.88">
      <BasicPropertyInfo StarRating="4" HotelCode="|691409" HotelName="MAITRISE HOTEL MAIDA VALE" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/219141_image50290749_0.jpg</HotelPictures>
        <HotelDescription>Maitrise Hotel Maida Vale offers 4-star modern bedrooms with free WiFi. Set in fashionable Maida Vale, it is just a 3-minute walk from Kilburn Park Station and there is a bus stop opposite the property, both which offers direct services to Paddington station, Hyde Park, Marble Arch, Oxford Circus and Piccadilly Circus. Set in a grand Victorian town house, the modern bedrooms at Maitrise Hotel Maida Vale have a flat-screen TV and tea/coffee making facilities. All rooms have a chic bathroom with a designer power shower. Rafkins Lounge Bar &amp; Cafe features a lively open-plan kitchen, open daily and serves cakes, pastries, and light snacks. Guests are welcome to use the 24-hour fitness centre to unwind themselves. Guests booking executive rooms and suites get free access to the fitness centre included in their stay. Just a 5-minute tube ride from elegant Paddington, Maitrise Hotel Maida Vale - London is just 1.5 miles from Regent�s Park. The famous Abbey Road Studios are a 15-minute walk away and Wembley Stadium can be reached in 15 minutes by Tube.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1333" OriginalAmount="1333">
      <BasicPropertyInfo Latitude="51.5644351" Longitude="-0.011468199999968" StarRating="3" HotelCode="429631|224255" HotelName="Lion &amp; Key Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>475-477 High Road Leyton, London E10 5EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/446701/446701a_hb_a_015.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1339.00" OriginalAmount="1339.00">
      <BasicPropertyInfo Latitude="51.536251" Longitude="-0.345565" StarRating="3" HotelCode="82358|bridge_hotel_3" HotelName="The Bridge Greenford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Western Avenue, Greenford, London UB6 8ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/111159/a_111159_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bridge Greenford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1339.00" OriginalAmount="1339.00">
      <BasicPropertyInfo Latitude="51.55941434" Longitude="0.07790356" StarRating="3" HotelCode="548243|ilford_tower_apartments" HotelName="Ilford Tower Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1 Riches Road, Ilford, East Sussex IG1 1JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0030/95361/3095361/27.jpg?f=15503731</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1340.00" OriginalAmount="1340.00">
      <BasicPropertyInfo Latitude="51.55239618" Longitude="-0.29606532" StarRating="2" HotelCode="319536|travelodge_wembley_high_road" HotelName="Travelodge London Wembley High Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>High Road, Wembley, London HA9 7AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/433226/a_433226_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1344" OriginalAmount="1344">
      <BasicPropertyInfo Latitude="51.481547" Longitude="-0.43671" StarRating="4" HotelCode="28976|31910" HotelName="Sheraton Skyline Hotel London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Heathrow Airport, Hayes UB3 5BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46379/a_46379_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located beside Heathrow Airport and offers quick access to the terminals.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1345" OriginalAmount="1345">
      <BasicPropertyInfo Latitude="51.416995" Longitude="-0.21595396666667" StarRating="4" HotelCode="199823|444298" HotelName="Wimbledon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Dry Cleaning,Golf,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>78 Worple Road, Wimbledon, London SW19 4HZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/346388/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1348.00" OriginalAmount="1348.00">
      <BasicPropertyInfo Latitude="51.458919087761" Longitude="-0.44298153551256" StarRating="4" HotelCode="806237|crowne_plaza_london_heathrow_t4" HotelName="Crowne Plaza London Heathrow T4" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Swindon Road, Terminal 4, London Heathrow Airport, Hounslow TW6 3FJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://www.miki.co.uk/live/hotel/mikiNet/image/v1.0/GB/20252/87/lr/x1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1354" OriginalAmount="1354">
      <BasicPropertyInfo Latitude="51.4465" Longitude="0.154033" StarRating="0" HotelCode="770274|494941" HotelName="Village Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57-59 Bexley High Street, Bexley DA5 1AB</AddressLine>
          </AddressLines>
          <CityName>Bexley</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/1/2/3/1/4/8/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1357" OriginalAmount="1357">
      <BasicPropertyInfo Latitude="51.361716079655" Longitude="-0.19653618335724" StarRating="3" HotelCode="36913|200700" HotelName="Holiday Inn Sutton" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gibson Road, Sutton SM1 2RF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60594/w_60594_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a peaceful location, this pleasant business hotel is situated only a short distance from Sutton train station. This allows guests easy access to the countryside outside of London, as well as the city centre itself. The M25, Chessington World of Adventures, Epsom Downs Racecourse, Hampton Court Palace and Wimbledon are all within easy reach. Guests can find a number of restaurants, bars and nightlife spots on Sutton High Street, just 500 m away. London Gatwick Airport is approximately 32 km from the hotel, while London Heathrow Airport is around 51 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1363.00" OriginalAmount="1363.00">
      <BasicPropertyInfo Latitude="51.585023" Longitude="-0.079369000000042" StarRating="2" HotelCode="296647|fountain_hotel_2" HotelName="The Fountain Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment" CnxPolicy="Non Refundable" HotelFacility="Bar,Garden,Housekeeping,Internet,Kitchen,LCD/Projector,Lounge,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>125 Westgreen Road, London N15 5DE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0029/67009/2967009/1.jpg?f=15158106</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Fountain in London (Tottenham), you'll be close to White Hart Lane Stadium and Emirates Stadium. This hotel is within close proximity of Finsbury Park and Alexandra Palace.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 9 guestrooms featuring refrigerators and LCD televisions. Prepare your meals in the shared/communal kitchen. Complimentary wireless Internet access is available to keep you connected. Bathrooms with showers are provided.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Enjoy recreation amenities such as a nightclub or take in the view from a garden. Additional features include complimentary wireless Internet access and tour/ticket assistance.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Enjoy a satisfying meal at a restaurant serving guests of The Fountain. Quench your thirst with your favorite drink at a bar/lounge.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1364" OriginalAmount="1364">
      <BasicPropertyInfo Latitude="51.508002608716" Longitude="0.047314900226196" StarRating="3" HotelCode="199815|32868" HotelName="Travelodge London Excel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1016 Dockside Road, London E16 2FQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/285105/a_285105_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 4-minute walk from the Royal Albert tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1370.00" OriginalAmount="1370.00">
      <BasicPropertyInfo Latitude="51.481488838842" Longitude="-0.44854511946674" StarRating="3" HotelCode="460824|ibis_styles_london_heathrow_airport_hotel" HotelName="ibis Styles London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>272 Bath Road, Harlington, Heathrow, London UB3 5AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/571296/a_571296_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis Styles London Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1379" OriginalAmount="1379">
      <BasicPropertyInfo Latitude="51.146584" Longitude="-0.245949" StarRating="3" HotelCode="81954|45278" HotelName="The Russ Hill Hotel Gatwick" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Country House,Airport Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Russ Hill, Charlwood, Gatwick RH6 0EL</AddressLine>
          </AddressLines>
          <CityName>Charlwood</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/110654/a_110654_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the village of Charlwood, yet only 6 km from Gatwick Airport, this family-friendly airport hotel is within easy reach of London with trains running approximately every 15 minutes from Gatwick to Victoria. Both Crawley and Horley with its shops are around a 15-minute drive from the country house, and Brighton and its beach is roughly a 45-minute train journey away. Other nearby airports include London Heathrow (65 km away), London City (75 km away), London Luton (115 km away) and London Stansted (120 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1379.00" OriginalAmount="1379.00">
      <BasicPropertyInfo Latitude="51.39361743" Longitude="0.0448959" StarRating="0" HotelCode="663159|glendevon_house_hotel" HotelName="Glendevon House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Southborough Road, Bickley, Bromley, Kent BR1 2EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0030/92024/3092024/21.jpg?f=15504895</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1386" OriginalAmount="1386">
      <BasicPropertyInfo Latitude="51.481601408492" Longitude="-0.44115863558193" StarRating="4" HotelCode="29412|5500" HotelName="Radisson Blu Edwardian Heathrow Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Bath Road, Hayes Middlesex, Hillingdon, London UB3 5AW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46382/a_46382_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable luxury hotel lies on the outskirts of the centre of London, by Heathrow. Convenient public transport links may be found right next to the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1386" OriginalAmount="1386">
      <BasicPropertyInfo Latitude="51.442871822629" Longitude="-0.15299800546904" StarRating="2" HotelCode="199812|225950" HotelName="Travelodge London Balham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 Balham High Road, Balham, London SW12 9BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/285102/a_285102_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1391" OriginalAmount="1391">
      <BasicPropertyInfo Latitude="51.4810220906" Longitude="-0.46161332931149" StarRating="4" HotelCode="727762|404902" HotelName="Holiday Inn London - Heathrow Bath Road" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>276 Bath Road, West Drayton UB7 0DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/36781/3836781/48.jpg?f=15675305</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1393.16" OriginalAmount="1393.16">
      <BasicPropertyInfo Latitude="51.526002392352" Longitude="-0.12469321489334" StarRating="1.5" HotelCode="18318|1080958" HotelName="Generator London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Tavistock Place, London WC1H 9SE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22770/a_22770_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is located in Compton Place, close to London's City district. Given the excellent tube connections, it is very easy to reach the most popular tourist attractions, as well as the numerous shopping centres and other entertainment venues.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1401" OriginalAmount="1401">
      <BasicPropertyInfo Latitude="51.12558701549" Longitude="-0.18929779629514" StarRating="4" HotelCode="94504|30144" HotelName="Crowne Plaza London - Gatwick Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>London-Gatwick Airport, Langley Drive, RH11 7SX Crawley</AddressLine>
          </AddressLines>
          <CityName>Crawley</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131300/f_131300_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just five minutes from junction 10 off the M23. Crawley town centre and Manor Royal Business Park are both within walking distance of the hotel. The property is an ideal base to explore Central London and Brighton. Guests can visit local attractions such as The Hawth Theatre, Crawley Town Football Club, Tulleys Farm, Lingfield Racecourse and Wakehurst Place. Gatwick Airport is 5 km away and London Heathrow Airport is approximately 70 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1402" OriginalAmount="1402">
      <BasicPropertyInfo Latitude="51.55517776521" Longitude="-0.2849337605744" StarRating="3" HotelCode="94605|65984" HotelName="ibis London Wembley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>South Way, Wembley, London HA9 6BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131429/a_131429_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1404" OriginalAmount="1404">
      <BasicPropertyInfo Latitude="51.623156" Longitude="-0.35227399999997" StarRating="4" HotelCode="296888|203684" HotelName="Best Western Plus Grim’s Dyke Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Old Redding, Harrow Weald, London HA3 6SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/404964/a_404964_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Watford. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1405" OriginalAmount="1405">
      <BasicPropertyInfo Latitude="51.559376" Longitude="0.068355399999973" StarRating="3" HotelCode="382732|167943" HotelName="Lucky 8 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>21 -25 York Road, Ilford IG1 3AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/45/453161/453161a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lucky 8 Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1407" OriginalAmount="1407">
      <BasicPropertyInfo Latitude="51.384314" Longitude="-0.291716" StarRating="3" HotelCode="114510|490296" HotelName="Warwick Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Parking">
        <Address>
          <AddressLines>
            <AddressLine>319-321 Ewell Road, Surbiton, Surrey, KT6 7BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/13/1391998/KfWHrBg1_0cf347ba32a7c25eb0725a070159ddf5.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Offering the ideal setting for explore the area, this family-run guest house is situated in Surbiton, Surrey. The property is ideally situated close to the A3, offering ease of access to Kingston Town Centre, Hampton Court, Chessington Zoo, Sandown and Epsom Race Courses. Guests are extended a warm, friendly welcome upon arrival. The guest rooms are well equipped and tastefully designed, offering comfort and style in a peaceful setting. This guest house provides an excellent standard of accommodation, customer service and comfort in a convenient location, making it a great choice for business and leisure travellers alike.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1410.00" OriginalAmount="1410.00">
      <BasicPropertyInfo Latitude="51.51700155" Longitude="-0.07480804" StarRating="3.5" HotelCode="498681|monopoly_guest_house" HotelName="Monopoly Accommodations" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Wentworth Street 41-43, Tower Hamlets, London E1 7TD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/666945/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1412" OriginalAmount="1412">
      <BasicPropertyInfo Latitude="51.3741755535" Longitude="-0.101894438267" StarRating="4" HotelCode="64367|24616" HotelName="Holiday Inn Express London - Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Priddy's Yard, Croydon, London CR0 1TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/82893/a_82893_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Croydon and only 2 minutes' walk from the main shopping areas, restaurants and bars, the hotel is easily accessible from East Croydon station (approximately 10 minutes' walk) from where trains run frequently throughout the day taking guests to London City and London Bridge (15 minutes away), London Victoria/West End (15 minutes away) and Gatwick Airport (20 minutes away). Crystal Palace Stadium is also only 10 minutes away by train and Wimbledon Tennis Ground is 30 minutes by tram.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1418.00" OriginalAmount="1418.00">
      <BasicPropertyInfo Latitude="51.493093930698" Longitude="-0.23861154480937" StarRating="3" HotelCode="18886|premier_inn_london_hammersmith" HotelName="Premier Inn London Hammersmith" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>255 King Street, Hammersmith, London W6 9LU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/23619/a_23619_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hammersmith, close to Chiswick. From this location, guests have easy access into the centre of London and also Heathrow Airport. The nearest bars and restaurants are only 800 metres away; shopping facilities are also a short walk away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1419" OriginalAmount="1419">
      <BasicPropertyInfo Latitude="51.602972" Longitude="-0.019518" StarRating="3" HotelCode="34555|35329" HotelName="Holiday Inn Express Chingford - North Circular" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Walthamstow Avenue, London E4 8ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54900/a_54900_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the North Circular Road London (A406), at the Crooked Billet roundabout, with the towns of Chingford, Woodford, Walthamstow and Ilford just a few minutes away. The hotel offers easy access to the M11, M25 and the M1, with easy connections to Walthamstow Central station (Victoria Line), guests can be in central London within 30 minutes. The hotel is a 2-minute walk from Walthamstow Greyhound Stadium, a short drive from Epping Forest and Walthamstow Street Market (Europe's longest street market), and a collection of museums and galleries are just 10 minutes away. The Lakeside and Bluewater Shopping centres are only 35 and 45 minutes way respectively. Also within 25 minutes guests can be at Stansted Airport, and it take 40 minutes to reach Heathrow and 60 minutes to get to Gatwick.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1419" OriginalAmount="1419">
      <BasicPropertyInfo Latitude="51.393693126852" Longitude="-0.30339002609253" StarRating="4" HotelCode="164138|411742" HotelName="Bosco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 St Mark's Hill, Surbiton, London KT6 4LQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/38/381685/381685a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airports are Bosco and London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1420.00" OriginalAmount="1420.00">
      <BasicPropertyInfo Latitude="51.4456" Longitude="-0.343569" StarRating="0" HotelCode="770129|the_white_hart_inn_20" HotelName="White Hart Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Kneller Road, Whitton, Twickenham, Middlesex TW2 7DY</AddressLine>
          </AddressLines>
          <CityName>Twickenham</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/42473/1842473/1.jpg?f=14969197</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1435" OriginalAmount="1435">
      <BasicPropertyInfo Latitude="51.483290448835" Longitude="-0.48135727643967" StarRating="4" HotelCode="28975|9381" HotelName="Sheraton Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Heathrow Airport, Colnbrook Bypass, West Drayton UB7 0HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46378/k_46378_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable airport hotel is located approximately 5 minutes from London Heathrow Airport as well as the Stockley Park and Bedfont Lake business parks. Windsor, with the Royal Castle, is around 13 km away. The centre of London, with numerous shopping and entertainment opportunities, lies about 26 km away and public transport departs from stops situated 500 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1435.00" OriginalAmount="1435.00">
      <BasicPropertyInfo Latitude="51.53683" Longitude="-0.139445" StarRating="1" HotelCode="173554|smart_camden_inn_hostel" HotelName="Smart Camden Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>55-57 Bayham Street, London NW1 0AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/169276/169276a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Less than 500 m from Camden Market, the hostel is located in Camden’s pubs and clubs district, one of London’s trendiest areas. Camden Town underground station is a 5-minute walk away and provides direct access to London city centre. London Zoo is less than a 20-minute walk away. London Heathrow airport is about 30 km away, London Luton airport is some 52 km away, London Gatwick airport is roughly 52 km away and London Stansted airport is around 56 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1435.08" OriginalAmount="1435.08">
      <BasicPropertyInfo Latitude="51.50716071124" Longitude="-0.025383423278754" StarRating="2.5" HotelCode="307983|1466228" HotelName="Point A Hotel, London Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Hertsmere Road West, E14 4AS London, Canary Wharf</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/422032/a_422032_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1437" OriginalAmount="1437">
      <BasicPropertyInfo Latitude="51.105665" Longitude="-0.144753" StarRating="3" HotelCode="29489|5507" HotelName="Europa Gatwick Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Balcombe Road, Gatwick RH10 7ZR</AddressLine>
          </AddressLines>
          <CityName>Gatwick</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47157/a_47157_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This choice hotel is located in West Sussex just 30 minutes on the Gatwick Express from central London. The location is ideal for discovering the splendid southeast of England. It is not far to the coastal resort of Brighton and various other historical tourist attractions such as Leeds and Hever Castle can be reached in just 45 minutes. Chessington World of Adventures is the perfect venue for a marvellous family day out and is just 30 minutes from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1437.92" OriginalAmount="1437.92">
      <BasicPropertyInfo StarRating="3" HotelCode="|C42759" HotelName="Holiday Inn Express London Heathrow T4, an IHG Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>HOUNSLOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2328088_foto_1.jpg</HotelPictures>
        <HotelDescription>&lt;p&gt;HeadLine : In Hounslow (Heathrow Villages)&lt;/p&gt;&lt;p&gt;Location : With a stay at Holiday Inn Express London Heathrow T4, an IHG Hotel in Hounslow (Heathrow Villages), you ll be within a 15-minute drive of Hampton Court Palace and Thames River.  This hotel is 8.6 mi (13.9 km) from Windsor Castle and 11.3 mi (18.2 km) from Kensington High Street.&lt;/p&gt;&lt;p&gt;Rooms : Make yourself at home in one of the 457 air-conditioned rooms featuring flat-screen televisions. Your bed comes with premium bedding, and all rooms are furnished with sofa beds. Complimentary wireless internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers.&lt;/p&gt;&lt;p&gt;Dining : Grab a bite to eat at Express Cafe and Restaurant, one of the hotel s many dining establishments, which include 2 restaurants and a coffee shop/cafe. Need to unwind? Take a break with a tasty beverage at one of the 2 bars/lounges. A complimentary buffet breakfast is served on weekdays from 5:00 AM to 10:00 AM and on weekends from 5:00 AM to 11:00 AM.&lt;/p&gt;&lt;p&gt;CheckIn Instructions : &lt;ul&gt;  &lt;li&gt;Extra-person charges may apply and vary depending on property policy&lt;/li&gt;&lt;li&gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&lt;/li&gt;&lt;li&gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&lt;/li&gt;&lt;li&gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&lt;/li&gt;&lt;li&gt;This property accepts credit cards; cash is not accepted&lt;/li&gt;&lt;li&gt;Safety features at this property include a fire extinguisher, a security system, a first aid kit, and window guards&lt;/li&gt;&lt;li&gt;This property affirms that it follows the cleaning and disinfection practices of Clean Promise (IHG)&lt;/li&gt;&lt;li&gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&lt;/li&gt;  &lt;/ul&gt;&lt;/p&gt;&lt;p&gt;Special Instructions : Front desk staff will greet guests on arrival.  Guests booked in breakfast included rate plans receive breakfast for up to 2 adults who are sharing a guestroom. Breakfast fees apply for additional guests. Guests booked in dinner included rate plans receive dinner for up to 2 adults who are sharing a guestroom. Dinner fees apply for additional guests.&lt;/p&gt;andnbsp;&lt;br/&gt;&lt;b&gt;Disclaimer notification: Amenities are subject to availability and may be chargeable as per the hotel policy.&lt;/b&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1438.28" OriginalAmount="1438.28">
      <BasicPropertyInfo StarRating="3" HotelCode="|099756" HotelName="Premier Inn Premier Inn London Putney Bridge" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1143337_foto_1.jpg</HotelPictures>
        <HotelDescription>Relaxing on the riverside, catching the big match or stepping into the city, the Premier Inn Putney Bridge has the perfect set up for your mini-break - whatever floats your boat. Stroll along the River Thames or around Fulham Palace Gardens. Spread your wings at the London Wetlands Centre. Cheer on your team at Fulham or Chelsea. Take in the tennis at Wimbledon. Then kick back in your spacious room - some of which come with fantastic views of the river or the city, all of which come with a 40 inch plasma TV, extra-comfy bed and the guarantee you'll drift off to a good night's sleep. All reservations placed at this hotel are subject to Premier Inn's standard Terms and Conditions, which can be found at premierinn.com</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1442" OriginalAmount="1442">
      <BasicPropertyInfo Latitude="51.4719345" Longitude="-0.3823078" StarRating="3" HotelCode="902585|77652" HotelName="Skylark Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>297 Bath Road, Hounslow, Middlesex TW3 3DB</AddressLine>
          </AddressLines>
          <CityName>Hounslow</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/348260/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B welcomes guests in Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1447.00" OriginalAmount="1447.00">
      <BasicPropertyInfo Latitude="51.494926487329" Longitude="-0.25509799874192" StarRating="2" HotelCode="145963|chiswick_lodge_hotel" HotelName="Chiswick Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>104 Turnham Green Terrace, Chiswick, London W4 1QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/10/1059248/mj4yFzGw_76a3aada5037c470b8386f08329e8e4a.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Chiswick Lodge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1450" OriginalAmount="1450">
      <BasicPropertyInfo Latitude="51.38213651" Longitude="-0.08582943" StarRating="3" HotelCode="586633|408170" HotelName="Westciti Caroco Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>35 Morland Avenue, Croydon CR0 6EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/758992/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1451" OriginalAmount="1451">
      <BasicPropertyInfo Latitude="51.455103" Longitude="-0.339707" StarRating="4" HotelCode="141807|128188" HotelName="London Marriott Hotel Twickenham" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>198 Whitton Road, Twickenham TW2 7BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/202697/a_202697_D1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located in the south stand of Twickenham Rugby Stadium, London. Guests are able to enjoy many local attractions including Hampton Court Palace, Kew Gardens and the River Thames. There are numerous restaurants, bars, clubs and shopping opportunities within walking distance of the hotel. There are also excellent public transport links nearby. Central London can be reached in about 20 minutes. The airports of Heathrow, Stansted, Luton and Gatwick are roughly 10 km, 80 km, 82 km and 70 km away, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1451.00" OriginalAmount="1451.00">
      <BasicPropertyInfo Latitude="51.555363335371" Longitude="-0.12991858895498" StarRating="2" HotelCode="145890|charlies_hotel__bb" HotelName="Charlies Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Anson Road, Tufnell Park, London N7 0AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/207250/gt_207250_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is within 5 minutes’ walking distance of Tufnell Park underground and railway station, with a 10-minute link to Central London. Finsbury Park and Camden Town, with its many shops and markets, are around a 30-minute drive from the hotel. Nearby airports include London Heathrow (24 km away), London Luton (40 km away), London Gatwick (43 km away) and London Stansted (45 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1452" OriginalAmount="1452">
      <BasicPropertyInfo Latitude="51.462039" Longitude="-0.298364" StarRating="2" HotelCode="104146|458062" HotelName="Shandon House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Church Road, Richmond - Upon - Thames, London TW9 1UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/145181/a_145181_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse enjoys a central location in Richmond. It is situated close to the rail, underground, bus and road (M3, M4, and M25) links and has a number of restaurants, bars, pubs, nightlife spots, tourist attractions and shops within 500 metres. Nearby airports include London Heathrow (17 km), London City (40 km), Luton (60 km), London Gatwick (75 km) and London Stansted (77 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1453" OriginalAmount="1453">
      <BasicPropertyInfo Latitude="51.481009629761" Longitude="-0.46171178772124" StarRating="4" HotelCode="779886|405705" HotelName="Staybridge Suites London - Heathrow Bath Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>276a Bath Road, West Drayton UB7 0DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/24411/3824411/1.jpg?f=15638270</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1463" OriginalAmount="1463">
      <BasicPropertyInfo Latitude="51.812329875482" Longitude="0.11553576322933" StarRating="3" HotelCode="129777|456898" HotelName="Manor of Groves Hotel, Golf &amp; Country Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Country House,Spa Hotel,Golf Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>High Wych, Sawbridgeworth, Hertfordshire CM21 0JU</AddressLine>
          </AddressLines>
          <CityName>Sawbridgeworth</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/187216/a_187216_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only 30 minutes from Central London by rail, with excellent road and rail links close by including easy access to the M11, M25, A1 and M1. A bus stop is within around 850 m and the bus and train stations are some 5 km away. The hotel is only 15 km from London Stansted Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1465" OriginalAmount="1465">
      <BasicPropertyInfo Latitude="51.51218628858" Longitude="-0.31157076358795" StarRating="3" HotelCode="906927|23639" HotelName="Travelodge London Ealing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Uxbridge Road, Ealing, London W5 5ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/248239/a_248239_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Travelodge London Ealing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1466" OriginalAmount="1466">
      <BasicPropertyInfo Latitude="51.47405" Longitude="-0.021159" StarRating="3" HotelCode="199817|36943" HotelName="Travelodge London Greenwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Blackheath Road, Greenwich, London SE10 8DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/285107/a_285107_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1469" OriginalAmount="1469">
      <BasicPropertyInfo Latitude="51.597694277635" Longitude="-0.51058530807495" StarRating="3" HotelCode="115520|456772" HotelName="De Vere Venues Denham Grove" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tilehouse Lane, Denham, Buckinghamshire UB9 5DG</AddressLine>
          </AddressLines>
          <CityName>Uxbridge</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/159144/a_159144_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just to the northwest of London, and getting to the city could not be simpler with easy access via the M40 and M25. The hotel is only about 10 km from the centre of Uxbridge, 10 minutes from the Wembley Stadium train station (25 km by car), whilst the city centre is about 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1469.28" OriginalAmount="1469.28">
      <BasicPropertyInfo Latitude="51.146127706128" Longitude="-0.1815989613533" StarRating="2" HotelCode="62535|4769755" HotelName="Travelodge Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 13/04/2025" HotelFacility="Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Church Road, Lowfield Heath, Crawley, West Sussex RH11 0PQ</AddressLine>
          </AddressLines>
          <CityName>Crawley</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/80778/a_80778_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located in Crawley.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1470" OriginalAmount="1470">
      <BasicPropertyInfo Latitude="51.391738773384" Longitude="-0.42506861233551" StarRating="4" HotelCode="79587|230843" HotelName="Holiday Inn London Shepperton" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Felix Lane, Shepperton TW17 8NP</AddressLine>
          </AddressLines>
          <CityName>Shepperton</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/05/055945/055945a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Shepperton. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1470" OriginalAmount="1470">
      <BasicPropertyInfo Latitude="51.639253590398" Longitude="-0.30901193618774" StarRating="3" HotelCode="130344|457711" HotelName="Village Hotel London Watford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Village,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cenntenial Avenue, Centennial Park, Elstree WD6 3SB</AddressLine>
          </AddressLines>
          <CityName>Elstree</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/188080/a_188080_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located just off junction 5 of the M1, 1.5 km from Elstree and Borehamwood train station, and just 30 minutes from central London. It is ideal for quick access to the M1, M25, A1 and Watford Junction railway station, as well as attractions such as Wembley Stadium, Legoland and Westfield Shopping Centre. Luton Airport is just 15 km from the hotel, and London Heathrow and Stansted Airport lie 25 km and 40 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1471" OriginalAmount="1471">
      <BasicPropertyInfo Latitude="51.376191" Longitude="-0.097858" StarRating="3" HotelCode="37754|10171" HotelName="Jurys Inn London Croydon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Wellesley Road, Croydon, South London CR0 9XY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/62291/k_62291_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, just 100 metres from a public transport connection. Bars, restaurants and shopping venues lie within 500 metres of the hotel and the nearest nightclub is located a mere 800 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1473.20" OriginalAmount="1473.20">
      <BasicPropertyInfo Latitude="51.488801473118" Longitude="-0.53627933995062" StarRating="3" HotelCode="81285|384645" HotelName="Holiday Inn Express London Heathrow T5" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>London Road, Slough, Berkshire SL3 8QB</AddressLine>
          </AddressLines>
          <CityName>Slough</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/109815/a_109815_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the major motorways - M4, M25, M40 - providing easy access from all directions. Heathrow Airport Terminal 5 is just 2 miles away and a shuttle service operates regularly to/from the terminals 1/2/3/5 (fees apply). The establishment is well positioned for touring the local tourist attractions such as Windsor and its historic castle, Henley and the theme parks at Legoland and Thorpe Park. For sporting or concert enthusiasts, Twickenham Rugby Stadium and the Arena and Stadium at Wembley are within easy reach. Approximate distances to other airports in the region include London City Airport (28 km), London Gatwick (58 km) and London Luton (56 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1475.00" OriginalAmount="1475.00">
      <BasicPropertyInfo Latitude="51.5095825" Longitude="-0.2727159" StarRating="3" HotelCode="144992|blue_star_hotel" HotelName="London Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Steyne Road, Acton, London W3 9NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/206294/a_206294_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1479.44" OriginalAmount="1479.44">
      <BasicPropertyInfo StarRating="3" HotelCode="|904261" HotelName="Norfolk Inn Paddington" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/954777_foto_1.jpg</HotelPictures>
        <HotelDescription>Make yourself at home in one of the 31 guestrooms. Bathrooms with showers are provided. Conveniences include coffee/tea makers, and housekeeping is provided on request.Featured amenities include a 24-hour front desk, luggage storage, and laundry facilities.With a stay at Norfolk Inn Paddington, you'll be centrally located in London, within a 5-minute drive of Hyde Park and Oxford Street.  This hotel is 0.8 mi (1.2 km) from Marble Arch and 2.5 mi (4.1 km) from Buckingham Palace.Distances are displayed to the nearest 0.1 mile and kilometer.  Kensington Gardens - 0.7 km / 0.4 mi  Marble Arch - 1.2 km / 0.8 mi  Park Lane - 1.3 km / 0.8 mi  Baker Street - 1.5 km / 0.9 mi  Madame Tussauds Wax Museum - 1.6 km / 1 mi  Sherlock Holmes Museum - 1.6 km / 1 mi  Hyde Park - 1.8 km / 1.1 mi  Kensington High Street - 1.9 km / 1.2 mi  Kensington Palace - 1.9 km / 1.2 mi  Royal Albert Hall - 2 km / 1.2 mi  Lord's Cricket Ground - 2.1 km / 1.3 mi  Oxford Street - 2.1 km / 1.3 mi  Regent's Park - 2.1 km / 1.3 mi  Imperial College London - 2.3 km / 1.4 mi  Portobello Road Market - 2.3 km / 1.4 mi  The nearest airports are:Heathrow Airport (LHR) - 26.1 km / 16.2 mi London City Airport (LCY) - 18.7 km / 11.6 mi Gatwick Airport (LGW) - 93.8 km / 58.3 mi Luton Airport (LTN) - 50.9 km / 31.6 mi</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1483" OriginalAmount="1483">
      <BasicPropertyInfo Latitude="51.507825996468" Longitude="-0.27304219517714" StarRating="4" HotelCode="489498|165304" HotelName="The King's Head Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>214 High Street, Acton, London W3 9NX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/17000000/16090000/16085100/16085014/286e5b56_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1486" OriginalAmount="1486">
      <BasicPropertyInfo Latitude="51.482560198505" Longitude="-0.4506762356167" StarRating="4" HotelCode="28974|5501" HotelName="Radisson Hotel &amp; Conference Centre London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Building A, Heathrow, Middlesex UB7 0DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46377/a_46377_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located outside of the city, close to a selection of nightclubs (50 m). Windsor Castle, Legoland and Hampton Court as well as the traditional English villages of Datchet and Eton are to be found in the vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1486.00" OriginalAmount="1486.00">
      <BasicPropertyInfo Latitude="51.5408" Longitude="-0.67224" StarRating="4" HotelCode="115483|grovefield_house_hotel" HotelName="The Grovefield House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taplow Common Road, Burnham, Slough, Buckinghamshire, SL1 8LR</AddressLine>
          </AddressLines>
          <CityName>Slough</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/159102/a_159102_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 40 rooms. Most of the storeys can be reached by lift. Services and facilities at the hotel include a restaurant, a dining area, a bar, room service, a laundry service and a conference room. Wireless internet access in public areas allows travellers to stay connected. There is also a garden. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1494" OriginalAmount="1494">
      <BasicPropertyInfo Latitude="51.455138" Longitude="0.152269" StarRating="4" HotelCode="80348|228979" HotelName="Marriott Bexleyheath" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Broadway, Bexleyheath, England, DA6 7JZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/02/025199/025199a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1494" OriginalAmount="1494">
      <BasicPropertyInfo Latitude="51.544521878123" Longitude="-0.088979601860046" StarRating="3" HotelCode="189758|199461" HotelName="Islington Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>366 Essex Road, Highbury, Islington, London N1 3PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/4/2/7/7/2/6/5/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1495" OriginalAmount="1495">
      <BasicPropertyInfo Latitude="51.481882" Longitude="-0.468293" StarRating="4" HotelCode="76622|205395" HotelName="Hyatt Place London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, The Grove, West Drayton UB7 0DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/104155/a_104155_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Heathrow overlooking and only a stone's throw from Heathrow Airport. The establishment is within easy reach of all major roads and only 5 minutes from all of the terminals at Heathrow Airport, where the underground is also available. Local buses also go from in front of the hotel to Heathrow Airport every 5 minutes. London City is about 24 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1503.00" OriginalAmount="1503.00">
      <BasicPropertyInfo Latitude="51.59156737" Longitude="-0.14359801" StarRating="3" HotelCode="502836|roseview_alexandra_palace_hotel" HotelName="Roseview Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Queens Avenue, Muswell Hill, London N10 3NR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/671036/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1511.04" OriginalAmount="1511.04">
      <BasicPropertyInfo Latitude="51.499345162181" Longitude="-0.22188171744347" StarRating="2" HotelCode="166889|867575" HotelName="Hotel 65" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Shepherds Bush Road, Hammersmith, London W6 7LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/316736/316736a_hb_a_027.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1530" OriginalAmount="1530">
      <BasicPropertyInfo Latitude="51.513297376958" Longitude="-0.18695681901431" StarRating="3" HotelCode="94592|205785" HotelName="Imperial Court Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>77-79 Inverness Terrace, London W2 3JT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/12000000/11470000/11466100/11466072/41c88954_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in London. The nearest airport is Imperial Court Studios.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1535.00" OriginalAmount="1535.00">
      <BasicPropertyInfo Latitude="51.52029609" Longitude="-0.17044424" StarRating="2" HotelCode="497131|publove_the_green_man_paddington" HotelName="PubLove @ The Green Man" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>308 Edgware Road, London W2 1DY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625043/625043a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London. For those in need of an adults-only holiday, it provides everything needed for a pleasant stay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1535.76" OriginalAmount="1535.76">
      <BasicPropertyInfo Latitude="51.528920962779" Longitude="-0.11943072080612" StarRating="3" HotelCode="915064|936735" HotelName="Point A Hotel London Kings Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>324 Gray's Inn Road, Kings Cross, London WC1X 8BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/277603/a_277603_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Point A Hotel London Kings Cross.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1541" OriginalAmount="1541">
      <BasicPropertyInfo Latitude="51.639303528602" Longitude="-0.28985291719437" StarRating="4" HotelCode="87672|275582" HotelName="Laura Ashley The Manor Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barnet Lane, Elstree WD6 3RE</AddressLine>
          </AddressLines>
          <CityName>Elstree</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/122565/a_122565_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This countryside hotel is set in landscaped gardens, surrounded by 4 hectares of natural woodland. It has excellent access to the M1, A1 and M25, and central London is within easy reach. The centre of Borehamwood is a 20-minute walk away and can be reached in 5 minutes by car. Heathrow and Luton airports are both 25 km from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1542" OriginalAmount="1542">
      <BasicPropertyInfo Latitude="51.452857" Longitude="0.245325" StarRating="4" HotelCode="41176|150812" HotelName="DoubleTree by Hilton Hotel Dartford Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Masthead Close, Crossways Business Park, Dartford DA2 6QF</AddressLine>
          </AddressLines>
          <CityName>Dartford</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/66449/a_66449_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 3.2 km from Bluewater, Europe’s leading shopping and leisure destination. The new Eurostar station, Ebbsfleet International, is only 8 km away, making this an ideal stopover destination on trips to Paris or Brussels. London City Airport is located 26 km from the hotel and London Gatwick is 57 km away. London Heathrow and Stansted Airport are both 61 km away, and London Luton Airport lies some 92 km from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1542" OriginalAmount="1542">
      <BasicPropertyInfo Latitude="51.528997" Longitude="-0.12166" StarRating="2" HotelCode="147327|199392" HotelName="Elmwood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Argyle Square, WC1H 8AS London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/314794/314794a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1543.00" OriginalAmount="1543.00">
      <BasicPropertyInfo Latitude="51.524297" Longitude="-0.184563" StarRating="4" HotelCode="114410|the_colonnade_the_little_venice_town_house" HotelName="The Colonnade" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Warrington Crescent, Little Venice, London W9 1ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/189477/189477a_hb_a_1028.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1544" OriginalAmount="1544">
      <BasicPropertyInfo Latitude="51.490937" Longitude="-0.30211499999996" StarRating="4" HotelCode="298478|40370" HotelName="Novotel London Brentford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Great West Road, Brentford, London TW80GP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/406696/a_406696_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in London. For business travellers, it provides everything needed for a pleasant stay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1544" OriginalAmount="1544">
      <BasicPropertyInfo StarRating="0" HotelCode="0|2179035" HotelName="IBIS LONDON GATWICK AIRPORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>London Road, Crawley, RH10 9GY, United Kingdom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/21/2179035/UsIktAmi_2b5ff95dc45f78c6e99209ace8171a84.jpg</HotelPictures>
        <HotelDescription>With an on-site restaurant and 24-hour front desk, Ibis Gatwick offers modern rooms and an airport shuttle service. The hotel is a 10-minute drive from all Gatwick Airport terminals.

The spacious bedrooms at Ibis Gatwick Hotel have private bathrooms and air conditioning. Rooms also feature flat-screen TVs, high-speed Wi-Fi access and tea/coffee facilities.

An all-you-can-eat breakfast buffet is available, featuring fresh and continental options. The restaurant offers light meals and snacks, and the modern bar serves a range of beverages.

Ibis Gatwick has on-site parking, and the shuttle service operates daily at an additional charge. There is also a bus stop opposite the hotel, with buses running to Gatwick.The airport can also be reached by bus in 45 minutes and by shuttle in 15 minutes.

The hotel is situated next to the Royal Industrial Estate and Oxford Aviation Academy, and the M23 motorway is a 5-minute drive away.&lt;br/&gt;The IBIS LONDON GATWICK AIRPORT is a  hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1559" OriginalAmount="1559">
      <BasicPropertyInfo Latitude="51.51122" Longitude="-0.18527" StarRating="3" HotelCode="47318|10492" HotelName="Central Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49/67 Queensborough Terrace, London W2 3SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10244/a_10244_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right at the centre of London, this hotel lies close to plenty of sightseeing attractions as well as shopping and entertainment venues. Kensington Gardens as well as two tube stations, Bayswater and Queensway, are all easily within walking distance of the hotel. Heathrow Airport is about 20 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1562.00" OriginalAmount="1562.00">
      <BasicPropertyInfo Latitude="51.419341" Longitude="-0.195034" StarRating="3" HotelCode="115492|antoinette_hotel_wimbledon" HotelName="Antoinette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>249-263 The Broadway, Wimbledon, London SW19 1SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/312590/312590a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Antoinette Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1566" OriginalAmount="1566">
      <BasicPropertyInfo Latitude="51.474129333333" Longitude="-0.089675333333333" StarRating="3" HotelCode="114486|55651" HotelName="Church Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-33 Camberwell Church Street, London, Greater London SE5 8TR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/316798/316798a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1566" OriginalAmount="1566">
      <BasicPropertyInfo Latitude="51.49200704953" Longitude="-0.21974265575409" StarRating="4" HotelCode="25549|547" HotelName="Novotel London West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Shortlands, Hammersmith International Centre, Hammersmith, London W6 8DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36541/a_36541_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With 3 of London's main tube lines within a 3 minute walk of the hotel, as well as innumerate bus lines, this property is an ideal base to explore the city. Locally, the Hammersmith Apollo Theatre is renowned for live music and comedy and the Lyric Theatre offers an interesting alternative on London's theatre scene. Kensington High Street is a must for those with an eye for fashion and for those with an interest in history, nearby Chiswick House is a glorious example of 18 th century British architecture.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1570" OriginalAmount="1570">
      <BasicPropertyInfo Latitude="51.692826048319" Longitude="-0.425599728836" StarRating="4" HotelCode="114988|456113" HotelName="Mercure London North Watford Hunton Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Essex Lane, Watford WD4 8PN</AddressLine>
          </AddressLines>
          <CityName>Watford</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/158541/a_158541_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in 9 hectares of landscaped gardens with leisure facilities. It is just over 5 km from Watford and 15 km from St Albans. Luton Airport is some 25 km away and it is approximately 40 km to London Heathrow Airport and 65 km to London Gatwick Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1570" OriginalAmount="1570">
      <BasicPropertyInfo Latitude="51.54755913" Longitude="-0.05631847" StarRating="2" HotelCode="440136|227717" HotelName="Kip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Aspland Grove, Hackney, London E8 1JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/648486/648486a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kip.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1572" OriginalAmount="1572">
      <BasicPropertyInfo Latitude="51.535019486819" Longitude="-0.27528584003448" StarRating="3" HotelCode="915063|200110" HotelName="Abbey Point Cafe and B&amp;B" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>300 Twyford Abbey Road, London NW10 7DD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/92/31/9231c8b57b21dda8cb050d36b3b53a9419c74b03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Abbey Point Cafe and B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1573" OriginalAmount="1573">
      <BasicPropertyInfo Latitude="51.516385" Longitude="-0.171086" StarRating="3" HotelCode="114702|14782" HotelName="Normandie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>96 Sussex Gardens, Paddington, London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/158226/gt_158226_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of London and a few minutes' walk from the Heathrow Express terminal at Paddington station, a major link for rail and underground services. London Heathrow Airport is situated at a distance of approximately 20 km, London Gatwick Airport some 39 km, London Luton Airport around 43 km and London Stansted Airport is roughly 50 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1581" OriginalAmount="1581">
      <BasicPropertyInfo Latitude="51.517473" Longitude="-0.29106400000001" StarRating="4" HotelCode="158880|199448" HotelName="Hotel 55" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Hanger Lane, London W5 3HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/343829/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel 55.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1586.16" OriginalAmount="1586.16">
      <BasicPropertyInfo Latitude="51.522625993344" Longitude="-0.084360480985652" StarRating="3" HotelCode="539896|2168955" HotelName="Point A Hotel, London Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Paul Street, London EC2A 4JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/585561/585561a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1589.28" OriginalAmount="1589.28">
      <BasicPropertyInfo StarRating="4" HotelCode="|A2B086" HotelName="Crowne Plaza London Heathrow T4, an IHG Hotel" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>HOUNSLOW</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1347623_foto_1.jpg</HotelPictures>
        <HotelDescription>Make yourself at home in one of the 304 air-conditioned rooms featuring minibars and Smart televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with bathtubs or showers feature designer toiletries and hair dryers. Conveniences include phones, as well as safes and desks.Stop by the hotel's restaurant, Urban Brasserie, for dinner. Dining is also available at the coffee shop/cafe, and 24-hour room service is provided. Quench your thirst with your favorite drink at the bar/lounge. Full breakfasts are served on weekdays from 6:00 AM to 10:00 AM and on weekends from 6:00 AM to 11:00 AM for a fee.Featured amenities include a business center, express check-out, and complimentary newspapers in the lobby. Planning an event in Hounslow? This hotel has facilities measuring 1313 square feet (122 square meters), including conference space. A roundtrip airport shuttle is provided for a surcharge at scheduled times, and self parking (subject to charges) is available onsite.Located in Hounslow (Heathrow Villages), Crowne Plaza London Heathrow T4, an IHG Hotel is within a 15-minute drive of Twickenham Stadium and Runnymede Air Forces Memorial.  This 4-star hotel is 6.8 mi (11 km) from Royal Botanic Gardens, Kew and 7.2 mi (11.5 km) from Thorpe Park.Distances are displayed to the nearest 0.1 mile and kilometer.  Kempton Racecourse - 7.6 km / 4.7 mi  Osterley Park and House - 8.3 km / 5.1 mi  Thames River - 8.7 km / 5.4 mi  Bushy Park - 8.9 km / 5.5 mi  Stockley Park - 9.4 km / 5.8 mi  Syon Park - 9.7 km / 6 mi  Liquid Leisure - 10.1 km / 6.3 mi  Twickenham Stadium - 10.3 km / 6.4 mi  Royal Botanic Gardens, Kew - 11 km / 6.8 mi  Thorpe Park - 11.5 km / 7.2 mi  Royal Holloway, University of London - 12.2 km / 7.6 mi  University of West London - 12.4 km / 7.7 mi  Runnymede - 12.6 km / 7.8 mi  Ealing Studios - 12.8 km / 8 mi  Hampton Court Palace - 12.8 km / 8 mi  The nearest airports are:Heathrow Airport (LHR) - 7.4 km / 4.6 mi Gatwick Airport (LGW) - 70 km / 43.5 mi London City Airport (LCY) - 104.8 km / 65.1 mi Luton Airport (LTN) - 60.5 km / 37.6 mi The preferred airport for Crowne Plaza London Heathrow T4, an IHG Hotel is Heathrow Airport (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1591.20" OriginalAmount="1591.20">
      <BasicPropertyInfo StarRating="4" HotelCode="|144509" HotelName="HOLIDAY INN LONDON - WATFORD J" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/954788_foto_1.jpg</HotelPictures>
        <HotelDescription>Central...This is a modern building.This accommodation has a medium lobby..</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1598" OriginalAmount="1598">
      <BasicPropertyInfo Latitude="51.425900241164" Longitude="-0.17821142023774" StarRating="3" HotelCode="450240|444260" HotelName="Pelican London Hotel And Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>203 Blackshaw Road, Tooting, London SW17 0BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/560280/w_560280_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1600" OriginalAmount="1600">
      <BasicPropertyInfo Latitude="51.36050953" Longitude="-0.19032467" StarRating="0" HotelCode="986334|511112" HotelName="Aparthotel Adagio London Sutton Point" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sutton Court Road, Sutton, London SM1 4FS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/e9/2b/e92be7ad01806519ea35b0ebca5749d89d62a093.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1604.00" OriginalAmount="1604.00">
      <BasicPropertyInfo Latitude="51.446831724276" Longitude="-0.4112734546311" StarRating="2.5" HotelCode="115390|travelodge_feltham" HotelName="Travelodge London Feltham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>High Street, Res Centre, Feltham TW13 4GU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/158996/a_158996_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1604.80" OriginalAmount="1604.80">
      <BasicPropertyInfo StarRating="3" HotelCode="|711035" HotelName="Holiday Inn London - Sutton" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/954730_foto_33.jpg</HotelPictures>
        <HotelDescription>Mandiacute;mese en el club de salud Spirit del hotel Holiday Inn London-Sutton, a 25 minutos en tren del centro de Londres. Entre en el luminoso hall, de estilo clandaacute;sico, del moderno Holiday Inn London-Sutton. Nos encontramos a 7 minutos a pie de la estaciandoacute;n de Sutton y a 45 minutos en coche de los aeropuertos de Gatwick y Heathrow. Alandoacute;jese en nuestro hotel si debe asistir a reuniones en las sedes de KBR, Pfizer UK, Unilever y Exxon Mobile, todas a menos de 10 km de distancia. Nuestro club de salud Spirit estandaacute; equipado con piscina cubierta, sauna, baandntilde;o turco y piscina para niandntilde;os independiente. Servimos un copioso buffet de desayuno, con platos frandiacute;os y calientes, en el soleado restaurante Junction. Podrandaacute; disfrutar de un suculento bistec en el menanduacute; de la cena. Reserve una de nuestras 11 salas de reuniones con luz natural del Holiday Inn London-Sutton. Todas las salas estandaacute;n equipadas con conexiandoacute;n inalandaacute;mbrica a Internet y minibar. Tambiandeacute;n disponemos de una sala de baile para 180 delegados.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1606" OriginalAmount="1606">
      <BasicPropertyInfo Latitude="51.52434518" Longitude="-0.09469895" StarRating="3" HotelCode="502921|408399" HotelName="easyHotel Old Street / Barbican" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>80 Old Street, London EC1V 9AZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/671239/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1617.00" OriginalAmount="1617.00">
      <BasicPropertyInfo Latitude="51.539046017994" Longitude="-0.05594635246582" StarRating="2" HotelCode="78099|city_inn_express_2" HotelName="City Inn Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>144a Mare Street, Hackney, E8 3SG London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0019/24239/1924239/1.jpg?f=15371936</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1622" OriginalAmount="1622">
      <BasicPropertyInfo Latitude="51.490535" Longitude="-0.138908" StarRating="1.5" HotelCode="94588|55306" HotelName="Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Belgrave Road, Victoria, London SW1V 2BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131407/gt_131407_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in the vicinity of the Victoria train station, within walking distance of many of London's main attractions, such as Buckingham Palace (1 km), the Houses of Parliament, the Tate Gallery, Big Ben (2 km), the London Eye (2 km), Westminster Abbey and Hyde Park (3 km). It is 1 km to Victoria metro station and guests will find Piccadilly Circus 4 km and Oxford Street shops just a 10-minute drive. It lies close to Victoria Rail and Coach Station offering easy access to Heathrow Airport (25 km) via the underground network and to Gatwick Airport (45 km) with the Gatwick Express.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1626.32" OriginalAmount="1626.32">
      <BasicPropertyInfo StarRating="3" HotelCode="|967731" HotelName="1 LEXHAM GARDENS HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/803503_foto_1.jpg</HotelPictures>
        <HotelDescription>Explore the capital of London from the boutique-style 1 Lexham Gardens Hotel set in the charming location of Kensington in West London. Whether you are here on business or for a special occasion, our hotel offers a welcoming and warm atmosphere from the moment you arrive.
We pride ourselves on affordable rates and room prices for such a desirable spot. The Royal Borough of Kensington is known as one of London's most fashionable neighbourhoods with beautiful open spaces, free museums and up-market attractions.
The 1 Lexham Gardens Hotel is only a short walk away from High Street Kensington, Hyde Park, The Natural History Museum, the famous Royal Albert Hall and Kensington Palace. We are also a great starting point for trips to the West End theatres and shopping trips in trendy Knightsbridge and Notting Hill. Spend the day exploring one of Kensington's fascinating museums and leafy gardens or head into Central London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1631.88" OriginalAmount="1631.88">
      <BasicPropertyInfo Latitude="51.524139" Longitude="-0.116486" StarRating="2" HotelCode="94586|312462" HotelName="Guilford House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Guilford Street, London WC1N 1DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/312462/312462a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Guilford House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1639.00" OriginalAmount="1639.00">
      <BasicPropertyInfo Latitude="51.503987676285" Longitude="-0.33376733201601" StarRating="4" HotelCode="77777|boston_manor_hotel" HotelName="Boston Manor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146-152 Boston Road, Hanwell, London W7 2HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/1000000/890000/888600/888585/5afe33d2_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Boston Manor.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1641.00" OriginalAmount="1641.00">
      <BasicPropertyInfo Latitude="51.468317690451" Longitude="-0.41878938674927" StarRating="3" HotelCode="370530|jurys_inn_london_heathrow_2" HotelName="Hilton Garden Inn London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Eastern Perimeter Road, Hatton Cross, London, Heathrow TW6 2SQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/70033/a_70033_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within 5 minutes' walk from Hatton Cross on the Piccadilly Line. The hotel is around 40 minutes from Piccadilly Circus on the Piccadilly Line and 15 minutes (including walk) from any of the 4 terminals at Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1649" OriginalAmount="1649">
      <BasicPropertyInfo Latitude="51.477895" Longitude="-0.013643" StarRating="4" HotelCode="38303|26133" HotelName="Novotel London Greenwich" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>173-185 Greenwich High Road, London SE10 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/63294/a_63294_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This AA new generation hotel, located in the heart of historic Greenwich, right next to the railway and DLR station, is just 12 minutes from Canary Wharf, the newest financial district in London, and 5 minutes’ walk from the National Maritime Museum and the Royal Observatory. Restaurants, bars and pubs are just a stone’s throw from the hotel. The clubs and shops at Canary Wharf can be reached in 10 minutes using public transport. Greenwich Park and the Meridian are 15 minutes away on foot, the O2 Arena is 20 minutes away on public transport and the Excel Exhibition Centre is 25 minutes from the hotel using public transport. London City Airport (LCY) is just 10 km away, London Heathrow Airport (LHR) is 35 km away and Gatwick Airport (LGW) is 69 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1652" OriginalAmount="1652">
      <BasicPropertyInfo Latitude="51.61180464" Longitude="-0.10938655" StarRating="2.5" HotelCode="580019|491041" HotelName="Forest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Green Lanes, Wood Green, London N13 6BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0026/94454/2694454/46.jpg?f=15502810</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1654" OriginalAmount="1654">
      <BasicPropertyInfo Latitude="51.47732429" Longitude="-0.01505847" StarRating="3" HotelCode="496620|215336" HotelName="Travelodge London Greenwich High Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Designated Smoking Area,Pets allowed,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Greenwich High Road, Greenwich, London SE10 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625887/625887a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;"Our London Greenwich High Road hotel is surrounded by must-see attractions like the Cutty Sark and beautiful Greenwich Park. A stone's throw from Greenwich Station and the DLR, it's also ideal for exploring the city centre.

Business travellers visiting the Greenwich Centre Business Park can walk there in minutes. Whatever your plans, you'll definitely want to squeeze in a walk up to the Royal Observatory for an incredible panoramic view.

All rooms feature a comfy king size bed with four plump pillows and a cosy duvet. Our on-site restaurant and bar serves breakfast and tasty evening meals."</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1657" OriginalAmount="1657">
      <BasicPropertyInfo Latitude="51.416709254573" Longitude="0.0022007055225686" StarRating="3" HotelCode="77032|85039" HotelName="The Bromley Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bromley Hill, Bromley  BR1 4JD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/104628/a_104628_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bromley Court Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1662" OriginalAmount="1662">
      <BasicPropertyInfo Latitude="51.657013140154" Longitude="-0.25035202503204" StarRating="4" HotelCode="32127|487008" HotelName="Holiday Inn London-Elstree M25, JCT.23" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barnett Bypass, Borehamwood, London WD6 5PU</AddressLine>
          </AddressLines>
          <CityName>Borehamwood</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51153/a_51153_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Greater London, around 20 minutes from the metropolis' centre by train. A shopping centre, with numerous shopping and entertainment opportunities lies close to the hotel, around 1.5 km away. London Luton and Heathrow airports are between 25 and 35 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1662" OriginalAmount="1662">
      <BasicPropertyInfo Latitude="51.507920413108" Longitude="0.022419490476523" StarRating="3" HotelCode="79815|55332" HotelName="ibis London Excel Docklands" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Western Gateway, Royal Victoria Dock, London E16 1AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/108012/p_108012_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Excel Docklands.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1663" OriginalAmount="1663">
      <BasicPropertyInfo Latitude="51.491567835524" Longitude="-0.19707262516022" StarRating="2" HotelCode="52705|10350" HotelName="Garden View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Nevern Square, London SW5 9PE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56932/a_56932_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family run hotel is situated in a peaceful location in the Earls Court district of the city, close to the Earls Court and Olympia exhibition centres. Earls Court underground station is within walking distance of the hotel, allowing guests easy and convenient access to the different attractions and districts of the city. In the evening, guests may pay a visit to one of the inviting restaurants or cosy pubs in the hotel's vicinity. The hotel is perfect for those guests wishing instead to have a dance in one of the famous London clubs. Plentiful shopping opportunities are also to be found in the vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1663.00" OriginalAmount="1663.00">
      <BasicPropertyInfo Latitude="51.494542049957" Longitude="-0.22776380181313" StarRating="2" HotelCode="94574|luma_concept_hotel_hammersmith" HotelName="Heeton Concept Hotel - Luma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28-36 Glenthorne Road, Hammersmith, London W6 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131391/a_131391_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in London, 450 yards from Hammersmith Apollo and 750 yards from Riverside Studios. Only 7 minutes’ walk from Hammersmith Tube station. Olympia Exhibition Centre is 0.7 miles from LUMA Concept Hotel, while Portobello Road Market is 1.7 miles away. London Heathrow Airport is 10 miles from the property.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="1664.04" OriginalAmount="1664.04">
      <BasicPropertyInfo Latitude="51.526437937036" Longitude="-0.12955605983734" StarRating="2" HotelCode="26975|193ccb" HotelName="The County Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-11 Upper Woburn Place, London WC1H 0JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39722/a_39722_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is situated at the heart of London, within walking distance of Euston and King's Cross railway stations. It is well served by the local underground network meaning that endless amounts of shops and entertainment venues as well as London's tourist attractions are easily reachable. Russell Square underground station is just 400 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1668.28" OriginalAmount="1668.28">
      <BasicPropertyInfo StarRating="3" HotelCode="|710685" HotelName="Holiday Inn Express Chingford North Circular" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/803409_foto_51.jpg</HotelPictures>
        <HotelDescription>Elija el hotel Holiday Inn Express London-Chingford-North Circular si desea poder llegar randaacute;pidamente al centro de Londres. Alandoacute;jese en Londres en el agradable Holiday Inn Express London-Chingford-North Circular, junto a la prandaacute;ctica carretera de circunvalaciandoacute;n North Circular y a pocos minutos en coche del Aeropuerto London City y el Aeropuerto de Stansted. Puede coger el autobanduacute;s y llegar en 10 minutos a la estaciandoacute;n Walthamstow Central para coger metros que le llevarandaacute;n al centro de Londres y, asandiacute;, dejar el coche en nuestro aparcamiento gratuito. Las instalaciones de los Juegos Olandiacute;mpicos y los Juegos Paralandiacute;mpicos de Londres 2012 estandaacute;n a 5 km. El Holiday Inn Express London-Chingford-North Circular se encuentra a 8 km en coche de las oficinas del parque empresarial Uplands y a 12, 5 km del Alexandra Palace, situado en lo alto de una colina. Utilice la conexiandoacute;n inalandaacute;mbrica a Internet en cualquier lugar del hotel, asandiacute; como en nuestra sala de reuniones con aire acondicionado y capacidad para 20 personas. Con la landiacute;nea Victoria del metro de Londres, desde Walthamstow Central llegarandaacute; a las populares tiendas de Oxford Street en 22 minutos. Sandiacute;rvase usted mismo en nuestro buffet de desayuno gratuito en el acogedor salandoacute;n principal.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1672" OriginalAmount="1672">
      <BasicPropertyInfo Latitude="51.5287" Longitude="-0.049052999999958" StarRating="3" HotelCode="309866|199531" HotelName="Plaza London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>115A-117A Roman Road, Bethnal Green, London E2 0QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/34483/1834483/38.jpg?f=15612841</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1681.00" OriginalAmount="1681.00">
      <BasicPropertyInfo Latitude="51.368511" Longitude="-0.099696" StarRating="3" HotelCode="154374|tulsi_croydon_aparthotel" HotelName="Flexistay Tulsi ApartHotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>256 High Street, Croydon CR0 1NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/313842/313842a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1690" OriginalAmount="1690">
      <BasicPropertyInfo Latitude="51.5154213" Longitude="-0.1716391" StarRating="3" HotelCode="263502|274673" HotelName="Abc Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 Sussex Gardens, London, Westminster W2 2RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/640805/640805a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Abc Hyde Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1690.12" OriginalAmount="1690.12">
      <BasicPropertyInfo StarRating="2" HotelCode="|924456" HotelName="ELMWOOD" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/887841_foto_1.jpg</HotelPictures>
        <HotelDescription>A 2-star hotel featuring 35 ensuite guestrooms, wireless Internet connection and a breakfast room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1691" OriginalAmount="1691">
      <BasicPropertyInfo Latitude="51.525294709562" Longitude="-0.055639185470454" StarRating="3" HotelCode="263539|36793" HotelName="Travelodge London Bethnal Green" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231-237 Cambridge Heath Road West, London E2 0EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/366992/a_366992_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 7 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1694" OriginalAmount="1694">
      <BasicPropertyInfo Latitude="51.50157386" Longitude="0.0524" StarRating="0" HotelCode="849353|490226" HotelName="London City Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 Albert Road, North Woolwich, London E16 2DY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/30000000/29290000/29280700/29280683/3a6f248c_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1699" OriginalAmount="1699">
      <BasicPropertyInfo Latitude="51.52754499" Longitude="-0.28598678" StarRating="4" HotelCode="986085|409780" HotelName="Hampton by Hilton London Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Western Avenue, Park Royal, Greater London, London W5 3BQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/1194422/a_1194422_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1701" OriginalAmount="1701">
      <BasicPropertyInfo Latitude="51.508380857035" Longitude="0.04285975082621" StarRating="3" HotelCode="305705|85040" HotelName="Holiday Inn Express London - Excel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1018 Dockside Road, E16 2FQ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/87636/d96a2a99-244c-44e8-b3ac-18d443d761cf.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1702" OriginalAmount="1702">
      <BasicPropertyInfo Latitude="51.891963" Longitude="0.264801" StarRating="4" HotelCode="337234|5716" HotelName="Radisson Blu London Stansted Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Waltham Close, London Stansted Airport, Essex CM24 1PP</AddressLine>
          </AddressLines>
          <CityName>Stansted</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56079/a_56079_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated within 2 minutes walk of Stansted airport's main terminal, which may be reached by passing along a covered passageway. This attractive hotel offers optimal transport links: there is a station within the airport from whence guests may travel to locations throughout the country. The Stansted Express takes just 45 minutes to travel to London Liverpool Street and the historic centre of Cambridge may be reached in 30 minutes</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1710.04" OriginalAmount="1710.04">
      <BasicPropertyInfo StarRating="4" HotelCode="|710781" HotelName="Holiday Inn Basildon" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/902454_foto_1.jpg</HotelPictures>
        <HotelDescription>Relandaacute;jese en los apacibles jardines del hotel Holiday Inn Basildon, situado junto a un lago y frente al Festival Leisure Park. Los extensos jardines y las vistas sobre el lago de gran belleza del Holiday Inn Basildon son un refugio a tan solo 10 minutos en coche de la autopista M25. Frente a nuestra zona de aparcamiento gratuito se encuentra el Festival Leisure Park, que dispone del club de salud Fitness First, el cine Empire y gran cantidad de bares y restaurantes. Invite a sus compaandntilde;eros de trabajo a los eventos que podrandaacute; celebrar en las 9 salas de reuniones con luz natural del Holiday Inn Basildon, todas ellas equipadas con conexiandoacute;n inalandaacute;mbrica a Internet. El parque empresarial Southfields y las oficinas de Ford, CNH New Holland y First Data se encuentran a tan solo unos minutos en coche del hotel. Desde nuestro hotel disfrutarandaacute; de fandaacute;cil acceso al centro de Londres. Los trenes tardan 40 minutos en llegar a la capital desde la estaciandoacute;n de tren de Basildon, situada a 3 km. Deje que sus niandntilde;os se lo pasen en grande con una visita al irresistible parque temandaacute;tico Adventure Island, situado a 19 km del hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1712" OriginalAmount="1712">
      <BasicPropertyInfo Latitude="51.4909" Longitude="-0.3029" StarRating="4" HotelCode="316396|399381" HotelName="Aparthotel Adagio London Brentford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ealing Road, Key Eye Tower, Brentford, London TW8 0FL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/407262/407262a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is within 1,5 km of Kew Gardens and a 15-minute drive of Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1713.00" OriginalAmount="1713.00">
      <BasicPropertyInfo Latitude="51.49089147108" Longitude="-0.14482453465462" StarRating="2" HotelCode="901540|sheriff_hotel_2" HotelName="Sheriff Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>115 Warwick Way, Victoria, London SW1V 4HT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/133845/133845a_hb_a_008.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a privileged location in central London in the Victoria and Westminster area. This area offers a large number of attractions and places of interest, such as Westminster Abbey, the Houses of Parliament, Big Ben and the Tate Gallery. Also nearby is Buckingham Palace, which is located across from the lovely St. James's Park. Shopping venues are about a 7-minute walk from the accommodation and Victoria Station is some 10 minutes way. London Heathrow Airport and London Gatwick Airport are approximately 22 and 36 km away, while London Luton Airport and London Stansted Airport are about 46 and 51 km from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1715" OriginalAmount="1715">
      <BasicPropertyInfo Latitude="51.52732067596" Longitude="-0.28311407040269" StarRating="4" HotelCode="510863|141680" HotelName="Park Plaza London Park Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>628 Western Avenue, London W3 0TA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/541384/541384a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1718" OriginalAmount="1718">
      <BasicPropertyInfo Latitude="51.480574457705" Longitude="-0.4460181031023" StarRating="4" HotelCode="28981|24972" HotelName="Renaissance London Heathrow Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Hounslow TW6 2AQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46389/a_46389_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies just a short distance from Heathrow Airport, Heathrow train station and Windsor Castle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1722" OriginalAmount="1722">
      <BasicPropertyInfo Latitude="51.498497905328" Longitude="-0.19086867570877" StarRating="4" HotelCode="24570|5055" HotelName="Copthorne Tara Hotel London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Scarsdale Place, Kensington, London W8 5SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/35501/a_35501_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated on High Street Kensington. Plenty of tourist attractions, like the Victoria and Albert Museum, Kensington Gardens as well as numerous shops and entertainment venues are all in the neighbourhood and there are links to the public transport network nearby enabling easier access to other areas of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1722" OriginalAmount="1722">
      <BasicPropertyInfo Latitude="51.504463" Longitude="-0.21912900000007" StarRating="4" HotelCode="284371|199919" HotelName="W12 Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Uxbridge Road, Shepherd's Bush, London, W12 8LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/218066/218066a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Shepherd's Bush. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1723.00" OriginalAmount="1723.00">
      <BasicPropertyInfo Latitude="51.610374450683594" Longitude="-0.25333499908447266" StarRating="3" HotelCode="0|goldbeaters_house" HotelName="Goldbeaters House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Golbeaters Grove, London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/68/1a/681a2926286511a30dbd6dec78a4bb3280506004.jpeg</HotelPictures>
        <HotelDescription>&lt;br /&gt;&lt;b&gt;Property Location: &lt;/b&gt;With a stay at Goldbeaters House in Edgware (Hale), you'll be 8 minutes by car from Hampstead Heath. This guesthouse is 4.7 mi (7.6 km) from SSE Arena, Wembley and 5 mi (8 km) from Wembley Stadium.&lt;br /&gt;&lt;b&gt;Attractions: &lt;/b&gt;Distances are displayed to the nearest 0.1 mile and kilometer.&lt;br /&gt;Hampstead Heath - 7.3 km / 4.5 mi&lt;br /&gt;SSE Arena, Wembley - 7.6 km / 4.7 mi&lt;br /&gt;Wembley Stadium - 8 km / 5 mi&lt;br /&gt;Alexandra Palace - 11.1 km / 6.9 mi&lt;br /&gt;Roundhouse - 12.4 km / 7.7 mi&lt;br /&gt;ZSL London Zoo - 12.7 km / 7.9 mi&lt;br /&gt;Regent's Park - 13.2 km / 8.2 mi&lt;br /&gt;Baker Street - 13.5 km / 8.4 mi&lt;br /&gt;Madame Tussaud's Wax Museum - 13.8 km / 8.6 mi&lt;br /&gt;Emirates Stadium - 14.3 km / 8.9 mi&lt;br /&gt;Finsbury Park - 14.4 km / 8.9 mi&lt;br /&gt;Marble Arch - 14.9 km / 9.3 mi&lt;br /&gt;Tottenham Court Road - 14.9 km / 9.3 mi&lt;br /&gt;Park Lane - 15 km / 9.3 mi&lt;br /&gt;Oxford Street - 15 km / 9.3 mi&lt;br /&gt;The nearest major airport is London (LCY-London City) - 37.7 km / 23.4 mi&lt;br /&gt;&lt;b&gt;Amenities: &lt;/b&gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access.&lt;br /&gt;&lt;b&gt;Business Amenities: &lt;/b&gt;Featured amenities include dry cleaning/laundry services and luggage storage. Free self parking is available onsite.&lt;br /&gt;&lt;b&gt;Rooms: &lt;/b&gt;Stay in one of 5 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with bathtubs or showers feature complimentary toiletries and hair dryers.&lt;br /&gt;&lt;b&gt;Dining: &lt;/b&gt;A complimentary continental breakfast is served daily from 6:30 AM to 10:00 AM.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant 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;Due to the epidemiological situation, tourist trips are limited throughout United Kingdom.&lt;br /&gt;&lt;ul&gt;  &lt;li&gt;No pets and no service animals are allowed at this property. &lt;/li&gt; &lt;/ul&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1727.80" OriginalAmount="1727.80">
      <BasicPropertyInfo Latitude="51.501762187605" Longitude="-0.1874703168869" StarRating="3" HotelCode="114615|313398" HotelName="London Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/03/2025" HotelFacility="Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>58 Kensington Court, Kensington, London W8 5DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/67286/1867286/1.jpg?f=15254872</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1729" OriginalAmount="1729">
      <BasicPropertyInfo Latitude="51.567960741476" Longitude="-0.099287331104279" StarRating="3" HotelCode="899481|37228" HotelName="Best Western London Highbury" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>372-374 Seven Sisters Road, London N4 2PG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/182266/a_182266_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel overlooks Finsbury Park, one of London's prettiest parks, and is easily accessible to central London. The establishment enjoys close proximity to London's entertainment and cultural districts, as well as some of the city's central business districts and sporting venues. It is just 1.5 km from the Emirates Stadium, home to Arsenal Football Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1730" OriginalAmount="1730">
      <BasicPropertyInfo Latitude="51.485512438434" Longitude="-0.12385655826643" StarRating="3" HotelCode="263544|212601" HotelName="Travelodge London Vauxhall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Bondway, Vauxhall, London SW8 1SJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/366997/a_366997_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1731" OriginalAmount="1731">
      <BasicPropertyInfo Latitude="51.51446055241" Longitude="-0.1915351673083" StarRating="3" HotelCode="888710|10772" HotelName="Royale Chulan Hyde Park London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Leinster Square, Westminster, London W2 4NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/137215/a_137215_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located between Notting Hill and Hyde Park in London's West End. Guests will find the nearest restaurants and bars just 150 m away in Westbourne Grove and it is 200 m to the nearest nightspots. Whiteleys Shopping Centre is 500 m, as is Queensway High Street. The property is close to Paddington mainline railway station with direct services to Heathrow Airport via the Heathrow Express (15 minutes). A fast overground rail service runs every 15 minutes. The nearest underground stations are Bayswater or Queensway. London Heathrow Airport is 17 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1732.00" OriginalAmount="1732.00">
      <BasicPropertyInfo Latitude="51.510996" Longitude="-0.18577" StarRating="4" HotelCode="94594|hyde_park_executive_apartments" HotelName="Hyde Park Executive Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-18 Inverness Terrace, London W2 3HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131415/a_131415_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located on Inverness Terrace, on the north side of Hyde Park. The establishment is just a 5-minute walk from the Queensway and Bayswater underground stations, and Oxford Street and Covent Garden are less than 10 minutes away by tube. Guests will find a number of bars, pubs, restaurants and shops in the vicinity, whilst sights such as Notting Hill can be reached within 15 minutes on foot. London Heathrow Airport and London Gatwick Airport are 24 and 60 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1737" OriginalAmount="1737">
      <BasicPropertyInfo Latitude="51.88745816" Longitude="0.25761181" StarRating="3" HotelCode="943403|261090" HotelName="Hampton by Hilton London Stansted Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Bassingbourn Road, Stansted CM24 1QW</AddressLine>
          </AddressLines>
          <CityName>Stansted</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/680071/a_680071_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Stansted.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1739" OriginalAmount="1739">
      <BasicPropertyInfo Latitude="51.873854301081" Longitude="-0.39565521559223" StarRating="3" HotelCode="264454|77154" HotelName="Hampton by Hilton London Luton Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42-50 Kimpton Road, Luton, London LU2 0NB</AddressLine>
          </AddressLines>
          <CityName>Luton</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/369543/a_369543_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Luton. The nearest airport is London - Luton International (LTN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1740" OriginalAmount="1740">
      <BasicPropertyInfo Latitude="51.542333974493" Longitude="0.0045330744701459" StarRating="2" HotelCode="114400|38963" HotelName="ibis London Stratford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1A Romford Road, Stratford, London E15 4LJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/157898/a_157898_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in East London, this newly refurbished hotel is 4 minutes away from Stratford Station, Westfield shopping centre and the new Olympics site, and it offers easy access to Canary Wharf, the ExCel Centre, the O2 Arena and Central London (20 minutes by tube).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1740" OriginalAmount="1740">
      <BasicPropertyInfo Latitude="51.4907074" Longitude="-0.05346" StarRating="3" HotelCode="267546|58074" HotelName="London Stay Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Rotherhithe New Road, London SE16 2BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/191207/191207a_hb_a_831.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is London Stay Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1742" OriginalAmount="1742">
      <BasicPropertyInfo Latitude="51.525212129347" Longitude="-0.12637577911585" StarRating="1.5" HotelCode="114418|199566" HotelName="St Athans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Tavistock Place, Russell Square, London WC1H 9RE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/348139/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1744.12" OriginalAmount="1744.12">
      <BasicPropertyInfo StarRating="4" HotelCode="|A25F38" HotelName="Holiday Inn London Heathrow - Bath Road, an IHG Hotel" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>WEST DRAYTON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1339297_foto_1.jpg</HotelPictures>
        <HotelDescription>Stay in one of 433 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with bathtubs or showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and desks.Enjoy a meal at the restaurant or snacks in the coffee shop/cafe. The hotel also offers 24-hour room service. Wrap up your day with a drink at the bar/lounge. Buffet breakfasts are served on weekdays from 6 AM to 10 AM and on weekends from 6:30 AM to 10:30 AM for a fee.Featured amenities include a 24-hour business center, express check-out, and dry cleaning/laundry services. This hotel has 6 meeting rooms available for events. Self parking (subject to charges) is available onsite.With a stay at Holiday Inn London Heathrow - Bath Road, an IHG Hotel in West Drayton, you'll be 3.1 mi (4.9 km) from Stockley Park and 6.4 mi (10.3 km) from Twickenham Stadium.  This 4-star hotel is 9.6 mi (15.5 km) from Thorpe Park and 11.7 mi (18.8 km) from LEGOLAND� Windsor.Distances are displayed to the nearest 0.1 mile and kilometer.  Stockley Park - 4.9 km / 3 mi  London Motor Museum - 4.9 km / 3 mi  Brunel University - 7.1 km / 4.4 mi  Liquid Leisure - 8.1 km / 5 mi  Thames River - 9 km / 5.6 mi  Osterley Park and House - 9.4 km / 5.8 mi  Twickenham Stadium - 10.3 km / 6.4 mi  Syon Park - 10.6 km / 6.6 mi  Syon House - 10.6 km / 6.6 mi  Eton College - 11.7 km / 7.3 mi  Royal Botanic Gardens, Kew - 11.8 km / 7.4 mi  Bushy Park - 12.2 km / 7.6 mi  Strawberry Hill - 12.3 km / 7.7 mi  Royal Holloway, University of London - 12.8 km / 8 mi  Frogmore House - 13.2 km / 8.2 mi  The nearest airports are:Heathrow Airport (LHR) - 2.2 km / 1.4 mi Gatwick Airport (LGW) - 70.6 km / 43.8 mi London City Airport (LCY) - 101 km / 62.7 mi Luton Airport (LTN) - 57.1 km / 35.5 mi The preferred airport for Holiday Inn London Heathrow - Bath Road, an IHG Hotel is Heathrow Airport (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1746.04" OriginalAmount="1746.04">
      <BasicPropertyInfo StarRating="4" HotelCode="|971734" HotelName="LEONARDO HOTEL LONDON CROYDON" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>CROYDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/905274_foto_1.jpg</HotelPictures>
        <HotelDescription>Guests visiting London for business or pleasure, our hotel in Croydon is perfect for those not wishing to be in the hustle and bustle of busy London, but still close by. Our Croydon property offers affordable hotel rooms at a central location with The Whitgift Shopping centre over the road and East Croydon Station a short 3-4 minute walk away. if you are travelling abroad, Croydon offers an ideal stop over location with frequent train services to Gatwick Airport which is only a 20 minute ride away. Our Croydon hotel has 240 spacious rooms, which are able to accommodate up to three adults or two adults and two children under twelve. With a large soft bed, an en-suite bathroom and a flat screen TV with Freeview on offer, Leonardo Hotel London Croydon provides both business and pleasure guests all the essentials they need. For those wanting to go into Central London for a leisure day, or for business, East Croydon Station is a short 17 minute train ride to London Victoria or London Bridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1749" OriginalAmount="1749">
      <BasicPropertyInfo Latitude="51.498955833161" Longitude="-0.31481508197567" StarRating="2" HotelCode="389614|58109" HotelName="Northfields Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Northfield Avenue Northfield Avenue, Brentford W5 4UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/38/381748/381748a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is situated in Ealing. A total of 25 guests rooms are available for guests' convenience at Northfields Hostel. Pets are not allowed at Northfields Hostel. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1749" OriginalAmount="1749">
      <BasicPropertyInfo Latitude="51.57421157" Longitude="-0.09779431" StarRating="3.5" HotelCode="324163|199907" HotelName="United Lodge Hotel and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/03/2025" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>368-370 Green Lanes, London N4 1DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/491236/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is United Lodge Hotel and Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1749.64" OriginalAmount="1749.64">
      <BasicPropertyInfo Latitude="51.377813" Longitude="-0.095798" StarRating="3" HotelCode="905882|316062" HotelName="Hampton by Hilton London Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Dingwall Road, Croydon CR0 2NB, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/241864/a_241864_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers quick and direct transport links to Gatwick Airport, Victoria and London Bridge from East Croydon station (5 minute walk from the hotel).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1751.00" OriginalAmount="1751.00">
      <BasicPropertyInfo Latitude="51.41368511" Longitude="-0.30543318" StarRating="4" HotelCode="446572|doubletree_by_hilton_london_kingston_upon_thames" HotelName="DoubleTree by Hilton Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Skerne Road, Kingston upon Thames, KT2 5FJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/556319/a_556319_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1754" OriginalAmount="1754">
      <BasicPropertyInfo Latitude="51.512047739136" Longitude="-0.18657982349396" StarRating="3" HotelCode="10844|14257" HotelName="Berjaya Eden Park London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35-39 Inverness Terrace, Bayswater, London W2 3JS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/8842/a_8842_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel was renovated in 2009 and is located in Bayswater, just a short walk from Hyde Park and one stop from Marble Arch. It is an ideal location for shopping and visiting plenty of restaurants, bars and pubs, which are all within walking distance.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1756" OriginalAmount="1756">
      <BasicPropertyInfo Latitude="51.510989" Longitude="-0.074045" StarRating="3" HotelCode="137293|36332" HotelName="Travelodge London Central Tower Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Goodmans Yard, Lloyds Court Business Centre, London E1 8AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/197155/a_197155_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1756.16" OriginalAmount="1756.16">
      <BasicPropertyInfo StarRating="3" HotelCode="|825947" HotelName="IBIS LONDON GREENWICH" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/886760_foto_47.jpg</HotelPictures>
        <HotelDescription>Relax with a drink in our stylish 24hr lobby bar, stay connected with free fibre Wi-Fi throughout the building, and tuck into a filling breakfast (cooked breakfast with several options or a fresh continental spread - the choice is yours) each morning at the linked Caf� Rouge. ibis London Greenwich merges a great location with all the necessary comforts, so that you enjoy a relaxing break at budget-friendly prices.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1757" OriginalAmount="1757">
      <BasicPropertyInfo Latitude="51.507818791377" Longitude="0.019602146700297" StarRating="4" HotelCode="503963|200226" HotelName="Good Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Western Gateway, Royal Victoria Dock, London E16 1FA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548161/548161a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The friendly staff at the guest services desk are happy to answer any questions. Wireless internet access in public areas allows passengers to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1758" OriginalAmount="1758">
      <BasicPropertyInfo Latitude="51.488671" Longitude="-0.13956" StarRating="3" HotelCode="114287|57801" HotelName="St George's Pimlico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Conference Hall,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 &amp; 115 St. Georges Drive, London SW1V 4DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/157775/gt_157775_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This London property is close to Westminster Cathedral and Vauxhall Bridge. Also nearby are Chelsea Bridge and Tate Britain. Pimlico underground station is just 450 metres from the city hotel and other nearby places of interest include Oxford Street and its many shops (3.5 km away), Big Ben (3 km away), Hyde Park (2 km away), Buckingham Palace (2 km away) and Piccadilly Circus (4 km away). Nearby airports include London Heathrow (25 km), London Gatwick (45 km), London Luton (55 km) and London Stansted (60 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1762" OriginalAmount="1762">
      <BasicPropertyInfo Latitude="51.52855141" Longitude="-0.12267787" StarRating="2" HotelCode="325132|200007" HotelName="King's Cross Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>60 Argyle Street, London WC1H 8ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0019/75478/1975478/210.jpg?f=15628999</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is King's Cross Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1762" OriginalAmount="1762">
      <BasicPropertyInfo Latitude="51.56599406" Longitude="-0.10226167" StarRating="3" HotelCode="325741|200665" HotelName="Queens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>324 Seven Sisters Road, Finsbury Park, London N4 2AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/85601/e076d7c0-e118-4847-b885-205a85b82794.jpg?d=636625828810000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Queens Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1770.00" OriginalAmount="1770.00">
      <BasicPropertyInfo Latitude="51.52252796664" Longitude="-0.086988244274835" StarRating="3" HotelCode="67591|travelodge_london_central_city" HotelName="Travelodge London Central City Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-23 City Road, London EC1Y 1AG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/87416/a_87416_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel ist a 2-minute walk from Old Street tube station and a 1 km walk from St Paul's Cathedral.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1771" OriginalAmount="1771">
      <BasicPropertyInfo Latitude="51.40407986" Longitude="-0.41235797" StarRating="4" HotelCode="354974|458281" HotelName="The Flower Pot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Thames Street, Sunbury on Thames, Middlesex TW16 6AA</AddressLine>
          </AddressLines>
          <CityName>Sunbury-on-Thames</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0020/47244/2047244/1.jpg?f=15060765</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Sunbury-on-Thames.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1773.00" OriginalAmount="1773.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="986194|courtyard_by_marriott_london_city_airport" HotelName="Courtyard by Marriott London City Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Connaught Road, Silvertown, London E16 2AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/3c/bf/3cbff69abd65ec15d52192caa03a39dd94d2348d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1775" OriginalAmount="1775">
      <BasicPropertyInfo Latitude="51.482571799992" Longitude="-0.45067897613159" StarRating="4" HotelCode="986178|425094" HotelName="Radisson RED Hotel London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Building B, West Drayton, Heathrow, London UB7 0DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/1245300/a_1245300_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1775.00" OriginalAmount="1775.00">
      <BasicPropertyInfo Latitude="51.514617321542" Longitude="0.0091424115319268" StarRating="3" HotelCode="573045|ibis_london_canning_town" HotelName="ibis London Canning Town" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>8 Silvertown Way, London E16 1ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/690182/a_690182_P2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1778.44" OriginalAmount="1778.44">
      <BasicPropertyInfo StarRating="3" HotelCode="|711003" HotelName="HOLIDAY INN BRENTWOOD" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/901810_foto_1.jpg</HotelPictures>
        <HotelDescription>This modern hotel is located 34 km from London and 36 km from Stansted airport. From the hotel, the Lakeside Shopping Centre is easily accessible and there is also very good access to the M25 motorway (junction 28).This air-conditioned airport hotel is very well suited to business travellers. The inviting lobby houses a 24-hour reception desk, a hotel safe and a currency exchange desk. An � la carte restaurant and a hairdresser are also available for use. A laundry service rounds off the hotel's facilities and there is a car park available for guests arriving by car.The rooms all come with an en suite bathroom with bathtub and hairdryer, satellite/ cable TV, and a radio. A minibar, tea and coffee making facilities and centrally regulated air conditioning are also provided in every room as standard.Guests may take advantage of the indoor swimming pool, sauna and range of spa offerings within the well-kept hotel grounds. Sports enthusiasts may alternatively pay a visit to the gym or enjoy a game of golf.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1782" OriginalAmount="1782">
      <BasicPropertyInfo Latitude="51.514223" Longitude="-0.178275" StarRating="3" HotelCode="18495|1446" HotelName="The Royal Eagle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-30 Craven Road, London W2 3QB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22987/a_22987_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the heart of London, just a few metres from Hyde Park and the famous Oxford Street. Theaterland, countless galleries and museums are all situated in the near vicinity, as are a range of shops, restaurants, and bars. The nearest public transport stop can be reached in a few minutes on foot (around 300 m).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1784.08" OriginalAmount="1784.08">
      <BasicPropertyInfo StarRating="3" HotelCode="|440234" HotelName="ABC Hyde Park Hotel" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1074742_foto_1.jpg</HotelPictures>
        <HotelDescription>Stay in one of 37 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones and coffee/tea makers, and housekeeping is provided daily.Featured amenities include a 24-hour front desk, luggage storage, and a safe deposit box at the front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite.With a stay at ABC Hyde Park Hotel in London (London City Centre), you'll be within a 5-minute drive of Hyde Park and Oxford Street.  This hotel is 0.7 mi (1.2 km) from Marble Arch and 2.4 mi (3.9 km) from Buckingham Palace.Distances are displayed to the nearest 0.1 mile and kilometer.  Kensington Gardens - 0.7 km / 0.4 mi  Marble Arch - 1.2 km / 0.7 mi  Park Lane - 1.2 km / 0.8 mi  Baker Street - 1.3 km / 0.8 mi  Madame Tussauds Wax Museum - 1.5 km / 0.9 mi  Sherlock Holmes Museum - 1.5 km / 0.9 mi  Hyde Park - 1.7 km / 1.1 mi  Kensington High Street - 1.8 km / 1.1 mi  Kensington Palace - 1.8 km / 1.1 mi  Royal Albert Hall - 1.9 km / 1.2 mi  Oxford Street - 2.1 km / 1.3 mi  Regent's Park - 2.1 km / 1.3 mi  Imperial College London - 2.2 km / 1.4 mi  Lord's Cricket Ground - 2.2 km / 1.4 mi  Hyde Park Corner - 2.3 km / 1.4 mi  The nearest airports are:Heathrow Airport (LHR) - 27.1 km / 16.8 mi London City Airport (LCY) - 18.5 km / 11.5 mi Gatwick Airport (LGW) - 94.8 km / 58.9 mi Luton Airport (LTN) - 50.8 km / 31.5 mi The preferred airport for ABC Hyde Park Hotel is Heathrow Airport (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1787" OriginalAmount="1787">
      <BasicPropertyInfo Latitude="51.911489" Longitude="-0.386068" StarRating="3" HotelCode="114890|38875" HotelName="Hilton Garden Inn Luton North" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Butterfield Hitchin Road Stopsley, Luton LU2 8DD</AddressLine>
          </AddressLines>
          <CityName>Luton</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/158426/a_158426_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located, with the city of London just 58 km away. The hotel is also within easy reach of the M1 Motorway. Local business parks and London Luton Airport are 5.8 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1789.00" OriginalAmount="1789.00">
      <BasicPropertyInfo Latitude="51.514309547827" Longitude="-0.19181817770004" StarRating="2" HotelCode="25512|lords_hotel" HotelName="Lords" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Leinster Square, Bayswater, London W2 4PR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/37190/a_37190_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a peaceful location, just a few paces from the lively town centre. The nearest public transport links are within walking distance of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="1791.33" OriginalAmount="1791.33">
      <BasicPropertyInfo Latitude="51.523023555531" Longitude="-0.25941252708435" StarRating="3" HotelCode="33048|112eed" HotelName="Holiday Inn Express London - Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Victoria Road, North Acton, London W3 6UP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/52485/a_52485_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers easy access to central London, which is 18 km away, and to sights such as Kew Gardens, the Royal Albert Hall, London Zoo and Wembley Conference &amp;amp; Exhibition Centre. London Heathrow Airport is 20 km from the hotel and Luton and Gatwick airports are 55 km and 60 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1792" OriginalAmount="1792">
      <BasicPropertyInfo Latitude="51.529201295888" Longitude="-0.11563271284103" StarRating="3" HotelCode="36914|9450" HotelName="Travelodge London Kings Cross Royal Scot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Kings Cross Road, London WC1X 9DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60595/a_60595_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on King's Cross Road making it the ideal stopover point for both business and leisure tourists to the city. Both King's Cross and Farrington underground stations are just a short walk from the hotel meaning that guests may access many of the city's most popular sights and attractions. Various shopping and entertainment venues are located in the hotel's vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1794" OriginalAmount="1794">
      <BasicPropertyInfo Latitude="51.524433729464" Longitude="-0.12829542160034" StarRating="3" HotelCode="18178|9498" HotelName="The Tavistock Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-55 Tavistock Square, London WC1H 9EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22564/a_22564_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a wonderful view of the Tavistock Square gardens in the heart of Bloomsbury. It is conveniently situated close to Russell Square underground station with direct access to Heathrow (Piccadilly Line). Euston, St. Pancras and King's Cross stations are also only a short walk away as well as Convent Garden, Oxford Street, theatres and the British Museum.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1796" OriginalAmount="1796">
      <BasicPropertyInfo Latitude="51.515699268803" Longitude="-0.072465332079219" StarRating="3" HotelCode="75511|17185" HotelName="ibis London City - Shoreditch Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Commercial Street, London E1 6BF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/102810/a_102810_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1799" OriginalAmount="1799">
      <BasicPropertyInfo Latitude="51.477600675286" Longitude="-0.51735674603265" StarRating="4" HotelCode="173499|31225" HotelName="Hilton London Heathrow Airport Terminal 5" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Spa Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Poyle Road, Colnbrook, London SL3 0FF</AddressLine>
          </AddressLines>
          <CityName>Colnbrook</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/243744/a_243744_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is surrounded by beautiful landscaped grounds. Royal Windsor theatre lies 8 km away. Thorpe Park theme park is 11 km and Queen Mary's Doll's House is 8 km away. Wraysbury bus and train station is approximately 5 minutes' drive away. The hotel is 7 km from London Heathrow Airport and 5 km from Heathrow Terminal T5.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1799.00" OriginalAmount="1799.00">
      <BasicPropertyInfo Latitude="51.527649430223" Longitude="-0.086683630943298" StarRating="3" HotelCode="173754|premier_inn_london_city_old_street" HotelName="Premier Inn London City (Old Street)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Corsham Street, London N1 6DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/540149/2018528152525605.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1800" OriginalAmount="1800">
      <BasicPropertyInfo Latitude="51.8818" Longitude="-0.416086" StarRating="3" HotelCode="151209|70185" HotelName="Leaside Gastrotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 New Bedford Road, access via Villa Road, Luton LU3 1BT</AddressLine>
          </AddressLines>
          <CityName>Luton</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/342536/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Luton. The nearest airport is London - Luton International (LTN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1803" OriginalAmount="1803">
      <BasicPropertyInfo Latitude="51.156402" Longitude="-0.16287999999997" StarRating="3" HotelCode="296652|223881" HotelName="Bloc Hotel Gatwick" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>South Terminal, Gatwick Airport, Gatwick, West Sussex RH6 0NN</AddressLine>
          </AddressLines>
          <CityName>Gatwick</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/444522/444522a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Gatwick. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1807" OriginalAmount="1807">
      <BasicPropertyInfo Latitude="51.529604271707" Longitude="-0.29428124427795" StarRating="4" HotelCode="29190|35759" HotelName="Crowne Plaza London Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Western Avenue, Hanger Lane Gyratory System, Ealing, London W5 1HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46918/a_46918_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the city centre of London, where guests will discover many shopping and entertainment venues as well as the particularly close by botanic gardens. Links to the public transport system are only 10m from the hotel and shopping facilities around 200m away. Restaurants and bars can be reached within 500m and Heathrow airport is just 20km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1807" OriginalAmount="1807">
      <BasicPropertyInfo Latitude="51.48308846165" Longitude="-0.31244873659705" StarRating="4" HotelCode="38270|33988" HotelName="Holiday Inn London-Brentford Lock" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Commerce Road, Brentford, London TW8 8GA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/63219/a_63219_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located right beside Brentford Lock, directly on a main road. The hotel is situated conveniently for access to the A4 and M4 which lead to the M25. Brentford train station is a 15 minute walk away from when trains depart directly for London. The nearest shopping and sightseeing opportunities such as Twickenham Rugby Stadium and Kew Gardens are around 20 minutes away by car or public transport. Heathrow airport is located roughly 30 minutes drive from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1808" OriginalAmount="1808">
      <BasicPropertyInfo Latitude="51.496651102955" Longitude="-0.20635843276978" StarRating="4" HotelCode="31270|1129" HotelName="Hilton London Olympia" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>380 Kensington High Street, W14 8NL London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49954/a_49954_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated on bustling and fashionable Kensington High Street, a 5-minute walk from Olympia Exhibition Centre. Numerous shops, restaurants, bars and pubs are within easy reach. Links to public transport can be found in the immediate vicinity of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1810" OriginalAmount="1810">
      <BasicPropertyInfo Latitude="51.492708" Longitude="-0.250816" StarRating="3" HotelCode="78070|35750" HotelName="Best Western Chiswick Palace &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71-73 Chiswick High Road, London W4 2LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/105847/a_105847_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located on Chiswick High Road and is a mere 30-minute journey from central London. The nearest tube station is Turnham Green on the District Line, which is a scenic 5-minute walk away. Due to its central position, the hotel is only a short distance from London's night life, cinemas and restaurants. The hotel is also conveniently surrounded by numerous well-known pubs, cafés and boutique shops. All parts of London are easily reached by underground, bus and taxi. Heathrow Airport can be reached in about 30 minutes. Other airports include London City, London Luton, Stansted and Gatwick, which are roughly 26 km, 57 km, 75 km and 81 km away, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1812" OriginalAmount="1812">
      <BasicPropertyInfo Latitude="51.511674" Longitude="-0.185105" StarRating="3" HotelCode="18470|2076" HotelName="The Queen's Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Queensborough Terrace, London W2 3SJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22940/a_22940_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located at the heart of London, close to Hyde Park and further sightseeing attractions. The nearest underground stations, Queensway and Bayswater, are approximately 5 minutes from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1814.00" OriginalAmount="1814.00">
      <BasicPropertyInfo Latitude="51.51562501" Longitude="-0.17352437" StarRating="3" HotelCode="497027|falcon_hotel_2" HotelName="Falcon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Norfolk Square, London W2 1RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/69691/1869691/1.jpg?f=15383870</HotelPictures>
        <HotelDescription>&lt;br/&gt;A full traditional English breakfast is included in the room price, is served each morning in the breakfast room from 7.30 am (8.00 weekends) and lets you in the best way to deal with your day to be tourists or business meetings business morning.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1815" OriginalAmount="1815">
      <BasicPropertyInfo Latitude="51.515830154596" Longitude="-0.17211467027664" StarRating="3" HotelCode="24546|2003" HotelName="The Royal Cambridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124-126 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/313768/313768a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1819" OriginalAmount="1819">
      <BasicPropertyInfo Latitude="51.458986956818" Longitude="-0.4410544047546" StarRating="4" HotelCode="28979|24973" HotelName="Hilton London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 4, Hounslow TW6 3AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46384/a_46384_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is directly linked via walkway to Heathrow Airport Terminal 4 and offers a free shuttle bus to Terminal 5. Terminals 1, 2 and 3 can be accessed by taking the London Underground train directly from Terminal 4.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1825" OriginalAmount="1825">
      <BasicPropertyInfo Latitude="51.52703066" Longitude="-0.13743933" StarRating="3" HotelCode="447494|444296" HotelName="Studios 2 Let North Gower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>192 North Gower Street, London NW1 2LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/624597/624597a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1830.00" OriginalAmount="1830.00">
      <BasicPropertyInfo Latitude="51.506946810816" Longitude="-0.0070553715787582" StarRating="3" HotelCode="114269|ibis_london_docklands_canary_wharf" HotelName="ibis London Docklands Canary Wharf Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Baffin Way, Off Preston Road, London E14 9PE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/157757/a_157757_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1832.96" OriginalAmount="1832.96">
      <BasicPropertyInfo StarRating="3" HotelCode="|750420" HotelName="IBIS LONDON EXCEL DOCKLANDS HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/887123_foto_1.jpg</HotelPictures>
        <HotelDescription>For round-the-clock refreshments, our modern, welcoming bar and restaurant offers up varied international cuisine and all your favourite drinks - from a piping-hot coffee to an ice-cold GandT. Free fibre Wi-Fi offers speedy connectivity throughout, and each of our 278 bedrooms is equipped with our famous soft furnishings, Sweet Beds and power showers (all of which have earned us glowing reviews from happy customers).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1833" OriginalAmount="1833">
      <BasicPropertyInfo Latitude="51.156623" Longitude="-0.152972" StarRating="4" HotelCode="146398|31387" HotelName="Courtyard London Gatwick Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>London Gatwick Airport, Buckingham Gate, Gatwick RH6 0NT</AddressLine>
          </AddressLines>
          <CityName>Gatwick</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/207819/a_207819_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within Gatwick Airport. It is approximately 8 minutes’ walk from the South Terminal and the North Terminal can be easily reached via the airport transit train. Business travellers can enjoy easy access to central London, being just 30 minutes away from London Victoria by Gatwick Express Train. Approximate distances to other airports in the region include Haverfordwest Aerodrome (166 km), London City Airport (74 km), Dover Air Force Base (128 km), Southampton Airport (151 km), Stansted Airport (114 km), Heathrow Airport (74 km) and Luton Airport (115 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1834.00" OriginalAmount="1834.00">
      <BasicPropertyInfo Latitude="51.49378838" Longitude="-0.18987626" StarRating="2" HotelCode="409058|anwar_house" HotelName="Anwar House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet,LCD/Projector">
        <Address>
          <AddressLines>
            <AddressLine>31 Collingham Place, Earls Court, London SW5 0QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/509625/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Anwar House in London (Kensington), you'll be convenient to Kensington Roof Gardens and Imperial College London.  This guesthouse is close to Royal Albert Hall and Harrods.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Stay in one of 15 guestrooms featuring flat-screen televisions. Bathrooms with showers are provided. Housekeeping is provided daily, and refrigerators can be requested.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1842" OriginalAmount="1842">
      <BasicPropertyInfo Latitude="51.494589089382" Longitude="-0.18652621762567" StarRating="4" HotelCode="15706|28454" HotelName="Park International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 - 129 Cromwell Road, South Kensington, London SW7 4DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/156955/156955a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is within 20 minutes' walking distance of many leading London attractions, including the Victoria and Albert Museum, Hyde Park and some of the city's most exclusive shopping areas. Harrods is about 2 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1846" OriginalAmount="1846">
      <BasicPropertyInfo Latitude="51.512488630899" Longitude="-0.31159205146584" StarRating="3" HotelCode="460470|200248" HotelName="ibis Styles London Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>32-38 Uxbridge Road, Ealing, London W52BS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/570929/a_570929_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1850" OriginalAmount="1850">
      <BasicPropertyInfo Latitude="51.503300805404" Longitude="-0.22012234078238" StarRating="3" HotelCode="213141|37433" HotelName="ibis London Shepherds Bush - Hammersmith Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Rockley Road, London W14 0DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/301823/a_301823_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Shepherds Bush - Hammersmith Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1856" OriginalAmount="1856">
      <BasicPropertyInfo Latitude="51.556472121351" Longitude="-0.21453380584717" StarRating="4" HotelCode="36712|54989" HotelName="Clayton Crown Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>142-152 Criklewood Broadway, London NW2 3ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60241/ba_60241_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north of London, not far from Cricklewood Broadway, a main road offering excellent access to links to the capital's extensive transport network. Brent Cross covered shopping centre is just a short walk away. Numerous shops and entertainment venues are to be found in the vicinity (within 100 m).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1856.32" OriginalAmount="1856.32">
      <BasicPropertyInfo StarRating="4" HotelCode="|711061" HotelName="Premier Inn London Hampstead" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/257173_foto_1.jpg</HotelPictures>
        <HotelDescription>Este elegante hotel estandaacute; situado en una zona ideal, cerca de las autopistas M1 y M40. Ademandaacute;s, se puede llegar al centro de Londres en metro o con coche en sandoacute;lo 15 minutos. Tambiandeacute;n muy cerca del hotel podrandaacute; encontrar tiendas, boutiques y restaurantes.Este hotel de cinco plantas dispone de un total de 30 habitaciones dobles y 40 individuales. Ofrece a sus huandeacute;spedes un bar, un restaurante y una terminal de Interntet. Los huandeacute;spedes disponen tambiandeacute;n de aparcamiento y garaje. Para redondear el nanduacute;mero de prestaciones e instalaciones con las que cuenta el hotel, le ofrece tambiandeacute;n servicio de habitaciones y de lavanderandiacute;a.Las habitaciones estandaacute;n equipadas con baandntilde;o, secador de pelo, telandeacute;fono de landiacute;nea directa, cafetera-tetera, conexiandoacute;n a Internet, televisiandoacute;n, minibar-nevera y caja fuerte de alquiler.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1857" OriginalAmount="1857">
      <BasicPropertyInfo Latitude="51.52850556374" Longitude="-0.12211350019072" StarRating="2" HotelCode="334178|54808" HotelName="The Angus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>31-32 Argyle Square, Kings Cross, London WC1H 8AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/492695/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Angus Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="1857.23" OriginalAmount="1857.23">
      <BasicPropertyInfo Latitude="51.510638850984" Longitude="-0.04358321428299" StarRating="3" HotelCode="34469|1130d7" HotelName="Holiday Inn Express Limehouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>469-475 The Highway, London E1W 3HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54919/a_54919_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of London's Docklands and thus offers an ideal starting point for both business and holiday visitors. The financial district around Canary Wharf can be reached on foot in just a few minutes. The lively city centre with its countless entertainment options and the famous Tower Bridge and the Tower of London are also nearby and can easily be accessed on foot. There is a Docklands Light Railway station, offering good connections to the centre, the ExCel exhibition centre and London City Airport, in the immediate vicinity of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1859" OriginalAmount="1859">
      <BasicPropertyInfo Latitude="51.506496666667" Longitude="-0.2247716" StarRating="3" HotelCode="142734|395481" HotelName="Abbey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Wood Lane, London, Greater London W12 7DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/65/651019/651019a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1865.76" OriginalAmount="1865.76">
      <BasicPropertyInfo StarRating="3" HotelCode="|440188" HotelName="Antoinette Hotel Wimbledon" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1074696_foto_1.jpg</HotelPictures>
        <HotelDescription>Stay in one of 50 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones and electric kettles, and housekeeping is provided daily.Satisfy your appetite at the hotel's coffee shop/cafe, or stay in and take advantage of the room service (during limited hours). Quench your thirst with your favorite drink at the bar/lounge. Full breakfasts are served on weekdays from 7:00 AM to 9:30 AM and on weekends from 8:00 AM to 10:00 AM for a fee.Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage. Free self parking is available onsite.In the heart of London, Antoinette Hotel Wimbledon is within a 5-minute drive of New Wimbledon Theatre and Wimbledon Lawn Tennis Museum.  This hotel is 2 mi (3.3 km) from Wimbledon Centre Court and 7.7 mi (12.4 km) from Hampton Court Palace.Distances are displayed to the nearest 0.1 mile and kilometer.  New Wimbledon Theatre - 0.5 km / 0.3 mi  Wimbledon Lawn Tennis Museum - 2.8 km / 1.8 mi  Wimbledon Tennis Club - 2.8 km / 1.8 mi  Wimbledon Centre Court - 2.8 km / 1.8 mi  Thames River - 5.8 km / 3.6 mi  Richmond Park - 6.3 km / 3.9 mi  Clapham Common - 7.5 km / 4.7 mi  Stamford Bridge Stadium - 10.1 km / 6.3 mi  Eventim Apollo - 10.2 km / 6.4 mi  Hampton Court - 10.3 km / 6.4 mi  The Oval - 10.6 km / 6.6 mi  Crystal Palace Park - 10.6 km / 6.6 mi  Sloane Square - 10.7 km / 6.7 mi  Science Museum - 11.1 km / 6.9 mi  Olympia Conference and Exhibition Centre - 11.2 km / 6.9 mi  The nearest airports are:Gatwick Airport (LGW) - 38.3 km / 23.8 mi Heathrow Airport (LHR) - 49.2 km / 30.5 mi London City Airport (LCY) - 24.9 km / 15.5 mi The preferred airport for Antoinette Hotel Wimbledon is Gatwick Airport (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1866" OriginalAmount="1866">
      <BasicPropertyInfo Latitude="51.425397113449" Longitude="-0.33453224396487" StarRating="3" HotelCode="115344|456681" HotelName="The Park Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Park Road, Teddington, Middlesex TW11 0AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/341546/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1869" OriginalAmount="1869">
      <BasicPropertyInfo Latitude="51.511294890817" Longitude="-0.29053151607513" StarRating="4" HotelCode="22116|17196" HotelName="DoubleTree by Hilton Hotel London - Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-8 Hanger Lane, Ealing W5 3HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/28850/w_28850_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to Westfield Shopping Centre, Wembley Stadium, Park Royal and Chiswick Business Park. It is also located within minutes of Ealing Common and 15 minutes from Paddington station by train.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1872" OriginalAmount="1872">
      <BasicPropertyInfo Latitude="51.50831085" Longitude="0.04103809" StarRating="3.5" HotelCode="556570|229010" HotelName="Hampton by Hilton London Docklands" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dockside Road, London E16 2QT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/673046/a_673046_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in London, 9-minutes' walk from the ExCel London exhibition centre, Hampton By Hilton London Docklands. It’s a quick journey to the hustle and bustle of Central London and attractions such as The O2 Arena, Canary Wharf and Stratford City. The hotel lies a 3-minute walk to the Royal Albert DLR Station and 1 mile from London City Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1878" OriginalAmount="1878">
      <BasicPropertyInfo Latitude="51.156742305865" Longitude="-0.15727669000626" StarRating="4" HotelCode="12971|21433" HotelName="Hilton Gatwick Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>South Terminal London Gatwick Airport, Crawley RH6 0LL</AddressLine>
          </AddressLines>
          <CityName>Gatwick</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/13155/a_13155_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is directly linked to the southern terminal of London's Gatwick Airport; it takes only 5 minutes to reach the terminal building via a covered walkway. Links to the public transport network lie 700 m away, whilst shops may be found within 100 m of the hotel. The south coast of England may be reached by taking the M23 and M24 motorways or guests may alternatively make use of the train service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1878" OriginalAmount="1878">
      <BasicPropertyInfo Latitude="51.485936169226" Longitude="-0.1996636390686" StarRating="3" HotelCode="18403|3091" HotelName="ibis London Earls Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Lillie Road, Earl's Court, London SW6 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22903/a_22903_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The popular hotel is just a few minutes' walk from Earl's Court Convention Centres. Queens Tennis Club and the famous Chelsea Football Club are both in the hotel's vicinity. The nearest underground station (Earl's Court) is around 2 km from the hotel. From here, guests will quickly be able to reach London's West End or Heathrow Airport. Gatwick Airport is 60 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1879" OriginalAmount="1879">
      <BasicPropertyInfo Latitude="51.492435" Longitude="-0.19409" StarRating="3" HotelCode="94553|6297" HotelName="My Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1- 3 Trebovir Road, London SW5 9LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/315432/315432a_hb_a_014.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1880.00" OriginalAmount="1880.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|710666" HotelName="Holiday Inn Express Watford Junction" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>WATFORD</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/915154_foto_1.jpg</HotelPictures>
        <HotelDescription>Smartly designed Watford Junction hotel with inclusive breakfast and easy access to London. Holiday Inn Expressandreg; London - Watford Junction hotel is just steps from Watford Junction train station. Trains reach London's Euston Station in about 20 minutes, and only 15 minutes by train to reach Wembley Stadium. Heathrow Airport (LHR) is a 45-minute drive. Central Watford shopping and dining are a short walk away. A shuttle from Watford Junction bus station carries Harry Potter fans young and old to the Warner Bros. Studio Tour. Walk 10 minutes to the Atria Watford shopping centre, or take a breezy stroll along the Grand Union Canal. Two well-equipped, naturally lit meeting rooms make it easy to organise small seminars. Catering options range from fresh coffee and biscuits to a hot lunch. At this hotel you can enjoy:- Free Wi-Fi- Express Startandtrade; Breakfast included in the room rate- All Day Dining- Competitive car parking ratesSpacious, streamlined Next Generation rooms offer comfortable bedding, plus thoughtful touches like blackout curtains, bedside USBs and Smart TVs. Double rooms with sofa beds are perfect for families. Start the day with a hearty breakfast, including scrambled eggs, bacon, sausage and beans, and end it with a drink in the bar. A tasty dinner awaits you in the open-plan Great Room lobby.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1882" OriginalAmount="1882">
      <BasicPropertyInfo Latitude="51.574924130774" Longitude="-0.20316794232792" StarRating="0" HotelCode="237212|410941" HotelName="Golders Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>175 Golders Green Road, Golders Green, Barnet, London NW11 9BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/352401/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="1882.17" OriginalAmount="1882.17">
      <BasicPropertyInfo Latitude="51.513909730137" Longitude="-0.17549104662703" StarRating="2" HotelCode="61842|10ee08" HotelName="Lancaster Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>202-204 Sussex Gardens, Paddington, London W2 3UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/339422/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1884.60" OriginalAmount="1884.60">
      <BasicPropertyInfo StarRating="4" HotelCode="|C88F72" HotelName="Tribe London Canary Wharf" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2444715_foto_1.jpg</HotelPictures>
        <HotelDescription>A stay at Tribe London Canary Wharf places you in the heart of London, within a 10-minute drive of ExCeL Exhibition Centre and London Stadium.  This upscale hotel is 3.3 mi (5.4 km) from Tower of London and 3.4 mi (5.4 km) from Tower Bridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1885" OriginalAmount="1885">
      <BasicPropertyInfo Latitude="51.529784" Longitude="-0.122451" StarRating="2" HotelCode="36442|2136" HotelName="Crestfield" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-4 Crestfield Street, King's Cross, London WC1H 8AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/315928/315928a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Crestfield.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1894" OriginalAmount="1894">
      <BasicPropertyInfo Latitude="51.49258326" Longitude="-0.19874564" StarRating="4" HotelCode="440089|199384" HotelName="Flying Butler - Earl's Court Longridge Road Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>59 Longridge Road, London SW5 9SF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/14000000/13310000/13308600/13308594/72368dd4_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1897" OriginalAmount="1897">
      <BasicPropertyInfo Latitude="51.514802" Longitude="-0.176746" StarRating="3" HotelCode="408634|17798" HotelName="Ascot Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Craven Road, Paddington, London W2 3BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/313351/313351a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just 150 m from Paddington Station, with direct underground, national rail and airport links via the Heathrow Express. Hyde Park is just 500 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1899.00" OriginalAmount="1899.00">
      <BasicPropertyInfo Latitude="51.493462" Longitude="-0.205909" StarRating="2" HotelCode="73256|kensington_west" HotelName="Best Western Kensington Olympia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Matheson Road, Kensington, London W14 8SN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/98893/a_98893_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated within easy reach of the famous shopping district of Kensington. The hotel is within close proximity to Harrods, the 3rd most visited tourist attraction in London, on Brompton road in Knightsbridge. The Olympia Exhibition Centre, as well as both exhibition centres at Earl’s Court, can be found nearby, offering exhibitions throughout the year. The hotel’s immediate vicinity features restaurants, bars and pubs, nightlife spots, public transport links and shops. The nearest airport is London Heathrow, some 17 km away. Gatwick, Stansted and Luton airports are 50, 70 and 75 km from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1900" OriginalAmount="1900">
      <BasicPropertyInfo Latitude="51.526240190254" Longitude="-0.12571513652801" StarRating="3" HotelCode="189711|444200" HotelName="Leigh House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Leigh Street, London WC1H 9EW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/2/9/9/6/7/2/5/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1903" OriginalAmount="1903">
      <BasicPropertyInfo Latitude="51.493884225961" Longitude="-0.1897182465353" StarRating="2" HotelCode="36433|200181" HotelName="Exhibition Court 4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Collingham Place, London, Greater London SW5 0QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/314411/314411a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="1907.72" OriginalAmount="1907.72">
      <BasicPropertyInfo Latitude="51.490983029512" Longitude="-0.14533130552252" StarRating="0" HotelCode="986050|1e8281" HotelName="Sheriff Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>47 Cambridge Street, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1470000/1467000/1466952/65d8d162_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1908" OriginalAmount="1908">
      <BasicPropertyInfo Latitude="51.5037586684" Longitude="-0.10131107007182" StarRating="3" HotelCode="101238|13538" HotelName="Travelodge London Central Southwark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>202-206 Union Street, Southwark SE1 0LX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/141652/a_141652_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 3-minute walk from the Southwark tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1910.00" OriginalAmount="1910.00">
      <BasicPropertyInfo Latitude="51.515125277875" Longitude="-0.16160033798883" StarRating="2" HotelCode="114580|hotel_marble_arch_inn" HotelName="The Marble Arch Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49/50 Upper Berkeley Street, Marble Arch, London W1H 5QR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/133527/133527a_hb_a_032.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location in Marble Arch, close to Hyde Park, Oxford Street and Edgware Road. Paddington Station, the Heathrow Express, London's Theatre Land, Museums and other major tourist attractions are also nearby. London Heathrow Airport is approximately 21 km from the hotel, Gatwick is around 39 km away, Luton is some 43 km and Stansted is roughly 50 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1911.48" OriginalAmount="1911.48">
      <BasicPropertyInfo StarRating="3" HotelCode="|710746" HotelName="Holiday Inn Express London - Luton Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/242605_foto_1.jpg</HotelPictures>
        <HotelDescription>Disfrute del fandaacute;cil acceso desde el aeropuerto al moderno hotel Holiday Inn Express London-Luton Airport. Puesto que el Holiday Inn Express London-Luton Airport es el hotel mandaacute;s cercano al aeropuerto, llegarandaacute; fandaacute;cilmente con el servicio de autobanduacute;s del aeropuerto. Ademandaacute;s, nos encontramos a tan sandoacute;lo 6, 5 km de la M1 y a 1, 5 km de la estaciandoacute;n de Luton Airport Parkway, con trenes directos al centro de Londres. Las ventanas de triple cristal de las habitaciones le facilitarandaacute;n un buen descanso. Puede degustar nuestro buffet de desayuno caliente gratuito a partir de las 04:00. Celebre eventos de entre 2 y 50 personas en una de las 7 salas de reuniones del Holiday Inn Express London-Luton Airport con acceso inalandaacute;mbrico a Internet. Las grandes empresas como Siemens se encuentran a 1, 5 km del hotel, en el parque empresarial de Capability Green. Consulte el correo electrandoacute;nico con Internet de alta velocidad desde la habitaciandoacute;n y, si lo desea, utilice el ordenador del centro de negocios disponible las 24 horas para imprimir sus tarjetas de embarque. Puede cenar en el fantandaacute;stico salandoacute;n principal del Holiday Inn Express London-Luton Airport y tomar una copa en el bar del hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1913" OriginalAmount="1913">
      <BasicPropertyInfo Latitude="51.357941" Longitude="-0.114574" StarRating="4" HotelCode="36911|49182" HotelName="Hilton Croydon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City 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,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Waddon Way, Purley Way, Croydon CR9 4HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60591/a_60591_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just 13 km from London’s sights and shopping areas, and London Victoria Station is only a 16-minute train journey away. Guests will find a range of dining options around 500 m from the hotel and links to the public transport network can be found just a short walk away. London Gatwick Airport is 29 km away and London Heathrow lies some 38 km from the accommodation. Other airports in the surrounding area include Stansted Airport (85 km) and Luton Airport (79 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1914" OriginalAmount="1914">
      <BasicPropertyInfo Latitude="51.523308097102" Longitude="-0.17449378967285" StarRating="3" HotelCode="97053|24615" HotelName="Comfort Inn Edgware Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>450 Edgware Road, London W2 1EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/134812/a_134812_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1914.00" OriginalAmount="1914.00">
      <BasicPropertyInfo Latitude="51.525971350104" Longitude="-0.13615290674591" StarRating="3" HotelCode="34471|euston_square_hotel" HotelName="Euston Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>152-156 North Gower Street, London NW1 2LU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/313103/313103a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location, a short walk from the British Museum, Regent's Park, British Library, Oxford Street and West End Theatre-Land. Camden's eclectic mix of bars, restaurants, shops and markets is less than 10 minutes away. Euston Square London Underground/Tube station is only 10 metres away and King's Cross St Pancras International, London's Eurostar terminal, is less than 1 km away, less than 10 minutes walking distance. Over 5 train stations and more bus stops are within easy walking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1915.00" OriginalAmount="1915.00">
      <BasicPropertyInfo Latitude="51.5374087" Longitude="0.0058355" StarRating="4" HotelCode="735579|roomzzz_london_stratford" HotelName="Roomzzz London Stratford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>66 West Ham Lane, London E15 4PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/637183/637183a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1916" OriginalAmount="1916">
      <BasicPropertyInfo Latitude="51.497008446685" Longitude="-0.22692561149597" StarRating="2.5" HotelCode="167350|200346" HotelName="Room 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>102 Hammersmith Grove, London W6 7HB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/344338/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated along Hammersmith Grove only minutes from King Street, Hammersmith Broadway, Brook Green and Goldhawk Road, this hotel is a convenient base for visiting the Hammersmith HMV Apollo, Shepherds Bush Empire, London Olympia Grand and the exhibition halls, as well as Charing Cross Hospital, Westfield Shopping Centre, BBC Television Centre and Kensington High Street. The West End, Oxford Street, Piccadilly Circus and all of the attractions of Central London are within 15 to 20 minutes from the hotel. Hammersmith station is some 3 minutes’ walk from the hotel. London Heathrow Airport and London Gatwick Airport are approximately 16 km and 37 km, while London Luton Airport and London Stansted Airport are 44 km and 54 km from the establishment, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1918.00" OriginalAmount="1918.00">
      <BasicPropertyInfo Latitude="51.46118946" Longitude="-0.21806323" StarRating="3" HotelCode="838667|putney_hotel_bw_signature_collection" HotelName="Putney Hotel, BW Signature Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>214 Upper Richmond Road, Putney, London, England SW15 6TD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/960969/a_960969_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1918.48" OriginalAmount="1918.48">
      <BasicPropertyInfo Latitude="51.51110709412" Longitude="-0.18492087721825" StarRating="3" HotelCode="30118|95505" HotelName="Troy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Queensborough Terrace, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/48508/a_48508_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is centrally located near to Bayswater and Queensway. Copious shops and other attractions are easily reached on foot. Superb public transport links facilitate the exploration of this vibrant, lively metropolis with its abundance of legendary tourist sites. Paddington station is close at hand.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1919" OriginalAmount="1919">
      <BasicPropertyInfo Latitude="51.515644" Longitude="-0.172399" StarRating="3" HotelCode="27216|199514" HotelName="Nayland" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132-134 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39980/a_39980_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Renovated in 2001, this hotel is situated in Sussex Gardens, close to Hyde Park. Oxford Street, which is famous for shopping, is also nearby for those interested in making the most of London's huge shopping street. Paddington Station (express train to/from Heathrow Airport) is just steps away from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1919.00" OriginalAmount="1919.00">
      <BasicPropertyInfo Latitude="51.499058" Longitude="-0.10186" StarRating="3" HotelCode="170197|the_bridge_hotel_5" HotelName="The Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Borough Road, London SE1 0AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150646/150646a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite South Bank University and 800 metres from Lamberth North and Elephant and Castle tube stations. The West End with its array of attractions including Hyde Park, Buckingham Palace, Harrods, Oxford Street shopping, Tower of London and Big Ben are all approximately a 2 km bus or tube ride away. There are a number of bars close to the Elephant and Castle station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="1920.00" OriginalAmount="1920.00">
      <BasicPropertyInfo Latitude="51.522136259751" Longitude="-0.13831359755329" StarRating="2" HotelCode="448817|135652" HotelName="LSE - Carr-Saunders Hall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>18-24 Fitzroy Street, London W1T 4BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/610682/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1922.00" OriginalAmount="1922.00">
      <BasicPropertyInfo Latitude="51.494557079184" Longitude="-0.22833108901978" StarRating="4" HotelCode="888771|so_sienna" HotelName="Axiom W6 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 Glenthorne Road, Hammersmith And Fulham, London W6 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/137310/a_137310_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the west side of Central London (Hammersmith area), 5 minutes with the underground from the London attractions, within 3.2 km of the exhibition centres of Earls Court and Olympia. Other famous attractions with easy access are the Science and Natural History Museum, Royal Albert Hall and the famous Harrods. Heathrow Airport is roughly 19 km from the hotel, while Gatwick Airport is some 50 km and Stansted Airport 78 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1924.28" OriginalAmount="1924.28">
      <BasicPropertyInfo StarRating="3" HotelCode="|450578" HotelName="Berjaya Eden Park London Hotel" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/803099_foto_8.jpg</HotelPictures>
        <HotelDescription>Berjaya Eden Park London Hotel, is located in the heart of Bayswater, on the door-step to Kensington Gardens and Hyde Park. 
There are two underground stations right next-door to the hotel and Paddington Station is nearby. 
The hotel and hotel rooms offer all of the amenities, facilities and comfort that both the discerning leisure and business traveler crave, when making London their temporary residence. 
For breakfast, a light lunch, afternoon tea, drinks and dinner the place to meet is in the hotel's traditional English Eden bar and restaurant. 
Breakfast consists of a continental breakfast and dinner is a mouthwatering experience consisting of an international cuisine. *No smoking throughout the building. *Restaurant closed for business from 15/11/2016*</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1925" OriginalAmount="1925">
      <BasicPropertyInfo Latitude="51.527139" Longitude="-0.127648" StarRating="3" HotelCode="915065|56872" HotelName="Studios 2 Let Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-37 Cartwright Gardens, Camden, London WC1H 9EH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/313589/313589a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for those in need of an adults-only holiday, this adults-only hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="1927.37" OriginalAmount="1927.37">
      <BasicPropertyInfo Latitude="51.474325966622" Longitude="-0.15710104026448" StarRating="4" HotelCode="244305|1374c1" HotelName="Axiom Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>140 Battersea Park Road, London SW11 4NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/335048/a_335048_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1931.00" OriginalAmount="1931.00">
      <BasicPropertyInfo Latitude="51.516071761151" Longitude="-0.1727731525898" StarRating="1" HotelCode="141808|dolphininn" HotelName="Dolphin Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>44 Norfolk Square, Paddington, London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/202699/a_202699_B1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse enjoys the perfect location to be guests’ base from which to explore London. It lies just a 2-minute walk from Paddington Station, which offers British Rail and tube links as well as Heathrow Express and Heathrow Connect services and is set in central London with its host of bus routes. Guests will find plenty of restaurants, coffee shops and pubs in the area to satisfy different tastes and budgets. Most tourist attractions are within walking distance of the famous Hyde Park and Kensington Gardens and Oxford Street is just a 5-minute bus ride. Moreover, Marble Arch, Trafalgar Square, Piccadilly, Camden Town, Portobello Market and Notting Hill are all within easy reach. It is 20 km to London City Airport and Heathrow Airport is just 28 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1931.00" OriginalAmount="1931.00">
      <BasicPropertyInfo Latitude="51.50904267" Longitude="-0.01557323" StarRating="4" HotelCode="551994|lansbury_heritage_hotel" HotelName="Lansbury Heritage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Poplar High Street, E14 0AE London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/615562/615562a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1937" OriginalAmount="1937">
      <BasicPropertyInfo Latitude="51.528526" Longitude="-0.123177" StarRating="2" HotelCode="155039|200090" HotelName="Wardonia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46-54 Argyle Street, London WC1H 8ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/350579/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Wardonia Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1938" OriginalAmount="1938">
      <BasicPropertyInfo Latitude="51.606130790241" Longitude="0.05867063999176" StarRating="4" HotelCode="98294|37425" HotelName="London Chigwell Prince Regent Hotel, BW Signature Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Manor Road, Chigwell, Woodford Green, Greater London, Essex IG8 8AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/157292/157292a_hb_a_033.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 10 minutes drive from the M11 motorway and less than 3 km from Woodford Underground Station. London's central attractions, including Oxford Street's shops and Westminster's Big Ben, can be reached in 40 minutes by public transport. There are numerous restaurants, bars and shops within walking distance. The hotel is situated some 79 km from Gatwick Airport, about 42 km from both Heathrow and Stansted and about 56 km from Luton Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1938.64" OriginalAmount="1938.64">
      <BasicPropertyInfo Latitude="51.49403273" Longitude="-0.19764208" StarRating="0" HotelCode="975447|4294225" HotelName="Point A Kensington Olympia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 West Cromwell Road, Kensington, London SW5 9QL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/28145/3828145/15.jpg?f=15656059</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1943.40" OriginalAmount="1943.40">
      <BasicPropertyInfo StarRating="2" HotelCode="|221525" HotelName="POINT A HOTEL LONDON - CANARY WHARF" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/888312_foto_1.jpg</HotelPictures>
        <HotelDescription>This popular property is located in Canary wharf with the jubilee tube closeby for transport links throughout London. There are a total of 130 rooms each with air conditioning and free wifi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1945" OriginalAmount="1945">
      <BasicPropertyInfo Latitude="51.492647" Longitude="-0.16722" StarRating="3" HotelCode="56991|57846" HotelName="Chelsea Cloisters" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sloane Avenue, Chelsea Cloisters, London SW3 3DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/73894/w_73894_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the London district of Chelsea, one of the most modern and culturally interesting parts of London. There are scores of shops and restaurants on the King’s Road, in South Kensington and in Knightsbridge. There are excellent links to the city centre, the West End and Waterloo as well as Heathrow (24 km) and Gatwick Airports (48 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1948" OriginalAmount="1948">
      <BasicPropertyInfo Latitude="51.52985498" Longitude="-0.07732457" StarRating="3" HotelCode="323930|61580" HotelName="Central Hoxton Shoreditch SH Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 Kingsland Road, Hackney, London E2 8DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/595507/595507a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1952.84" OriginalAmount="1952.84">
      <BasicPropertyInfo Latitude="51.391517888889" Longitude="-0.32015933333333" StarRating="4" HotelCode="158851|363929" HotelName="Crowne Plaza London - Kingston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Portsmouth Road, Surbiton, London, Surrey KT6 5QQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/363929/363929a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Crowne Plaza London - Kingston.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1953" OriginalAmount="1953">
      <BasicPropertyInfo Latitude="51.42377932118" Longitude="-0.27213706182829" StarRating="4" HotelCode="160237|86779" HotelName="Warren House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Warren Road, Kingston-upon-Thames, Surrey KT2 7HY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/37706/3737706/1.jpg?f=15502001</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Warren House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1960" OriginalAmount="1960">
      <BasicPropertyInfo Latitude="51.514150974494" Longitude="-0.17517238855362" StarRating="2" HotelCode="35638|199969" HotelName="Edward" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1A Spring Street, W2 3RA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57953/a_57953_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, located in the London district of Paddington, lies only a few paces from the terminus of the Heathrow Express. In addition, Lancaster Gate underground station is situated nearby, as is Hyde Park and Kensington Gardens. Plenty of shops and entertainment venues can also be found in the area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1966" OriginalAmount="1966">
      <BasicPropertyInfo Latitude="51.516444391893" Longitude="-0.17091438174248" StarRating="3" HotelCode="25448|45418" HotelName="Orchard Paddington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>86-90 Sussex Gardens, London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/37092/a_37092_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in a highly convenient location just a short walk away from Paddington Station, and offers an ideal base for exploring the city. It is close to Hyde Park with some of London's famous attractions within walking distance, and Oxford Street is just 17 minutes away on foot. London Heathrow Airport is 20 km and it is 39 km to Gatwick Airport and 43 km to Luton Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1966" OriginalAmount="1966">
      <BasicPropertyInfo Latitude="51.46857" Longitude="0.00977" StarRating="3" HotelCode="522585|199843" HotelName="The Clarendon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-16 Montpelier Row, Blackheath Village, Borough of Greenwich, London SE3 0RW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/01/014414/014414a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Bloomsbury district of London, close to Covent Garden, this hotel is just a stone's throw from Oxford Street and from the many entertainment venues of the West End. There are also many shopping facilities to be found in the surrounding area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1968" OriginalAmount="1968">
      <BasicPropertyInfo Latitude="51.5135639" Longitude="-0.18706559999998" StarRating="4" HotelCode="476605|234017" HotelName="Imperial Court Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>81-83 Inverness Terrace, Bayswater, Westminster Borough, London W2 3JU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/643376/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1972" OriginalAmount="1972">
      <BasicPropertyInfo Latitude="51.516154" Longitude="-0.067739999999958" StarRating="3" HotelCode="296641|199536" HotelName="Qbic Hotel London City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Adler Street, London E1 1EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/404699/a_404699_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1992" OriginalAmount="1992">
      <BasicPropertyInfo Latitude="51.481102" Longitude="-0.438241" StarRating="4" HotelCode="28973|360122" HotelName="London Heathrow Marriott Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Harlington, Hayes UB3 5AN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46376/a_46376_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The appealing hotel is situated in Heathrow and attracts guests with its impressive fittings, which are a mixture of traditional and modern. The airport is located in the vicinity, as are industrial centres, the motorway and West London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1996" OriginalAmount="1996">
      <BasicPropertyInfo Latitude="51.492212" Longitude="-0.1944" StarRating="3" HotelCode="17039|200047" HotelName="Rushmore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Trebovir Road, London SW5 9LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/315653/315653a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1999" OriginalAmount="1999">
      <BasicPropertyInfo Latitude="51.489985" Longitude="-0.097705" StarRating="3" HotelCode="97064|197239" HotelName="Eurotraveller Hotel Express @ E&amp;C" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Amelia Street, Walworth, London SE17 3PY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/315996/315996a_hb_a_026.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This high end hotel is ideally situated in central London's South east area, close to many of London's exclusive shopping areas, and with easy access to the City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1999" OriginalAmount="1999">
      <BasicPropertyInfo Latitude="51.504934" Longitude="-0.21454" StarRating="4" HotelCode="259330|18990" HotelName="Hilton London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179-199 Holland Park Avenue, London W11 4UL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15330/a_15330_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, top-class hotel is situated in a central location at the heart of the London district of Kensington. Plenty of tourist attractions, as well as numerous shops and entertainment venues are all located in the surrounding neighbourhood and, by making use of public transport, other areas of London are within easy to reach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2005" OriginalAmount="2005">
      <BasicPropertyInfo Latitude="51.464313263175" Longitude="-0.21354675292969" StarRating="3" HotelCode="189724|199506" HotelName="mk hotel london" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>317 Putney Bridge Road, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/6000000/5040000/5030900/5030816/ebc94457_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2006" OriginalAmount="2006">
      <BasicPropertyInfo Latitude="51.5289658" Longitude="-0.1228894" StarRating="3" HotelCode="267557|58155" HotelName="The Melville Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>38-39 Argyle Square, Kings Cross, London WC1H 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/66868/1866868/1.jpg?f=15627255</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2009" OriginalAmount="2009">
      <BasicPropertyInfo Latitude="51.160977896045" Longitude="-0.17427540315293" StarRating="4" HotelCode="31779|21432" HotelName="Sofitel London Gatwick" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>North Terminal, Gatwick Airport, Crawley, West Sussex RH6 0PH</AddressLine>
          </AddressLines>
          <CityName>Crawley</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50715/a_50715_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This refurbished, deluxe property is directly connected to Gatwick's north terminal through a covered walkway. The south terminal and the train station with the monorail are only 2 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2013.00" OriginalAmount="2013.00">
      <BasicPropertyInfo Latitude="51.490215096601" Longitude="-0.080782771110535" StarRating="3" HotelCode="97105|eurotraveller_hotelpremier_tower_bridge" HotelName="Eurotraveller Hotel-Premier @Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>194-202 Old Kent Road, London SE1 5TY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/316624/316624a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated outside the congestion charge zone, 1,5 km from Tower Bridge and London Bridge. Elephant &amp;amp; Castle Rail and Underground Station are only 3 minutes away. Buses stop close to the hotel, to allow easy access to central London. The O2 Arena and Canary Wharf are both approximately 20 minutes' drive away. The Shard, Westminster Abbey and the London Eye are all just a short 5/10-minute bus journey away. The attractions surrounding Westminster Underground Station are a 10-minute journey from Elephant &amp;amp; Castle Station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2017" OriginalAmount="2017">
      <BasicPropertyInfo Latitude="51.501702463806" Longitude="-0.023571609787041" StarRating="4" HotelCode="29482|1445" HotelName="Britannia International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marsh Wall, London E14 9SJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47097/a_47097_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in an extremely convenient location at the heart of London's Docklands and close to the ‘Canary Wharf’ business district as well as the district of Greenwich. This prime site means that the hotel is an ideal starting point from which to explore the numerous sights and attractions. There are excellent public transport links that allow easy access to the city's many shopping and entertainment venues.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2019.64" OriginalAmount="2019.64">
      <BasicPropertyInfo StarRating="4" HotelCode="|971846" HotelName="JURYS INN LONDON WATFORD" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>WATFORD</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/974910_foto_1.jpg</HotelPictures>
        <HotelDescription>Ideally located on Clarendon Road, Jurys Inn Watford is perfectly situated to enjoy all that the city centre has to offer. Our hotel is perfectly placed for transport links to, from and beyond London with Watford Junction an easy 7 minute walk from Jurys Inn. For those wanting to go into Central London for a leisure day, or for business, London Euston Station is only an 18 minute journey away. Jurys Inn Watford offers ultimate comfort in any one of our 216 stylish hotel rooms. Whether you stay in one of our standard doubles or superior rooms, our Watford hotel is perfectly designed to provide our guests all the comforts of home. With plenty of space and accommodating up to three adults or a family of four, each Jurys Inn room includes as standard: a large soft bed, well-lit work area, en-suite bathroom with complimentary toiletries, free WiFi internet access, and flat screen TV with Freeview.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2024" OriginalAmount="2024">
      <BasicPropertyInfo Latitude="51.451871394971" Longitude="-0.29744709344849" StarRating="4" HotelCode="115393|128193" HotelName="Richmond Hill Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>144-150 Richmond Hill, Richmond-upon-Thames, Surrey TW10 6RW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/158999/a_158999_K2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located close to Twickenham, making it the ideal base for visits to Twickenham Stadium. It is also ideally situated for Wimbledon Tennis fortnight, being just a 15-minute drive from the courts, through the lovely Richmond Park. The beautiful Kew Gardens are also just a short drive away. This is an ideal base for flower lovers wishing to visit both the Chelsea Flower Show and Hampton Court Flower show. The Wembley Stadium is also very close by. This really is the ideal place to stay for guests wishing to explore the many attractions of London. London Heathrow Airport is just 14 km from the property.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2028.00" OriginalAmount="2028.00">
      <BasicPropertyInfo Latitude="51.512905205399" Longitude="-0.17914268129971" StarRating="3" HotelCode="146470|the_craven_hotel" HotelName="The Craven Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10/11 Craven Terrace, Paddington, London W2 3QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/207901/a_207901_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2029" OriginalAmount="2029">
      <BasicPropertyInfo Latitude="51.507849324229" Longitude="0.023040175437927" StarRating="4" HotelCode="37279|32867" HotelName="Novotel London Excel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Western Gateway, Royal Victoria Dock, London E16 1AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60600/a_60600_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is located alongside the Royal Victoria Dock, 150 metres from the Excel Exhibition Centre and close to London City Airport. Just a few minutes by road from Docklands/Canary Wharf, this area provides access to east London, as well as into the city of London itself via the dual carriageway that runs right through the Docklands towards Tower Bridge (Aspen Way, A1261). Guests will find restaurants, bars, pubs and public transport links on the hotel's doorstep and nearby airports include London City (2 km), London Heathrow (42 km), London Stansted (57 km), Luton (61 km) and London Gatwick (72 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2037.32" OriginalAmount="2037.32">
      <BasicPropertyInfo StarRating="2" HotelCode="|730096" HotelName="BOSTON MANOR HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/272310_fotpe1_272310_foto_3.JPG</HotelPictures>
        <HotelDescription>Established in 1987, the Boston Manor Hotel London-Ealing is located at Boston Road Hanwell close to Ealing Broadway (2 miles) and Heathrow Airport (8 miles) and within easy access to Central London by car or public transport. Being a friendly family run business, it's prides on its personal touch, and understanding the needs of its customers giving the guests an enjoyable and relaxing stay . All the  rooms have en-suite bathrooms with shower, colour television (with satellite channels) Direct- dial telephones and complimentary tea/coffee making facilities. The restaurant serves exquisite mouth watering South Asian cuisine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2039" OriginalAmount="2039">
      <BasicPropertyInfo Latitude="51.544330048204" Longitude="-0.16245603561401" StarRating="3" HotelCode="32099|13309" HotelName="Britannia Hampstead Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Primrose Hill Road, Hampstead, London NW3 3NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51115/a_51115_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only minutes from famous boutiques, cosy bars and restaurants. Nearby there are numerous sightseeing attractions, such as Hampstead Village, St. John’s High Street, Primrose Hill and Belsize Park. Further attractions are Regents Park, Primrose Hill Park, London Zoo and Lord’s Cricket Ground.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2040.04" OriginalAmount="2040.04">
      <BasicPropertyInfo StarRating="3" HotelCode="|553371" HotelName="Ibis London Docklands Canary Wharf" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1074675_foto_10.jpg</HotelPictures>
        <HotelDescription>With a stay at ibis London Docklands Canary Wharf, you'll be centrally located in London, a 5-minute drive from ExCeL Exhibition Centre and 7 minutes from Tower Bridge.  This hotel is 3.2 mi (5.2 km) from O2 Arena and 3.3 mi (5.3 km) from Tower of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2055.00" OriginalAmount="2055.00">
      <BasicPropertyInfo Latitude="51.510877563772" Longitude="-0.18519580364227" StarRating="3" HotelCode="47647|comfort_inn_hyde_park" HotelName="Comfort Inn Hyde Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Queensborough Terrace, London W2 3SU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10634/a_10634_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2055.20" OriginalAmount="2055.20">
      <BasicPropertyInfo Latitude="51.49732568" Longitude="-0.01896785" StarRating="0" HotelCode="973438|2452335" HotelName="Clover Court by Q Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Millharbour, London E14 9TR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/957833/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2055.24" OriginalAmount="2055.24">
      <BasicPropertyInfo StarRating="0" HotelCode="0|276435" HotelName="BRITANNIA HOTEL HAMPSTEAD" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>Primrose Hill Road; Hampstead</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/27/276435/0mvNDp0X_01c5b05eb663df2a192b85c454902044.jpg</HotelPictures>
        <HotelDescription>Location
The hotel is located only minutes from famous boutiques, cosy bars and restaurants. Nearby there are numerous sightseeing attractions, such as Hampstead Village, St. John’s High Street, Primrose Hill and Belsize Park. Further attractions are Regents Park, Primrose Hill Park, London Zoo and Lord’s Cricket Ground.
Facilities
The hotel features 102 accommodation units. A lift provides easy access to the upper floors. Amenities include a safe and currency exchange facilities. Wireless internet access allows guests to surf on the internet and stay connected. The hotel offers a range of amenities for a comfortable stay, including gastronomic options such as a restaurant and a bar. Guests travelling in their own vehicles can make use of the available parking spaces. Among the additional services available are medical assistance, room service and a laundry. There is a business area with a conference room, a business centre and a fax machine.
Rooms
All rooms feature central heating and a bathroom. A double bed is provided in the carpeted accommodation units. A safe is also available. Convenient features include a telephone, a TV and wireless internet access. In each of the bathrooms, guests will find a shower, a bathtub and a hairdryer. 
Meals
The hotel offers a wide range of bookable meals and board options, including breakfast, lunch, dinner and B &amp;amp; B.
Payment
The following credit cards are accepted at the hotel: American Express, VISA, Diners Club and MasterCard.&lt;br/&gt;The BRITANNIA HOTEL HAMPSTEAD is a Tourist hotel. Located in London area. The nightlife/restaurants are right next to the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2065" OriginalAmount="2065">
      <BasicPropertyInfo Latitude="51.508456518883" Longitude="0.041359795700828" StarRating="3" HotelCode="511022|225648" HotelName="MOXY London Excel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1014 Dockside Road, London, England E16 2FQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/55/550868/550868a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2066.08" OriginalAmount="2066.08">
      <BasicPropertyInfo Latitude="51.520823096308" Longitude="-0.12307450175285" StarRating="3" HotelCode="25645|33374" HotelName="Thistle Bloomsbury Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Southampton Row, London WC1B 5AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/37425/a_37425_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the centre of London where there are countless shopping and entertainment venues. Links to the public transport network lie about 200 m away and restaurants and pubs are to be found some 50 m from the hotel. Shopping venues are situated less than a kilometre away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="2067.08" OriginalAmount="2067.08">
      <BasicPropertyInfo Latitude="51.521031767128" Longitude="-0.26280011190261" StarRating="3" HotelCode="34468|113199" HotelName="Holiday Inn London - West" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Portal Way, Gypsy Corner/A40, London W3 6RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/338659/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in North Acton, about a 30 minute drive to the city centre. From the hotel, there are convenient links to the motorway, railway station and the airport. An array of shops and entertainment venues as well as tourist attractions are few minutes drive from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2068.48" OriginalAmount="2068.48">
      <BasicPropertyInfo StarRating="3" HotelCode="|830541" HotelName="IBIS LONDON STRATFORD" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/886709_foto_1.jpg</HotelPictures>
        <HotelDescription>Ibis London Stratford is close to Stratford Station and Westfield Shopping centre.Standard rooms are modern and inviting. All rooms boast great features and everything you need: the innovative new queen-size 'Sweet Bed by ibis' with duvet for your ultimate comfort, free WiFi access, flat-screen TV, en-suite bathroom, air-cooling.Breakfast, Lunch and Dinner are available at this hotel.ModernThe hotel has a medium size lobby.Local transport links close to the hotel provides easy access to central London and Docklands.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2070" OriginalAmount="2070">
      <BasicPropertyInfo Latitude="51.515738196911" Longitude="-0.17375903115073" StarRating="3" HotelCode="114281|444291" HotelName="Tudor Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Norfolk Square, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/157769/a_157769_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2072.00" OriginalAmount="2072.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|797532" HotelName="HALLMARK LONDON CHIGWELL PRINCE REGENT" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/904975_foto_1.jpg</HotelPictures>
        <HotelDescription>Hallmark Hotel London Chigwell Prince Regent is located in Woodford Green, close to Fairlop Waters Golf Course and Ilford Cricket Club. Valentines Park and Ilford Golf Club are also within easy reach. Woodford Tube Station is 2 km, Stratford Train Station is 7 km and Stansted Airport is 50 km from the hotel. \n\nFacilities and services include a restaurant, bar, car parking, business services, swimming pool, fitness room and spa facilities (extra charge). Wi-Fi internet access is available throughout the property. \n\nGuest rooms are equipped with TV, telephone, safe and coffee maker. Bathrooms feature hairdryers. \n\nEarliest check in time: 15:00\nLatest check out time: 11:00\n\nAddress: Manor Rd, London, IG88AE, England</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2073.00" OriginalAmount="2073.00">
      <BasicPropertyInfo Latitude="51.491939" Longitude="-0.141855" StarRating="2" HotelCode="147016|dover_hotel" HotelName="Dover" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42-44 Belgrave Road, Victoria, London SW1V 1RG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/208494/gt_208494_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 5 minutes' walking distance from the Victoria rail and underground station, close to St. James's Park, Buckingham Palace, the Houses of Parliament, the River Thames and London's famous museums. It is the perfect base to visit all the main attractions that London has to offer. London Heathrow Airport is around 22 km from the hotel and London Gatwick Airport some 36 km, whilst London Luton Airport and London Stansted Airport are situated at a distance of approximately 46 km and 51 km, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="2074.49" OriginalAmount="2074.49">
      <BasicPropertyInfo Latitude="51.523558" Longitude="-0.127674" StarRating="3" HotelCode="17453|193cda" HotelName="The Royal National Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-51 Bedford Way, London WC1H 0DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20700/a_20700_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This a modern hotel, centrally located near Convent Garden, the British Museum, the well-known Oxford Street and the theatres. Russell Square underground station on the Piccadilly Line is also just minutes away, from which guests can quickly and easily reach other parts of the city centre. In the hotel's vicinity are various restaurants, bars, entertainment venues and public transport connections.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2076.00" OriginalAmount="2076.00">
      <BasicPropertyInfo Latitude="51.51269367" Longitude="-0.18682499" StarRating="0" HotelCode="986348|new_kent_apartments" HotelName="New Kent Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Inverness Terrace, Bayswater, London W2 3JN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/38000000/37190000/37186200/37186147/c59f26a7_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="2076.11" OriginalAmount="2076.11">
      <BasicPropertyInfo Latitude="51.492285939878" Longitude="0.010090470314026" StarRating="3" HotelCode="27215|10e332" HotelName="Holiday Inn Express London Greenwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bugsby Way, Greenwich, London SE10 0GD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39979/a_39979_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a short walk from the O² Arena and the North Greenwich Underground Station. London Heathrow Airport is approximately 48 km from the hotel, while London City Airport is some 9 km away, London Stansted is roughly 57 km away and London Gatwick Airport is about 73 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2079.80" OriginalAmount="2079.80">
      <BasicPropertyInfo StarRating="3" HotelCode="|783804" HotelName="POINT A KINGS CROSS" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/888077_foto_29.jpg</HotelPictures>
        <HotelDescription>Ideally located just 400 meters away from King's Cross and St. Pancras International Station, this hotel is ideal for every type of traveller. The hotel sits within an easy walking distance of the British Library and the British Museum. Covent Garden and Leicester Square are also situated within easy reach. This property is situated within easy access of a number of shopping, dining and entertainment opportunities. The stunning guest rooms feature spacious, streamlined designs, and come well equipped with modern amenities. Guests will be pleased by the high level of excellence and the exemplary facilities and services that this property has to offer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2081" OriginalAmount="2081">
      <BasicPropertyInfo Latitude="51.505795" Longitude="-0.226092" StarRating="3" HotelCode="318946|94228" HotelName="Tulip Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>11/12 Poplar Mews, Uxbridge Road, London W12 7JS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/49/493301/493301a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Tulip Boutique Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2082" OriginalAmount="2082">
      <BasicPropertyInfo Latitude="51.516297503676" Longitude="-0.17123838773159" StarRating="3" HotelCode="510435|55590" HotelName="Belmont Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>104 Sussex Gardens, Paddington, London, Greater London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/20491/120491/7.jpg?f=15507627</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is available to travellers. Wireless internet access is available to guests in the public areas. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2082" OriginalAmount="2082">
      <BasicPropertyInfo Latitude="51.513584991845" Longitude="-0.18002293958023" StarRating="4" HotelCode="15500|247870" HotelName="Park Grand Paddington Court London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Devonshire Terrace, Paddington, London W2 3DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/18454/a_18454_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance to Hyde Park and Kensington Palace Gardens, in close proximity to Paddington station, which has direct links to Heathrow Airport and Lancaster Gate. Bayswater and Queensway Underground stations are nearby, providing easy access to all areas of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2082" OriginalAmount="2082">
      <BasicPropertyInfo Latitude="51.491257702222" Longitude="-0.14276444369643" StarRating="2" HotelCode="903018|489397" HotelName="Surtees Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 Warwick Way, London SW1V 1SB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/348532/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 7 rooms. Services and facilities at the hotel include a restaurant and a bar. Wireless internet access in public areas allows travellers to stay connected. Those arriving in their own vehicles can leave them in the car park of the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2083.00" OriginalAmount="2083.00">
      <BasicPropertyInfo Latitude="51.494528690641" Longitude="-0.20707726478577" StarRating="4" HotelCode="189748|simply_rooms__suites" HotelName="Simply Rooms &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Avonmore Road, London W14 8RP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/313233/313233a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2085" OriginalAmount="2085">
      <BasicPropertyInfo Latitude="51.504244889241" Longitude="-0.033500790596008" StarRating="4" HotelCode="25680|24924" HotelName="DoubleTree by Hilton London - Docklands Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>265 Rotherhithe Street, London SE16 5HW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36624/a_36624_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located approximately 20 minutes from the centre of London, where guests will discover many shopping and entertainment venues. The hotel offers a complimentary shuttle service to and from Canada Water underground station. From here guests can easily reach their destination via the Jubilee Line. London City Airport is roughly a 25-minute journey from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2087" OriginalAmount="2087">
      <BasicPropertyInfo Latitude="51.503914626013" Longitude="-0.22438322453695" StarRating="4" HotelCode="284152|38411" HotelName="Dorsett Shepherds Bush" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Shepherds Bush Green, London W12 8QE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/316236/316236a_hb_a_033.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2087.00" OriginalAmount="2087.00">
      <BasicPropertyInfo Latitude="51.509642" Longitude="-0.083524" StarRating="3" HotelCode="262250|premier_inn_london_bank__tower" HotelName="Premier Inn London Bank (Tower) Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 St Mary At Hill, City Of London, London EC3R 8EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/347667/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located a 15-minute walk to St Paul’s Cathedral, Premier Inn London Bank (Tower) is also 3 minutes’ walk to Monument underground station. Barbican is 1.6 km from the hotel.Each room at Premier Inn features an en suite bathroom equipped with a hairdryer, tea and coffee making faciliti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2088" OriginalAmount="2088">
      <BasicPropertyInfo Latitude="51.514689286984" Longitude="-0.19098669290543" StarRating="4" HotelCode="888763|411140" HotelName="Space Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36-37 Kensington Gardens Square, London W2 4BQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/314562/314562a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Space Apart Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="2088.63" OriginalAmount="2088.63">
      <BasicPropertyInfo Latitude="51.481309398602" Longitude="-0.18987625837326" StarRating="4" HotelCode="14859|10e5eb" HotelName="Millennium &amp; Copthorne Hotels at Chelsea Football Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stamford Bridge, Fulham Road, Chelsea, London SW6 1HS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17462/a_17462_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel has an ideal, central position, just a few kilometres from many of London's top tourist sights. Kings Road, where guests will discover scores of shops and exclusive boutiques within metres of the hotel. Countless restaurants, lively bars and nightclubs are also to be found in the hotel's vicinity. Fulham Broadway underground station lies a few paces from the hotel and Heathrow Airport is 16 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2090" OriginalAmount="2090">
      <BasicPropertyInfo Latitude="51.514466451423" Longitude="-0.174520611763" StarRating="2" HotelCode="35450|2128" HotelName="Mitre House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>178-186 Sussex Gardens, London W2 1TU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57650/a_57650_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located, offering easy access to all of London's most important districts. Whether wishing to visit the city's attractions, simply go shopping or spend a pleasant evening at the theatre, this hotel offers the perfect stopover point. Since its opening in 1900, the hotel has been renovated and modernized several times, whenever quality specifications made it necessary. The most recent renovations took place in 1999. The nearest underground station, Paddington, is just 500 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2091" OriginalAmount="2091">
      <BasicPropertyInfo Latitude="51.511744070906" Longitude="-0.30586257795972" StarRating="4" HotelCode="199789|57468" HotelName="Hotel Xanadu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-42 Bond Street, Ealing, London W5 5AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/6000000/5300000/5292700/5292647/28d31a7b_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Xanadu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2091" OriginalAmount="2091">
      <BasicPropertyInfo Latitude="51.501250494388" Longitude="-0.023310967418153" StarRating="4" HotelCode="446550|200662" HotelName="Novotel London Canary Wharf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>40 Marsh Wall, London E14 9TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/556297/a_556297_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 8 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2092" OriginalAmount="2092">
      <BasicPropertyInfo Latitude="51.481309398602" Longitude="-0.18987625837326" StarRating="4" HotelCode="450197|205314" HotelName="Millennium Hotel at Chelsea Football Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Stamford Bridge, Fulham Road, Chelsea, London SW6 1HS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/5/3/6/0/0/3/8/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2096.00" OriginalAmount="2096.00">
      <BasicPropertyInfo Latitude="51.53509449" Longitude="-0.20103697" StarRating="0" HotelCode="737807|london_queens_apartments" HotelName="London Queens Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>138 Brondesbury Villas, Brent, Greater London NW6 6AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/73727/1873727/1.jpg?f=15405592</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2097" OriginalAmount="2097">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="901566|55566" HotelName="Opulence Central London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Gloucester Place, London W1U 8JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/133852/133852a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfectly situated right in the heart of London's West End, this hotel is only a few steps away from the shopping paradise of Oxford, Regent, Bond and Piccadilly streets. The hotel's location also offers easy access to popular tourist attractions, museums, galleries, theatres, as well as the capital's business district. Marble Arch underground station is 8 minutes' walk and nearby airports include London Heathrow (21 km away), London Gatwick (39 km away), London Luton (43 km away) and London Stansted (49 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2100" OriginalAmount="2100">
      <BasicPropertyInfo Latitude="51.500408" Longitude="-0.107602" StarRating="3" HotelCode="165982|31571" HotelName="Travelodge London Central Waterloo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>195-203 Waterloo Road, London SE1 8UX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/232672/a_232672_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance of some of the capital’s most iconic attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2103" OriginalAmount="2103">
      <BasicPropertyInfo Latitude="51.521001646489" Longitude="-0.12323315628737" StarRating="4" HotelCode="45651|11254" HotelName="Mercure London Bloomsbury" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130-134 Southampton Row, London WC1B 5AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/24348/a_24348_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of London. The British Museum, Convent Garden, Soho and Oxford Street are all within walking distance. Bus stops, restaurants and bars are within easy reach of the hotel, only 500 metres away. The nearest shopping venues are about 1.5 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2108.00" OriginalAmount="2108.00">
      <BasicPropertyInfo Latitude="51.51056113" Longitude="-0.12855342" StarRating="3" HotelCode="726230|assembly_hotel_london" HotelName="Assembly London" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Garden">
        <Address>
          <AddressLines>
            <AddressLine>27-31 Charing Cross Road, London WC2H 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/636991/636991a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2108.28" OriginalAmount="2108.28">
      <BasicPropertyInfo StarRating="4" HotelCode="|711031" HotelName="Holiday Inn London Brentford Lock" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRENTFORD</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/912442_foto_1.jpg</HotelPictures>
        <HotelDescription>Hotel moderno con vistas al canal y wifi gratuito, gimnasio y medios de transportaciandoacute;n con LondresCon vista al Grand Union Canal, el Holiday Innandreg; London - Brentford Lock se ubica muy cerca del centro de Londres. Puede tomar el autobanduacute;s y en 5 min estarandaacute; en la estaciandoacute;n de metro Boston Manor , con varios servicios para llegar directo a la ciudad y al aeropuerto de Heathrow. El hotel estandaacute; a 800 m de la estaciandoacute;n de Brentford, donde hay trenes directos a Waterloo. Si quiere ver rugby, el estadio de Twickenham estandaacute; a 10 min en auto. El hotel estandaacute; a 5 min en auto del London Museum of Water andamp;amp; Steam y a 10 del Jardandiacute;n Botandaacute;nico de Kew. Un viaje de 20 min lo lleva al andaacute;rea semisilvestre del parque Richmond, y estandaacute; a 5 min del centro comercial Westfield London. Mantandeacute;ngase en contacto con el wifi gratuito y aproveche el centro en negocios, que cuenta con 6 salas para un total de 600 asistentes. La Suite Waterfront del hotel tiene vista al canal y es el lugar perfecto para cualquier ocasiandoacute;n importante. Aproveche el servicio de comidas disponible todo el dandiacute;a para ordenar lo que quiera a la hora que quiera en el Open Lobby. Si lo prefiere, ordene en el To Go Cafandeacute; algo para comer allandiacute; o para llevar. Entrene en el gimnasio del hotel y relandaacute;jese con el servicio de habitaciones disponible las 24 h. Los niandntilde;os se alojan y comen gratis.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2111" OriginalAmount="2111">
      <BasicPropertyInfo Latitude="51.480522" Longitude="-0.113443" StarRating="3" HotelCode="94597|58271" HotelName="Belgrave" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9-13 Clapham Road, Oval, London SW9 0JD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/169900/169900a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2115.00" OriginalAmount="2115.00">
      <BasicPropertyInfo Latitude="51.499373886206" Longitude="-0.079210506555939" StarRating="3" HotelCode="267545|premier_inn_london_tower_bridge" HotelName="Premier Inn London Tower Bridge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>159 Tower Bridge Road, Southwark, London SE1 3LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/352760/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2116.00" OriginalAmount="2116.00">
      <BasicPropertyInfo Latitude="51.511742905543" Longitude="-0.1860285423279" StarRating="3" HotelCode="92657|hyde_park_suites" HotelName="Hyde Park Budget Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Inverness Terrace, Bayswater, London W2 3JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/162475/162475a_hb_a_002.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located only minutes (1.3 km) from the famous Hyde Park. Buckingham Palace, Windsor Castle and other attractions are also easily accessible from the aparthotel. It is situated along the city's public transit lines. Guests will find many restaurants and shops nearby. Buses, the underground, rental car services, and taxi cabs all offer guests easy access to attractions as well as to Heathrow Airport, which is located a short driving distance from the hotel, about 13 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2118" OriginalAmount="2118">
      <BasicPropertyInfo Latitude="51.514071" Longitude="-0.184051" StarRating="3" HotelCode="310306|32969" HotelName="Hyde Park Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>47-48 Leinster Gardens, Westminster, W2 6DR London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/189438/189438a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of London, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2118.00" OriginalAmount="2118.00">
      <BasicPropertyInfo Latitude="51.427805" Longitude="-0.318894" StarRating="4" HotelCode="199792|lensbury_resort" HotelName="The Lensbury" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Broom Road, Teddington, Middlesex TW11 9NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/312417/312417a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has 171 non-smoking rooms and includes a lift and a reception desk. To ensure guests a comfortable and relaxing stay, the hotel provides various services and facilities, including a baggage storage service, 24-hour room service, a conference room, a business centre and a coin-operated laundry. Wireless internet access is provided in public areas (no extra charge). Wheelchair-accessible facilities are available. A garden provides extra space for rest and relaxation in the open air. Guests arriving by car can park their vehicles in the car park for no extra charge. Daily newspapers are available for purchase.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2120.00" OriginalAmount="2120.00">
      <BasicPropertyInfo Latitude="51.512367248535156" Longitude="-0.03514229878783226" StarRating="5" HotelCode="0|limehouse_library_hotel" HotelName="Limehouse Library Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>E14 7Hs, London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/extranet/81/ab/81ab0b4f1b2c4a5ab57314d09d02767e6ac327f3.jpeg</HotelPictures>
        <HotelDescription>Location&lt;br /&gt;You’d never want to leave such a hotel — hotel «Limehouse Library Hotel» is located in London. This hotel is located in 6 km from the city center. You can take a walk and explore the neighbourhood area of the hotel. Places nearby: Stepney Green, Tower of London and Tower Bridge.&lt;br /&gt;At the hotel&lt;br /&gt;You can stop by the bar. Taste the local cuisine and have a rest in the restaurant. Have a cup of coffee in the cafe and, who knows, maybe it’s going to be the best one in the city. Free Wi-Fi on the territory will help you to stay on-line.&lt;br /&gt;The following services are also available for the guests: a massage room, a sauna, a steam bath, a spa center, a hamam and a doctor. Sports fans are going to love a fitness center and a gym. Get ready for a fun and exciting vacation! Here’s what you will find on the premises: a library. If you want to make your journey even more comfortable, you can order a transfer.&lt;br /&gt;Accessible for guests with disabilities: the elevator helps them to go to the highest floors. At the guests’ disposal, there’s also ironing, press and a concierge. The staff of the hotel will be happy to talk to you in English, Spanish, Italian, German, Polish and Russian.&lt;br /&gt;Room amenities&lt;br /&gt;Guests will find the following in the room: a TV, a mini-bar and a bathrobe. The room equipment depends on its category.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant 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;Due to the epidemiological situation, tourist trips are limited throughout United Kingdom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2121" OriginalAmount="2121">
      <BasicPropertyInfo Latitude="51.50744031283" Longitude="0.038681477308273" StarRating="4" HotelCode="61557|33395" HotelName="DoubleTree by Hilton Hotel London ExCel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 11/04/2025" 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>2 Festoon Way, Excel, Royal Victoria Dock, London E16 1RH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/79614/a_79614_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in an enviable waterfront location, moments away from links to the city's beating heart. Bond Street is less than 20 minutes away and the centre of London is easily accessed via the Docklands Light Rail at Prince Regent Station, a 4-minute walk from the hotel. It is just a 10-minute journey to the M11 motorway and the M25 is only 20 minutes away. It also lies just minutes from ExCel London (the UK's largest exhibition venue), Canary Wharf and London City Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2121" OriginalAmount="2121">
      <BasicPropertyInfo Latitude="51.537449" Longitude="-0.00239" StarRating="4" HotelCode="209781|37165" HotelName="The Westbridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>335-337 High Street, London E15 2TF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/215288/215288a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2121.00" OriginalAmount="2121.00">
      <BasicPropertyInfo Latitude="51.521068" Longitude="-0.091959999999972" StarRating="5" HotelCode="284132|london_city_suites_2" HotelName="London City Suites By Montcalm" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>42-46 Chiswell Street, EC1Y 4SB London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/391321/a_391321_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2122" OriginalAmount="2122">
      <BasicPropertyInfo Latitude="51.5625" Longitude="-0.13234699999998" StarRating="4" HotelCode="293245|45036" HotelName="SO Archway Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Pemberton Gardens, Archway, London N19 5RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/400938/a_400938_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located about 10 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2124.00" OriginalAmount="2124.00">
      <BasicPropertyInfo Latitude="51.38943" Longitude="-0.32434" StarRating="0" HotelCode="0|hampton_suites_apartments" HotelName="Hampton Suites Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-12 Hampton Suites, Thames Ditton</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/71/ac/71acf881347707e745bf451c5abb19fe7a97edb5.jpeg</HotelPictures>
        <HotelDescription>&lt;/br&gt;&lt;b&gt;Property Location: &lt;/b&gt;With a stay at Hampton Suites Apartments in Thames Ditton, you'll be within a 15-minute drive of Hampton Court Palace and Chessington World of Adventures.  This 4-star apartment is 7.7 mi (12.4 km) from Twickenham Stadium and 12.1 mi (19.5 km) from Thorpe Park.&lt;/br&gt;&lt;b&gt;Rooms: &lt;/b&gt;Make yourself at home in one of the 12 guestrooms, featuring kitchenettes with refrigerators and ovens. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Conveniences include desks and separate sitting areas, and housekeeping is provided weekly.&lt;/br&gt;&lt;b&gt;Amenities: &lt;/b&gt;Make use of convenient amenities, which include complimentary wireless Internet access and complimentary use of a nearby fitness facility.&lt;/br&gt;&lt;b&gt;Business, Other Amenities: &lt;/b&gt;Featured amenities include dry cleaning/laundry services and laundry facilities. Self parking (subject to charges) is available onsite.&lt;/br&gt;&lt;/br&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;/br&gt;&lt;/br&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;/br&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;A deposit of 100.00 GBP per stay will be required at check-in to cover any potential damages.&lt;/br&gt;&lt;b&gt;Parking Space: &lt;/b&gt;Chargeable parking available. Cost: 3.50 GBP.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2127.44" OriginalAmount="2127.44">
      <BasicPropertyInfo Latitude="51.521045131387" Longitude="-0.077661588954925" StarRating="2.5" HotelCode="915051|2124685" HotelName="Point A Hotel London Liverpool Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Folgate Street, London E1 6BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/277590/a_277590_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2129" OriginalAmount="2129">
      <BasicPropertyInfo Latitude="51.457525838165" Longitude="-0.20607835910801" StarRating="3" HotelCode="77360|54248" HotelName="The Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Upper Richmond Road, Putney, London SW15 2RN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/343637/201589145623590.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2132.72" OriginalAmount="2132.72">
      <BasicPropertyInfo Latitude="51.529508" Longitude="-0.123886" StarRating="2" HotelCode="93104|312272" HotelName="The Fairway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/04/2025" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13/15 Argyle Street, King's Cross, London, WC1H 8EJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/d3/3a/d33a3b9a286043fe4e039568b77a1e9449834389.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2134" OriginalAmount="2134">
      <BasicPropertyInfo Latitude="51.517856417062" Longitude="-0.16865106645162" StarRating="3" HotelCode="189721|394333" HotelName="OYO London 24 Sussex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Sussex Gardens, London W2 1UL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/312501/312501a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2144" OriginalAmount="2144">
      <BasicPropertyInfo Latitude="51.493301286729" Longitude="-0.18310904502869" StarRating="4" HotelCode="44236|7071" HotelName="Millennium Gloucester Hotel London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-18 Harrington Gardens, London SW7 4LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17463/a_17463_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is less than a minute's walk from Gloucester Road underground station, with connections to 3 major lines Piccadilly, Circle and District, providing great transport links to the rest of London. It also has links to the M4/A4 motorway network where Heathrow is situated 40-60 minutes away. The hotel is conveniently located close to 2 top exhibition centres Olympia and Earls Court. Plus, some great attractions, including The Natural History, Science and Victoria and Albert museums, Hyde Park, The Royal Albert Hall, Kensington Palace and Gardens and shopping on the Kings Road, High Street Kensington and Knightsbridge, are close by.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2147" OriginalAmount="2147">
      <BasicPropertyInfo Latitude="51.481309398602" Longitude="-0.18987625837326" StarRating="4" HotelCode="450201|205315" HotelName="Copthorne Hotel at Chelsea Football Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Stamford Bridge, Fulham Road, Chelsea, London SW6 1HS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/5/3/6/0/0/3/7/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2147.96" OriginalAmount="2147.96">
      <BasicPropertyInfo StarRating="3" HotelCode="|396142" HotelName="POINT A SHOREDITCH" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1064641_foto_1.jpg</HotelPictures>
        <HotelDescription>Bring a bag, plans, places to be. And check in to your always affordable always reliable Point A Hotel. Sink deep into your Hypnos bed. Help yourself to free WiFi. Get tomorrow-ready in a proper power shower. Then go find your point b. Shoreditch and all of London is on your doorstep.��Every room is compact, well designed and comes with a comfy Hypnos bed, en-suite bathrooms, fast and free WiFi, USB charging point, air conditioning, hairdryer, huge TV with 240 channels and a safe.This Point A Hotel features a 24-hour reception and contemporary lobby area where you can enjoy fast and free WiFi, continental breakfast and coffees and snacks.Shoreditch is one of London's coolest cultural and nightlife destinations. You'll find us right in the heart of the action with great transport links</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2154" OriginalAmount="2154">
      <BasicPropertyInfo Latitude="51.557591" Longitude="-0.28238" StarRating="4" HotelCode="199829|30587" HotelName="Hilton London Wembley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lakeside Way, Wembley, London HA9 0BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/285121/a_285121_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the iconic Wembley Stadium, next to the historical Wembley Arena, and few steps away from the modern London Designer Outlet which has a cinema and trendy shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2160" OriginalAmount="2160">
      <BasicPropertyInfo Latitude="51.49718337" Longitude="-0.20780357" StarRating="3.5" HotelCode="630123|444192" HotelName="Kensington Prime Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Russell Road, London W14 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/799924/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2160.00" OriginalAmount="2160.00">
      <BasicPropertyInfo Latitude="51.526092867083" Longitude="-0.082333490129031" StarRating="4" HotelCode="150869|landmark_apartments" HotelName="Savoy Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Rivington Street, London EC2A 3DZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/64/10/6410a36f146efdb9f3bd3b15e9b941ad4489570b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Savoy Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2160.16" OriginalAmount="2160.16">
      <BasicPropertyInfo Latitude="51.499112" Longitude="-0.112541" StarRating="2.5" HotelCode="915048|936905" HotelName="Point A Hotel, London Westminster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118-120 Westminster Bridge Road, Lambeth, London SE1 7RW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/277587/a_277587_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2161" OriginalAmount="2161">
      <BasicPropertyInfo Latitude="51.524567701034" Longitude="-0.11796723372959" StarRating="4" HotelCode="554898|458171" HotelName="Goodenough College" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Mecklenburgh Square, London WC1N 2AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/57911/3757911/1.jpg?f=15314014</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2161" OriginalAmount="2161">
      <BasicPropertyInfo Latitude="51.49455938613" Longitude="-0.22859273723475" StarRating="2" HotelCode="142845|458410" HotelName="Adria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Glenthorne Road, Hammersmith, London W6 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/203907/a_203907_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Adria Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2162" OriginalAmount="2162">
      <BasicPropertyInfo Latitude="51.514035799833" Longitude="0.031639337539673" StarRating="3" HotelCode="189757|200664" HotelName="Prince Regent Excel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>361-363 Prince Regent Lane, London E16 3JP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/351117/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="2165.40" OriginalAmount="2165.40">
      <BasicPropertyInfo Latitude="51.511987645271" Longitude="0.011246502399445" StarRating="3" HotelCode="33049|112db5" HotelName="Holiday Inn Express Royal Docks, Docklands" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Silvertown Way, E16 1EA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/52486/l_52486_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is perfectly situated in the heart of London's dynamic Docklands area and is only minutes away from Canary Wharf and the ExCeL Exhibition Centre. The Canning Town subway, train and bus station is within 5 minutes' walking distance of this London hotel. Visitors to the World Travel Market, International Boat Show, Toy Fair, London Wine Festival and Anthony Robins Exhibitions will all find the hotel ideally situated. The Millennium Dome is also a short distance away, and London City Airport is only 2 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2166.28" OriginalAmount="2166.28">
      <BasicPropertyInfo StarRating="2" HotelCode="|117114" HotelName="Wardonia Hotel Kings Cross" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/802942_foto_1.jpg</HotelPictures>
        <HotelDescription>Located within a 5 minute walk of both London Kingandrsquo;s Cross Rail Station and St Pancras International Station, the Wardonia Hotel offers basic rooms with free Wi-Fi access. A 24-hour front desk and luggage storage are also provided. Euston Underground and Rail Station can be reached after a 10 minute walk and Covent Garden is just a 10-minute tube journey away. The Bloomsbury Theatre and the Shaw Theatre are within 1-mile of the Wardonia. Each room includes: a flat-screen TV, hairdryer, and coffee andamp; tea amenities, as well as a small private bathroom with a shower. Please note that there is no lift available at the hotel, however staff is here to help carry your luggage to your room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2168" OriginalAmount="2168">
      <BasicPropertyInfo Latitude="51.513973" Longitude="-0.180074" StarRating="2" HotelCode="148231|495215" HotelName="Glendale Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Devonshire Terrace, Paddington, London W2 3DN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/349657/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Glendale Hyde Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2169.52" OriginalAmount="2169.52">
      <BasicPropertyInfo Latitude="51.51629561402" Longitude="-0.17123663310053" StarRating="3" HotelCode="36434|133487" HotelName="Belmont Hotel &amp; Astoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/04/2025" HotelFacility="Air Conditioning,Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>100 &amp; 104 Sussex Gardens, Paddington, London, Greater London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/133487/133487a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on a charming tree-lined street near Hyde Park in central London, just 100 metres from Paddington station and 2 km from Buckingham Palace and Oxford Street, with its abundance of shops. There are also direct links to Heathrow Airport in only 20 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2175" OriginalAmount="2175">
      <BasicPropertyInfo Latitude="51.529324655129" Longitude="-0.12266880501856" StarRating="3" HotelCode="143216|56466" HotelName="Alhambra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17/19 Argyle Street, London, Greater London WC1H 8EJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/e1/da/e1da9de6f9340879ab7644c50fe05ca9510fbb33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Alhambra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2176" OriginalAmount="2176">
      <BasicPropertyInfo Latitude="51.513891" Longitude="-0.178426" StarRating="2.5" HotelCode="35455|2153" HotelName="Prince William" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42-44 Gloucester Terrace, London W2 3DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57655/a_57655_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paddington. Hyde Park is just a stone's throw away. There are scores of shops as well as restaurants and other attractions in the surrounding area. The nearest public transport links are just 100 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="2176.24" OriginalAmount="2176.24">
      <BasicPropertyInfo Latitude="51.504927138539" Longitude="-0.10474718440867" StarRating="3" HotelCode="213140|13678c" HotelName="ibis London Blackfriars Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>49 Blackfriars road, London SE1 8NZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/301822/a_301822_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2177" OriginalAmount="2177">
      <BasicPropertyInfo Latitude="51.508275026069" Longitude="0.035791397094727" StarRating="4" HotelCode="175055|31882" HotelName="Aloft London Excel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>One Eastern Gateway, Royal Victoria Dock, London E16 1FR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/245265/a_245265_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This the only hotel directly connected to the ExCel exhibition centre, just 4 km from London City Airport, offering a prime location for the 2012 London Olympics. The DLR and Jubilee Line take guests to the city centre, which is in less than 2 km away, allowing guests to breeze into the buzz of Central London. The hotel offers a shuttle service to Canary Wharf. The O2 Centre is also very nearby. Other nearby airports include Heathrow (some 39 km), Stansted (55 km) and Gatwick (75 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2179" OriginalAmount="2179">
      <BasicPropertyInfo Latitude="51.515937" Longitude="-0.171949" StarRating="3" HotelCode="13655|21669" HotelName="The Gresham Hotel London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>116 Sussex Gardens, London, Greater London W2 1UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/133519/133519a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This impressive Neo-Georgian style building in Central London is perfectly located for guests who wish to go sightseeing, or are travelling on business. This hotel is just a few minutes' walk from Oxford Street, around 13 minutes from Hyde Park, and just a 5-minute walk from Paddington tube and railway station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2182.92" OriginalAmount="2182.92">
      <BasicPropertyInfo StarRating="3" HotelCode="|171605" HotelName="THE LION &amp; KEY HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/16293_image51032519_0.jpg</HotelPictures>
        <HotelDescription>Situated in the heart of Leyton, it's just a mile and a half from Stratford's Olympic Village and a short Tube ride to Central London. You can enjoy your stay in a luxurious room, and free WiFi is available throughout the hotel. All rooms at the Lion and Key, whether double or triple, are comfortable and beautifully designed in an elegant modern style. Facilities provided as standard include a private bathroom, flat-screen TV, hairdryer, complimentary tea and coffee making and a minibar. Room service is available 24 hours, and if you can't wait to unpack before exploring London, we provide luggage storage facilities. Only two miles from the hotel, guests can enjoy the Westfield Centre, one of London's most prestigious shopping malls. Transport is easy to and from the Lion and Key. City Airport is just five miles away, while the stations within easy walking distance are Leyton, giving access to the Tube via the Central Line, and Leyton Midland Road. 
*All the guests will need to provide during the check in a letter from their employer (on a company headed paper) stating that they need accommodation in our hotel for work purpose.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2183.64" OriginalAmount="2183.64">
      <BasicPropertyInfo StarRating="3" HotelCode="|825946" HotelName="IBIS LONDON SHEPHERDS BUSH" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/803505_foto_1.jpg</HotelPictures>
        <HotelDescription>The hotel is located close to Shepherds Bush tube station and Westfield. Central Line going directly to Oxford Circus in 15 minutes.Standard rooms are modern and boasts everything you need.Breakfast and Dinner are available at this property.This is a modern hotel.The hotel has a small lobby.The hotel is 5 minutes away from Westfield Shopping Centre and within easy acess to public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2194" OriginalAmount="2194">
      <BasicPropertyInfo Latitude="51.544577" Longitude="-0.172655" StarRating="3.5" HotelCode="18450|29289" HotelName="Best Western Swiss Cottage Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Adamson Road, Swiss Cottage, London NW3 3HP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22441/a_22441_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2198.00" OriginalAmount="2198.00">
      <BasicPropertyInfo Latitude="51.49602388" Longitude="-0.01449762" StarRating="4" HotelCode="971257|the_collective_canary_wharf" HotelName="The Collective Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Crossharbour Plaza, Tower Hamlets, London E14 9YF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/37000000/36670000/36660300/36660267/dbf158a9_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2199" OriginalAmount="2199">
      <BasicPropertyInfo Latitude="51.161913" Longitude="-0.17797100000007" StarRating="3" HotelCode="293839|80296" HotelName="Hampton by Hilton London Gatwick Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Longbridge House, North Terminal Gat, London RH6 0PJ</AddressLine>
          </AddressLines>
          <CityName>Gatwick</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/401587/a_401587_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Gatwick, this airport hotel is ideal for business travellers arriving or departing from London - Gatwick (LGW) Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2200.44" OriginalAmount="2200.44">
      <BasicPropertyInfo Latitude="51.513571759843" Longitude="-0.19265100359917" StarRating="2" HotelCode="19337|6567" HotelName="Wedgewood" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/04/2025" HotelFacility="Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Leinster Square, Bayswater, London W2 4PU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/24350/a_24350_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy, intimate hotel is well located at the heart of Bayswater and dates back to 1800. Bayswater underground station is just 500 m away and the famous Hyde Park is just 5 minutes walk from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2204" OriginalAmount="2204">
      <BasicPropertyInfo Latitude="51.500585" Longitude="-0.025219" StarRating="4" HotelCode="74679|64085" HotelName="Marlin Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/03/2025" HotelFacility="Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Byng Street, Canary South, Westferry Road, Canary Wharf, London E14 8GG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/101818/a_101818_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These apartments are accessible from Byng Street, off Westferry Road. It is approximately a 7-minute walk from the apartments to the heart of Canary Wharf and the Jubilee underground line with fantastic underground and rail links to London’s West End and London City. The development is about a 3-minute walk from either South Quay or Heron Quays DLR station. It is also conveniently located near to London City Airport, which is some 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2206" OriginalAmount="2206">
      <BasicPropertyInfo Latitude="51.54990112696" Longitude="-0.18099009990692" StarRating="3" HotelCode="35169|35771" HotelName="Quality Hampstead" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Frognal, Hampstead, London NW3 6AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57310/ba_57310_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Hampstead and affords fabulous views out over the park. Countless shops, bars, pubs and restaurants are all within a few minutes walk of the hotel (approximately 500 m). The nearest public transport links are 100 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2213" OriginalAmount="2213">
      <BasicPropertyInfo Latitude="51.495079759198" Longitude="-0.18420875072479" StarRating="3" HotelCode="87667|16339" HotelName="ibis Styles London Gloucester Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Cromwell Road, London SW7 4ES</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/122558/a_122558_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic business hotel is situated on the Cromwell Road in Kensington. Gloucester Road tube station is just a few minutes’ walk away and sights such as Harrods, Hyde Park, the Natural History Museum and the Science Museum are all within walking distance of the accommodation. The Victoria and Albert Museum is just 800 metres away, Kensington Palace is 1.3 km away and the Royal Albert Hall is 1.6 km from the hotel. The London airports of Heathrow, City, Gatwick, Luton and Stansted are 22 km, 36 km, 49 km, 62 km and 81 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2218.12" OriginalAmount="2218.12">
      <BasicPropertyInfo Latitude="51.518149" Longitude="-0.170865" StarRating="3" HotelCode="915070|936745" HotelName="Point A Hotel, London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Praed Street, Paddington, London W2 1NR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/277609/a_277609_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2219" OriginalAmount="2219">
      <BasicPropertyInfo Latitude="51.52276145" Longitude="-0.10426755" StarRating="4" HotelCode="986347|417421" HotelName="YOTEL London City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2025">
        <Address>
          <AddressLines>
            <AddressLine>96-100 Clerkenwell Road, London EC1M 5RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/1274979/w_1274979_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2220" OriginalAmount="2220">
      <BasicPropertyInfo Latitude="51.5209587" Longitude="-0.0918594" StarRating="5" HotelCode="904260|31924" HotelName="The Montcalm At The Brewery London City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52 Chiswell Street, EC1Y 4SA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/237972/w_237972_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city. The railway station and Barbican underground station are less than 10 minutes' walk away and offer easy access to the rest of Central London. The Barbican Centre and the Barbican Cinema is 1 minute from the hotel. St Paul's Cathedral is about 1500 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2222" OriginalAmount="2222">
      <BasicPropertyInfo Latitude="51.471354" Longitude="-0.137138" StarRating="3" HotelCode="114531|199335" HotelName="Chelsea Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>372 Wandsworth Road, London, SW8 4TE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/7000000/6670000/6666900/6666830/48c2797e_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2222" OriginalAmount="2222">
      <BasicPropertyInfo Latitude="51.490891414142" Longitude="-0.19382429458221" StarRating="3" HotelCode="94573|200031" HotelName="Mowbray Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28/32 Penywern Road, Earls Court, London SW5 9SU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131390/a_131390_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel benefits from its close proximity to Earl's Court Exhibition Centre and Earl's Court underground station, where there are plenty of bars and restaurants, and is only 40 km from Heathrow Airport and 20 minutes from Gatwick via West Brompton Station. Nearby places of interest include the Natural History Museum, Victoria &amp; Albert Museum, Kensington Palace, West End Theatres and Portobello Road Market.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2227.00" OriginalAmount="2227.00">
      <BasicPropertyInfo Latitude="51.474348" Longitude="-0.019471" StarRating="4" HotelCode="199793|mercure_london_greenwich_2" HotelName="DoubleTree by Hilton London Greenwich" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Catherine Grove, Greenwich, London SE10 8BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/285080/a_285080_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just 10 minutes’ walk from the historic ship The Cutty Sark and the National Maritime Museum. Central London can be reached in 15 minutes by train. The O2 Arena entertainment venue can be reached in 20 minutes via public transport, and Greenwich Market and observatory are just 5 minutes walking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2229.00" OriginalAmount="2229.00">
      <BasicPropertyInfo Latitude="51.491665354229" Longitude="-0.21061167757591" StarRating="3" HotelCode="186224|w14_hotel" HotelName="The W14 Hotel Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16-22 Gunterstone Road, West Kensington, London W14 9BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/172693/172693a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London’s trendy Kensington district, the hotel is situated on a quiet, leafy, residential road close to the prestigious shops of High Street Kensington. The hotel is just a 10-minute underground ride from the sights and sounds of Central London, such as the Natural History Museum, 1 km, Hyde Park, 1.2 km, Hammersmith Apollo Theatre, 700 m, or Buckingham Palace, 2.5 km. London Heathrow Airport is just 10 km from the hotel, London Gatwick Airport is roughly 45 km away and London Stansted Airport is around 55 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2237.16" OriginalAmount="2237.16">
      <BasicPropertyInfo StarRating="3" HotelCode="|147598" HotelName="IBIS LONDRES EARLS COURT" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/886109_foto_1.jpg</HotelPictures>
        <HotelDescription>This hotel is located in central London, exactly half km from Earls Court Exhibition Centre. It consists of 504 rooms, all indicated for non-smokers. The hotel also offers rooms for guests with disabilities.
All rooms offer many services that contribute to an excellent stay such as television, telephone, private bathroom with hairdryer and Internet connection.
The hotel also allows stay with pets.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2239.00" OriginalAmount="2239.00">
      <BasicPropertyInfo Latitude="51.49798782" Longitude="-0.22760436" StarRating="4" HotelCode="433345|lamington_apartments" HotelName="Lamington - Hammersmith Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>109 Hammersmith Grove, London W6 0NQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/595659/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London. The nearest airport is Lamington - Hammersmith Serviced Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2240.00" OriginalAmount="2240.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|816331" HotelName="TAVISTOCK HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/10742_image63208923_0.jpg</HotelPictures>
        <HotelDescription>The Tavistock is a very popular and friendly hotel. It has a stylish Art Deco entrance and treats you to a welcoming atmosphere. The hotel is centrally located in Bloomsbury, a gorgeous tranquil area nestled in between the buzzing West End, Covent Garden and Holborn. Bloomsbury is peppered with charming garden squares and in fact The Tavistock overlooks one of prettiest; Tavistock Square. The hotel is surrounded by excellent transport links which will allow you to step into other new and exciting London territory!</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2242.00" OriginalAmount="2242.00">
      <BasicPropertyInfo Latitude="51.522289246488" Longitude="-0.14261305332184" StarRating="4" HotelCode="29460|holiday_inn_london__regents_park" HotelName="Holiday Inn London Regent's Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2,HALF-BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carburton Street, London W1W 5EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46905/a_46905_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to Regent's Park just 1.5 km from renowned Tottenham Court Road with its many shopping venues and the famous waxworks of Madame Tussaud's. Great Portland Street underground station is just 1 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2242.68" OriginalAmount="2242.68">
      <BasicPropertyInfo StarRating="3" HotelCode="|711077" HotelName="Holiday Inn Express Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/803411_foto_1.jpg</HotelPictures>
        <HotelDescription>Disfrute de una candaacute;lida bienvenida y de excelentes enlaces de transporte en el hotel Holiday Inn Express London-Park Royal. Holiday Inn Express London-Park Royal, un moderno hotel de 5 plantas con una llamativa fachada azul y blanca, estandaacute; sandoacute;lo a 2 minutos caminando de la estaciandoacute;n de metro de North Acton para los enlaces de transporte randaacute;pidos al centro de Londres. Nuestro amable personal le darandaacute; la bienvenida en nuestro elegante hall, a sandoacute;lo 40 minutos en metro del aeropuerto de Heathrow. Celebre eventos para hasta 60 delegados en las 3 salas de reuniones con luz natural del Holiday Inn Express London-Park Royal y compruebe su correo electrandoacute;nico en cualquier momento a travandeacute;s de la conexiandoacute;n inalandaacute;mbrica a Internet. Nos encontramos en el centro de negocios Park Royal, a 5, 5 km de las exposiciones del centro de conferencias de Wembley. Westfield London, a 5 minutos en metro del hotel, es el centro comercial urbano mandaacute;s grande de Europa con tiendas de diseandntilde;o, un complejo de cines y restaurantes de todo el mundo. Planifique su dandiacute;a mientras toma un desayuno gratuito en el salandoacute;n principal de planta abierta del Holiday Inn Express London-Park Royal. Hay un menanduacute; de noche del bar y deportes en directo en la televisiandoacute;n de plasma.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2243.28" OriginalAmount="2243.28">
      <BasicPropertyInfo StarRating="4" HotelCode="|091821" HotelName="LENSBURY RESORT HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1068153_foto_10.jpg</HotelPictures>
        <HotelDescription>The Lensbury is full of surprises, nestled on the banks of the River Thames and within easy reach of London, Heathrow and Richmond.  Set in 25 acres of beautiful landscaped grounds on the banks of the River Thames. The 4-star Lensbury Hotel boasts unrivalled indoor and outdoor leisure facilities, state of the art health club, award-winning spa and a hi-tech Conference Centre.The choice of restaurants and bars will complete your stay. A pre-dinner drink can be enjoyed in the elegant Foyer Lounge before dinner or in the contemporary Terrace Conservatory overlooking the lawns that stretch down to the river. All 173 bedrooms at The Lensbury are appointed in a contemporary style with en-suite facilities. Guests can enjoy complimentary use of The Lensbury's outstanding leisure facilities. All of the bedrooms feature are non-smoking and feature: 24-hour room service, data ports, direct dial telephone, electric shaver point, en-suite bathroom, hairdryer, heating control, internet access, iron and ironing board (in room or on request), key card access, LCD TV with Freeview, tea and coffee making facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2244" OriginalAmount="2244">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="901383|57425" HotelName="Kings Cross Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Euston Road, London NW1 2SA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/369950/369950a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2244" OriginalAmount="2244">
      <BasicPropertyInfo Latitude="51.495733" Longitude="-0.18927" StarRating="4" HotelCode="115167|31827" HotelName="Park City Grand Plaza Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18-30 Lexham Gardens, London W8 5JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/341428/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set within the exclusive Royal Borough of Kensington and Chelsea, in close proximity to Earl's Court and the Olympia exhibition venues. The closest tube station is Earl's Court (some 500 m) and the Royal Albert Hall, London's famed museums such as the Victoria and Albert Museum and the Natural History Museum (both about 1 km) and the exclusive shopping areas of Knightsbridge and Kensington are also nearby, including Harrods (around 1.2 km). Paddington train station is approximately 2 km, Victoria Coach Station is about 3 km, as is Piccadilly Circus.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2247" OriginalAmount="2247">
      <BasicPropertyInfo Latitude="51.49273767182" Longitude="-0.22999942302704" StarRating="3.5" HotelCode="169979|24795" HotelName="Seraphine Hammersmith Hotel, Sure Hotel Collection by Best Western" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84 King Street, Hammersmith, London  W6 0QW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/236937/a_236937_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from Hammersmith underground station and Hammersmith Apollo. Pubs and bars overlooking the River Thames are a 15-minute walk away. The Olympia and Earl's Court exhibition centres are just a 5-minute taxi ride or a few stops on the tube away. Nearby airports include London Heathrow (20 km away), London Gatwick and Stansted (both 23 km away), and London Stansted (approximately 76 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2249" OriginalAmount="2249">
      <BasicPropertyInfo Latitude="51.546371854665" Longitude="-0.0076075158691538" StarRating="3" HotelCode="986134|465348" HotelName="Aparthotel Adagio London Stratford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>42 Celebration Avenue, Penny Brookes Street, London E20 1BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/1095216/w_1095216_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2253" OriginalAmount="2253">
      <BasicPropertyInfo Latitude="51.479682365424" Longitude="-0.31497303572087" StarRating="4" HotelCode="171079|45064" HotelName="Hilton London Syon Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>London Syon Park, Middlesex, London TW8 8JF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/239211/a_239211_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute drive from Richmond underground station, which offers direct access to the centre of London. The centre of Brentford is some 15 minutes away on public transport. Kew Gardens are some 3.8 km away. Heathrow Airport is within a 15-minute drive of the hotel (12 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2258.00" OriginalAmount="2258.00">
      <BasicPropertyInfo Latitude="51.490582511143" Longitude="-0.1384449005127" StarRating="3" HotelCode="34472|huttons_hotel" HotelName="Huttons" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 - 57 Belgrave Road, SW1V 2BB London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54924/a_54924_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular non-smoking hotel is situated at the heart of London. Many of the capital's most popular tourist sights, including Piccadilly Circus, the London Eye, Buckingham Palace and famous Big Ben, are all located in the vicinity. In addition, countless shopping and entertainment venues are within walking distance, or may easily be reached by making use of public transport. Victoria Station is only around 5 minutes away and Westminster Abbey, the Houses of Parliament, as well as the Tate Gallery, are only a few minutes away. The transfer time to Gatwick and Heathrow Airports takes around an hour and Stansted Airport is around 90 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2259" OriginalAmount="2259">
      <BasicPropertyInfo Latitude="51.500889" Longitude="-0.019559" StarRating="4" HotelCode="60729|17101" HotelName="Hilton Canary Wharf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>South Quay, Marsh Wall, London E14 9SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/78593/a_78593_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location for both business travellers and tourists, in one of the newest commercial districts in London, which is fast becoming a popular shopping destination and is accessible by river-taxi from central London. The centre of Canary Wharf is only around 100 m away, with restaurants, bars and shopping amenities about 300 m away. The underground station Canary Wharf is around 600 m from the hotel, the nearest regional railway station is around 1 km away and it is 2.5 km to the tourist centre of London. London's City Airport is 6 km away, Heathrow is around 33 km away, Stansted 55 km, Gatwick 73 km and Luton Airport is about 77 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2267" OriginalAmount="2267">
      <BasicPropertyInfo Latitude="51.51695446" Longitude="-0.068312" StarRating="3.5" HotelCode="986393|520369" HotelName="Hyatt Place London City East" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Whitechapel Road, Black Lion House, London E1 1DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/1279446/a_1279446_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2267.64" OriginalAmount="2267.64">
      <BasicPropertyInfo StarRating="2" HotelCode="|710774" HotelName="Dover Hotel" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/887587_foto_1.jpg</HotelPictures>
        <HotelDescription>Located in Victoria (3 mins walk from Victoria Station), in the heart of Central London, Dover Hotel offers quality inexpensive accommodation, where you can base your visit to London, whether it be for business or pleasure. We are conveniently located near Victoria Station and other major transport links to provide easy access to all tourist and business areas. With friendly staff, excellent service (free Wi-Fi internet access for all guests!) and an ideal location, Dover Hotel is the perfect place to stay for your next visit to London. Feel free to contact us with any questions you may have.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2268" OriginalAmount="2268">
      <BasicPropertyInfo Latitude="51.669771" Longitude="-0.157157" StarRating="4" HotelCode="114935|411725" HotelName="West Lodge Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cockfosters Road, Hadley Wood, London, Herts EN4 0PY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/158479/a_158479_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Beale Arboretum was founded in 1963 by Edward Beale and the hotel would like to welcome all its guests to have a stroll in the beautiful grounds. The park features the National Collection of Hornbeams, as well as over 800 different species of trees from around the world. The 14 hectares surrounding the hotel form part of the Enfield Chase, an oasis of open space, wonderful views, and peace and quiet within the M25. The centre of London is roughly 22 km away, while the Emirates Stadium is some 16 km away and Wembley Stadium around 35 km from the hotel. London City Airport is approximately 23 km from the hotel, London Luton Airport is around 40 km away, while Stansted Airport is some 51 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2271.00" OriginalAmount="2271.00">
      <BasicPropertyInfo Latitude="51.46158312" Longitude="-0.29852931" StarRating="2" HotelCode="153320|quinns_hotel" HotelName="Quinns Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48 Sheen Road, Richmond-Upon-Thames, TW9 1AW London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/22/d6/22d6c60a6928f1b035bfe364fcb32ed85bfae345.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Less than a 10-minute drive from Twickenham Stadium, Quinns Hotel offers free parking and a 24-hour front desk. Located in Richmond town centre, this guest accommodation provides basic rooms less than 5 minutes&amp;apos; walk from Richmond Rail and Underground Station.Kew Royal Botanic Gardens are within a 15-minute walk. Richmond Park and Richmond Hill are less than 20 minutes&amp;apos; walk away, and offer scenic walking routes. London city centre can be reached after a 30-minute Tube journey, with Waterloo Station just 20 minutes away by train.Continental breakfast is served each morning between 06:30 and 09:00. Free Wi-Fi is available in public areas and there is a 24-hour front desk.A TV and tea and coffee facilities are provided in each simply decorated room. Some rooms have their own bathrooms, while others have shared bathroom facilities.Free car parking is available on site, but is limited and subject to availability.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2276" OriginalAmount="2276">
      <BasicPropertyInfo Latitude="51.513991" Longitude="-0.189569" StarRating="3" HotelCode="21204|44999" HotelName="London House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Kensington Gardens Square, Bayswater, West London W2 4DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/27391/a_27391_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on a quiet and charming street in the Bayswater area, just a short distance from Hyde Park and the fashionable Notting Hill. The vibrant Queensway is a short stroll away and features bars, ethnic restaurants, coffee shops and Whiteley's shopping centre. Oxford Street is 3 km away and Bayswater station provides convenient access to all the city's sights. Heathrow, Luton, Stansted and Gatwick airports are 25 km, 55 km, 60 km and 90 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2279" OriginalAmount="2279">
      <BasicPropertyInfo Latitude="51.53635254372" Longitude="-0.0045865774154663" StarRating="3" HotelCode="34466|24614" HotelName="Holiday Inn Express Stratford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 High Street, London E15 2NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54911/a_54911_C1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is situated in the heart of East London in Stratford, which will host the 2012 Olympics. It lies within walking distance of Stratford's tube station, train station and bus station. The former provides access to the Central and Jubilee lines, and guests also enjoy access to London's overground rail system and to the Docklands Light Railway. Guests will find a number of restaurants, shops, bars and pubs in the centre of Stratford, just a few minutes' walk from the hotel. The airports of London City, Stansted, Heathrow, Luton and Gatwick are 8 km, 50 km, 60 km, 75 km and 80 km away, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2290.00" OriginalAmount="2290.00">
      <BasicPropertyInfo Latitude="51.49533462524414" Longitude="-0.13166099786758423" StarRating="3" HotelCode="0|premier_inn_london_victoria" HotelName="Modern Rooms and Studio in Westminster" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Medway Street, London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/0d/03/0d03a32db98703f410691504a7c810e0b8d626c2.jpeg</HotelPictures>
        <HotelDescription>Set in a prime location of London, Premier Inn London Victoria puts everything the city has to offer just outside your doorstep. Featuring a satisfying list of amenities, guests will find their stay at the property a comfortable one. Elevator, bar are just some of the facilities on offer. Each guestroom is elegantly furnished and equipped with handy amenities. The property offers various recreational opportunities. A welcoming atmosphere and excellent service are what you can expect during your stay at Premier Inn London Victoria.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant 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;Due to the epidemiological situation, tourist trips are limited throughout United Kingdom.&lt;br /&gt;This Premier Inn is undergoing a refurbishment of the rooms and reception from 1 December 2019 until</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="2291.79" OriginalAmount="2291.79">
      <BasicPropertyInfo Latitude="51.486248357341" Longitude="-0.20259759755322" StarRating="3" HotelCode="38343|1134ae" HotelName="Holiday Inn Express Earls Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>295 North End Road, London, W14 9NS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/63361/a_63361_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just within a few minutes of Earl’s Court Arena and Olympia Exhibition Centre. West Kensington bus and underground station offers guests direct access to the centre of London via the District Line. Gatwick and Heathrow airport are 46 km and 22 km from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2292.48" OriginalAmount="2292.48">
      <BasicPropertyInfo StarRating="4" HotelCode="|173768" HotelName="Heeton Concept Hotel-Luma Hammersmith" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1026067_foto_1.jpg</HotelPictures>
        <HotelDescription>Make yourself at home in one of the 89 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and blackout drapes/curtains.Wrap up your day with a drink at the bar/lounge.Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff.With a stay at Heeton Concept Hotel - Luma Hammersmith in London (Hammersmith), you'll be a 4-minute drive from Westfield London Shopping Centre and 8 minutes from Hyde Park.  This hotel is 4.6 mi (7.4 km) from Buckingham Palace and 4.9 mi (7.8 km) from Piccadilly Circus.Distances are displayed to the nearest 0.1 mile and kilometer.  Eventim Apollo - 0.8 km / 0.5 mi  Thames River - 1.1 km / 0.7 mi  Olympia Conference and Exhibition Centre - 1.7 km / 1.1 mi  Kensington High Street - 1.8 km / 1.1 mi  Westfield London Shopping Centre - 2.1 km / 1.3 mi  Kensington Gardens - 3.4 km / 2.1 mi  Portobello Road Market - 3.6 km / 2.2 mi  Kensington Palace - 4 km / 2.5 mi  Stamford Bridge Stadium - 4.1 km / 2.5 mi  Imperial College London - 4.2 km / 2.6 mi  Royal Albert Hall - 4.3 km / 2.7 mi  Science Museum - 4.4 km / 2.7 mi  Natural History Museum - 4.5 km / 2.8 mi  Hyde Park - 4.6 km / 2.8 mi  Victoria and Albert Museum - 4.8 km / 3 mi  The nearest airports are:Heathrow Airport (LHR) - 20.4 km / 12.7 mi London City Airport (LCY) - 22 km / 13.7 mi Gatwick Airport (LGW) - 88.2 km / 54.8 mi Luton Airport (LTN) - 53.9 km / 33.5 mi</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2294" OriginalAmount="2294">
      <BasicPropertyInfo Latitude="51.491434233466" Longitude="-0.12186884880066" StarRating="4" HotelCode="37642|3089" HotelName="Park Plaza London Riverbank" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Albert Embankment, London  SE1 7TJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/62053/a_62053_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the River Thames, opposite the Tate Britain art gallery. It offers impressive views over the Houses of Parliament and Big Ben.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2294.00" OriginalAmount="2294.00">
      <BasicPropertyInfo Latitude="51.510410953562" Longitude="-0.068147279098525" StarRating="0" HotelCode="412894|wombats_city_hostel_london" HotelName="Wombats City Hostel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Elevator,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 Dock Street, London E1 8LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0020/43519/2043519/43.jpg?f=15597469</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located right in the heart of London. Its setting is especially ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2296" OriginalAmount="2296">
      <BasicPropertyInfo Latitude="51.4940356" Longitude="-0.14092900000003" StarRating="0" HotelCode="981701|491813" HotelName="The Eaton Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Gillingham Street, London SW1V 1HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0030/97981/3097981/1.jpg?f=15185769</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2302" OriginalAmount="2302">
      <BasicPropertyInfo Latitude="51.561469" Longitude="-0.27925099999993" StarRating="4" HotelCode="298481|80496" HotelName="Novotel London Wembley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Olympic Way, Wembley, London HA9 0NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/406700/a_406700_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2304" OriginalAmount="2304">
      <BasicPropertyInfo Latitude="51.513012992287" Longitude="-0.1834044110451" StarRating="3" HotelCode="11952|6972" HotelName="Duke of Leinster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Leinster Gardens, London W2 3AN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/11807/a_11807_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the Bayswater district of London, close to Queensway underground station and Bayswater Road. Countless shopping venues, bars and restaurants are to be found in the vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2306.00" OriginalAmount="2306.00">
      <BasicPropertyInfo Latitude="51.526262043725" Longitude="-0.12671771707131" StarRating="2" HotelCode="114601|mentone_hotel" HotelName="Mentone Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54-56 Cartwright Gardens, London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/315677/315677a_hb_a_021.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2306.40" OriginalAmount="2306.40">
      <BasicPropertyInfo Latitude="51.492992343124" Longitude="-0.14307707548141" StarRating="3" HotelCode="46196|315030" HotelName="Premier Inn London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>82-83 Eccleston Square, Off 55 Gillingham Street, London Victoria SW1V 1PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/337968/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2307" OriginalAmount="2307">
      <BasicPropertyInfo Latitude="51.511751442225" Longitude="-0.17764940857887" StarRating="4" HotelCode="66003|341" HotelName="Corus Hotel Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Lancaster Gate, London W2 3LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/85471/a_85471_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly next to Hyde Park and only a short distance from Oxford Street. Restaurants, bars and shops are all within walking distance while the nearest underground station is Lancaster Gate.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2315" OriginalAmount="2315">
      <BasicPropertyInfo Latitude="51.49883" Longitude="-0.192032" StarRating="4" HotelCode="16086|823" HotelName="Holiday Inn London - Kensington High St." Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wrights Lane, Kensington, London W8 5SP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/1000000/10000/9800/9789/83eef503_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a quiet location in the heart of Kensington, conveniently close to the prestigious shops of High Street Kensington, and only a two-minute walk to the underground station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2319.84" OriginalAmount="2319.84">
      <BasicPropertyInfo Latitude="51.481123" Longitude="-0.148804" StarRating="4" HotelCode="160539|341025" HotelName="Pestana Chelsea Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>354 Queenstown Road, London SW8 4AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/226795/w_226795_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located for both business and leisure travel, this is a new 14-storey hotel, built in 2009, which forms part of the Berkeley Homes Chelsea Bridge Wharf development on Queenstown Road. It has a privileged location along the River Thames on Chelsea Bridge, opposite Battersea Park. Sloane Square and Victoria stations are within a comfortable 10-minute walk of the hotel. Bus and train services are also close by.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2323" OriginalAmount="2323">
      <BasicPropertyInfo Latitude="51.493098588254" Longitude="-0.14424671899588" StarRating="3" HotelCode="34554|35758" HotelName="Comfort Inn Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-24 Belgrave Road, London SW1V 1QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54889/a_54889_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Comfort Inn Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2324.00" OriginalAmount="2324.00">
      <BasicPropertyInfo Latitude="51.65589774" Longitude="-0.18333901" StarRating="0" HotelCode="787860|hadley_hotel" HotelName="The Hadley Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Inns" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>113 Hadley Road, Barnet EN5 5QN</AddressLine>
          </AddressLines>
          <CityName>Barnet</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/4d/36/4d3671f879e291373eb4960bffae4e57767a0158.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2325.12" OriginalAmount="2325.12">
      <BasicPropertyInfo StarRating="3" HotelCode="|710821" HotelName="Holiday Inn Express London Limehouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/803412_foto_1.jpg</HotelPictures>
        <HotelDescription>Alandoacute;jese en el hotel Holiday Inn Express London-Limehouse, situado estratandeacute;gicamente a 5 minutos a pie de Limehouse DLR y a 8 km del aeropuerto London City. El moderno hotel Holiday Inn Express London-Limehouse se encuentra justo a las afueras de la ciudad de Londres y la Congestion Charge Zone del distrito del Este de Londres de Limehouse. Estandaacute; a un pequeandntilde;o paseo de Docklands Light Railway (DLR), donde hay trayectos cada 20 minutos hacia el centro de Londres y el aeropuerto London City. Las 4 salas de reuniones del Holiday Inn Express London-Limehouse se pueden adaptar para reuniones de hasta 20 personas. Puede tomar el tren DLR y llegar en 5 minutos a las estaciones Canary Wharf y Bank y desde allandiacute; acceder a las exposiciones y conferencias del centro de exposiciones ExCel en tan solo 13 minutos. Se proporciona conexiandoacute;n inalandaacute;mbrica a Internet en todo el hotel. A 10 minutos en coche, llegarandaacute; al O2 Arena de Greenwich, donde podrandaacute; disfrutar de entretenimiento y manduacute;sica en directo. Puede adquirir una tarjeta de viajes de Londres para acceder a los sitios emblemandaacute;ticos de la ciudad.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2329" OriginalAmount="2329">
      <BasicPropertyInfo Latitude="51.473495" Longitude="-0.492047" StarRating="5" HotelCode="888197|24971" HotelName="Sofitel London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 5, London Heathrow Airport, London TW6 2GD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/136512/a_136512_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is linked to Terminal 5 at Heathrow Airport. Windsor is less than 16 km away and can be reached in just 5 minutes by car, and Central London is only 21 minutes away via the Heathrow Express train. Guests will find restaurants and tourist attractions at Windsor, whilst shops can be found at Kingston, which is 15 km from the hotel. Nearby sights include Legoland, which is 10 km away, and Wembley Stadium, Wimbledon and Royal Ascot, which can all be reached in 45 minutes by public transport. Heathrow Airport is just 2 km from the establishment, whilst other nearby airports include London City (61 km), Luton (63 km), London Gatwick (76 km) and London Stansted (88 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2330" OriginalAmount="2330">
      <BasicPropertyInfo Latitude="51.491946750254" Longitude="-0.19442496197132" StarRating="3" HotelCode="130405|199901" HotelName="The Trebovir Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Trebovir Road, Kensington, London SW5 9NH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/188144/w_188144_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street, just minutes from Earl's Court Underground Station and the Olympia Exhibition Centre. With excellent transport links nearby, this is the perfect base for exploring London's historic sights, museums, theatres, restaurants and shopping venues. London’s Heathrow, City and Gatwick airports are approximately 22, 35 and 48 km away. Furthermore, the hotel is some 62 km away from London Luton Airport and 81 km from London Stansted Airport. Haverfordwest Airport is approximately 151 km from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2331.00" OriginalAmount="2331.00">
      <BasicPropertyInfo Latitude="51.529497601416" Longitude="-0.12343034324442" StarRating="3" HotelCode="11325|hotel_california_13" HotelName="The California" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-8 Belgrove Street, Kings Cross, London WC1H 8AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/367768/367768a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2333" OriginalAmount="2333">
      <BasicPropertyInfo Latitude="51.4906309" Longitude="-0.15733554" StarRating="1" HotelCode="965093|399770" HotelName="Sloane Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>62-64 Lower Sloane Street, Chelsea, London SW1W 8BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/957801/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2341" OriginalAmount="2341">
      <BasicPropertyInfo Latitude="51.55315067" Longitude="-0.2854628" StarRating="3" HotelCode="522802|395502" HotelName="The Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>324 Harrow Road, Wembley, London HA9 6LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/692209/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2342" OriginalAmount="2342">
      <BasicPropertyInfo Latitude="51.532038750126" Longitude="-0.10957106825698" StarRating="4" HotelCode="259003|10170" HotelName="DoubleTree by Hilton London Angel Kings Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Pentonville Road, London N1 9LA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15137/a_15137_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated at the heart of the hip London district of Islington. There are various international restaurants in the surrounding area as well as cosy pubs and bars. Charming antique shops and numerous other shops are also located within walking distance.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2353.04" OriginalAmount="2353.04">
      <BasicPropertyInfo Latitude="51.52232679667" Longitude="-0.12418359518051" StarRating="3" HotelCode="16150|6634" HotelName="The President Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-60 Guilford Street, London WC1N 1DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19402/a_19402_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bloomsbury, only a short walk from the theatres, Convent Garden and the British Museum. Russell Square underground (Piccadilly Line) is located close to the hotel. Euston, St Pancreas and King's Cross stations are also nearby.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2356" OriginalAmount="2356">
      <BasicPropertyInfo Latitude="51.493795592143" Longitude="-0.19176453351974" StarRating="4" HotelCode="93107|49273" HotelName="Park Grand London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27/37 Hogarth Road, Kensington, London SW5 0QQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/129485/a_129485_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a quiet street in the tourist heart of London, this hotel offers the ideal starting point from which to explore the major sights. The tube is just a few metres away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2356.16" OriginalAmount="2356.16">
      <BasicPropertyInfo Latitude="51.510896976166" Longitude="-0.18393900000001" StarRating="4" HotelCode="52837|33424" HotelName="Thistle Kensington Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>104 Bayswater Road, London W2 3HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57834/a_57834_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located on Bayswater Road, close to Hyde Park. There is a wonderful panoramic view over Palace Gardens and Hyde Park from the hotel. The famous district of Notting Hill is only 10 minutes away and Oxford Street can be reached within 20 minutes. Queensway is the nearest underground station to the hotel. This hotel is the perfect location for a romantic or shopping weekend.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="2357.61" OriginalAmount="2357.61">
      <BasicPropertyInfo Latitude="51.512715" Longitude="-0.075829" StarRating="4" HotelCode="173525|115ef6" HotelName="Indigo London - Tower Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>142 Minories, London EC3N 1LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/344467/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Indigo London - Tower Hill.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2364.00" OriginalAmount="2364.00">
      <BasicPropertyInfo Latitude="51.6041824" Longitude="0.00280217" StarRating="0" HotelCode="957201|the_royal_oak_35" HotelName="The Royal Oak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>320 Hale End Road, Highams Park, Essex IG8 9LN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/86769/f9ff6dd7-fff7-4182-a3cf-69d1147274ee.jpg?d=636631084160000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2367" OriginalAmount="2367">
      <BasicPropertyInfo Latitude="51.4921138" Longitude="-0.14158237" StarRating="3" HotelCode="519461|490790" HotelName="The Beverley Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Belgrave, Victoria, SW1V 1RB London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/688637/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2369" OriginalAmount="2369">
      <BasicPropertyInfo Latitude="51.522064270659" Longitude="-0.097726101852459" StarRating="3" HotelCode="37816|3791" HotelName="Citadines Barbican London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-21 Goswell Road, London EC1M 7AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/62408/a_62408_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel enjoys a fabulous central location at the heart of London and provides the ideal starting point for those wishing to visit the capital's top sights including the Barbican Centre, home to London's Symphony Orchestra, and the Royal Shakespeare Company Theatre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="2370.56" OriginalAmount="2370.56">
      <BasicPropertyInfo Latitude="51.531986" Longitude="-0.061487" StarRating="4" HotelCode="78710|20a6bb" HotelName="Mama Shelter Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>437 Hackney Road, London E2 8PP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/106648/w_106648_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within easy reach of the city's financial district and Liverpool Street railway and underground station. The hotel is right on the main arterial route into central London and the West End. It also offers convenient access to both Stansted and City airports (53 and 12 km away, respectively).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2373" OriginalAmount="2373">
      <BasicPropertyInfo Latitude="51.490286" Longitude="-0.137825" StarRating="3" HotelCode="18525|408381" HotelName="Victoria Inn London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>65-67 Belgrave Road, Victoria, London SW1V 2BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/1/6/1/9/3/7/7/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2378" OriginalAmount="2378">
      <BasicPropertyInfo Latitude="51.52863508" Longitude="-0.05564725" StarRating="3" HotelCode="769821|457014" HotelName="The East London Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>309-317 Cambridge Heath Road, London E2 9LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/21271/3821271/40.jpg?f=15668512</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2379" OriginalAmount="2379">
      <BasicPropertyInfo Latitude="51.52074" Longitude="-0.123507" StarRating="3" HotelCode="10737|10261" HotelName="The Bedford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>83-95 Southampton Row, London WC1B 4HD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/8668/a_8668_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near the British Museum, between the West End with shopping venues, the theatres, Covent Garden and the law courts. Public transport connections are just 5 minutes away (Russell Square underground).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2380.52" OriginalAmount="2380.52">
      <BasicPropertyInfo StarRating="3" HotelCode="|856367" HotelName="ibis London Blackfriars" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/803504_foto_1.jpg</HotelPictures>
        <HotelDescription>Stay in one of 297 guestrooms featuring LCD televisions. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Bathrooms have showers and hair dryers. Conveniences include desks and coffee/tea makers, and housekeeping is provided daily.You can enjoy a meal at the restaurant serving the guests of ibis London Blackfriars, or stop in at the snack bar/deli. Wrap up your day with a drink at the bar/lounge. Buffet breakfasts are served on weekdays from 6:30 AM to 11:00 AM and on weekends from 6:30 AM to noon for a fee.Featured amenities include a computer station, express check-out, and dry cleaning/laundry services.With a stay at ibis London Blackfriars, you'll be centrally located in London, within a 5-minute drive of London Bridge and Big Ben.  This eco-friendly hotel is 0.9 mi (1.5 km) from London Eye and 1.6 mi (2.5 km) from Tower Bridge.Distances are displayed to the nearest 0.1 mile and kilometer.  Thames River - 0.5 km / 0.3 mi  Tate Modern - 0.6 km / 0.4 mi  Globe Theatre - 0.9 km / 0.5 mi  Borough Market - 1.2 km / 0.7 mi  London Eye - 1.3 km / 0.8 mi  St. Paul's Cathedral - 1.3 km / 0.8 mi  St. Thomas' Hospital - 1.3 km / 0.8 mi  London Dungeon - 1.3 km / 0.8 mi  The Strand - 1.4 km / 0.9 mi  The Shard - 1.4 km / 0.9 mi  Westminster Bridge - 1.4 km / 0.9 mi  Sea Life London Aquarium - 1.4 km / 0.9 mi  London Bridge - 1.7 km / 1 mi  Big Ben - 1.7 km / 1.1 mi  Covent Garden Market - 1.8 km / 1.1 mi  The nearest airports are:London City Airport (LCY) - 12.8 km / 7.9 mi Heathrow Airport (LHR) - 30.7 km / 19.1 mi Gatwick Airport (LGW) - 87.1 km / 54.1 mi Luton Airport (LTN) - 57 km / 35.4 mi Stansted Airport (STN) - 58.8 km / 36.6 mi The preferred airport for ibis London Blackfriars is London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2387" OriginalAmount="2387">
      <BasicPropertyInfo Latitude="51.513282984369" Longitude="-0.043230503797531" StarRating="4" HotelCode="96722|53435" HotelName="Marlin Limehouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Airport Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/03/2025" HotelFacility="Bicycle Rental,Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mission Court, 577 Commercial Road, Limehouse, London E1 0HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/134318/a_134318_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located on the bustling Commercial Road, just minutes from Limehouse station and within easy reach of the City and Canary Wharf. There are also host of beautiful docks, basins and waterways only minutes away. It is 400 metres to the Limehouse Marina and Gordon Ramsey's restaurant The Narrow and Nobu Restaurant are both 800 metres away. It is 8 km to London City Airport and 54 km to London Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2393" OriginalAmount="2393">
      <BasicPropertyInfo Latitude="51.497683" Longitude="-0.08133" StarRating="4" HotelCode="899697|37277" HotelName="Bermondsey Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bermondsey Square, Tower Bridge Road, London SE1 3UN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/182536/a_182536_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a few minutes from the city, in the heart of one of London's most vibrant villages. In the square itself, there is a boutique cinema and weekly antiques market. London Bridge Station is a short walk away which means guests can be at the City Airport within 25 minutes, Gatwick Airport within 40 minutes using the Gatwick Express, Canary Wharf within three stops on the Jubilee line, Excel Exhibition Centre as it is only 15 minutes away on the Docklands Light Railway and Waterloo Station in a 5-minute cab journey away or two stops on the Jubilee line. Approximate distances to other airports in the region include London Heathrow (31 km), London Luton (63 km), London Stansted (57 km), Southampton (128 km) and Haverfordwest Aerodrome (130 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2397.68" OriginalAmount="2397.68">
      <BasicPropertyInfo Latitude="51.514034130633" Longitude="-0.17466008663178" StarRating="2" HotelCode="189717|316310" HotelName="Rhodes Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2025" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>195 Sussex Gardens, London W2 2RJ, Hyde Park</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/3/0/6/6/0/2/5/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2398.68" OriginalAmount="2398.68">
      <BasicPropertyInfo StarRating="4" HotelCode="|710992" HotelName="Millennium Ht &amp; Conference Ctr. Gloucester London" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/801449_foto_1.jpg</HotelPictures>
        <HotelDescription>El hotel estandaacute; a menos de un minuto a pie de la estaciandoacute;n de metro de Gloucester Road, con enlace a 3 landiacute;neas principales 'Piccadilly', 'Circle' y 'District', lo que supone magnandiacute;ficos enlaces con el resto de Londres. Tambiandeacute;n goza de conexiandoacute;n con la autopista M4/A4, con la que Heathrow queda a 40-60 minutos. El hotel tiene una candoacute;moda ubicaciandoacute;n cerca de dos centros de exposiciones de alto nivel, Olympia y Earls Court. Ademandaacute;s hay varios destacados lugares de interandeacute;s cerca, como los museos de Historia Natural, de Ciencias o el Victoria and Albert, el Hyde Park, el Royal Albert Hall, el palacio de Kesington con sus jardines, o las tiendas en Kings Road, High Street Kensington y Knightsbridge.Este moderno hotel ocupa 8 plantas y ofrece un total de 610 habitaciones, de las que 42 son individuales y 553 dobles, ademandaacute;s de 9 suites y 6 apartamentos. Las instalaciones del hotel incluyen un mostrador de recepciandoacute;n 24 horas, servicio de cambio de divisas, consigna y ascensores. Las opciones gastronandoacute;micas incluyen una acogedora cafeterandiacute;a, un elegante bar y un restaurante climatizado a la carta con una zona separada para no fumadores. Ademandaacute;s, los huandeacute;spedes podrandaacute;n beneficiarse de la conexiandoacute;n a Internet y la sala de conferencias. El hotel ofrece asimismo servicio de habitaciones y de lavanderandiacute;a, asandiacute; como aparcamiento y garaje para los huandeacute;spedes que lleguen en coche.Las elegantes habitaciones vienen con cuarto de baandntilde;o con secador de pelo, telandeacute;fono de landiacute;nea directa, TV vandiacute;a satandeacute;lite y conexiandoacute;n a Internet (de pago). Ademandaacute;s, estandaacute;n equipadas con caja fuerte, minibar y calefacciandoacute;n central.Para los amantes del fitness hay un excelente gimnasio en el recinto.Cada maandntilde;ana se sirve desayuno en forma de bufet. El restaurante del hotel sirve opciones a la carta o de menanduacute;, tanto para el almuerzo como para la cena. Se tendrandaacute;n en cuenta los requerimientos dietandeacute;ticos de los huandeacute;spedes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2399" OriginalAmount="2399">
      <BasicPropertyInfo Latitude="51.526724383286" Longitude="-0.13585538828102" StarRating="4" HotelCode="900920|199883" HotelName="TheWesley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81-103 Euston Street, London NW1 2EZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/313572/313572a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of London. Its setting is especially ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2405.00" OriginalAmount="2405.00">
      <BasicPropertyInfo Latitude="51.520806406791" Longitude="-0.17349064350128" StarRating="4" HotelCode="189746|paddington_green__concept_serviced_apartments" HotelName="Paddington Green - Concept Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paddington Green, London W2 1LG, Westminster</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/344678/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in London. For those in need of an adults-only holiday, it provides everything needed for a pleasant stay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2406.00" OriginalAmount="2406.00">
      <BasicPropertyInfo Latitude="51.51418876" Longitude="-0.07077318" StarRating="4" HotelCode="522806|leman_locke" HotelName="Leman Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>15 Leman St, London E1 8EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629451/629451a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2412" OriginalAmount="2412">
      <BasicPropertyInfo Latitude="51.506655668443" Longitude="-0.0041788816452026" StarRating="4" HotelCode="394765|20720" HotelName="Radisson Blu Edwardian New Providence Wharf Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Fairmont Avenue, Canary Wharf, London E14 9JB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/93560/a_93560_G2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Based in the heart of Europe's most dynamic business location, this luxury London hotel is a great option for access to the Canary Wharf Business District, the City and Central London. Also a great London hotel option if you need to be close to the ExCeL Exhibition Centre, The O2 arena, and London City Airport. Heathrow Airport is 34 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2415.00" OriginalAmount="2415.00">
      <BasicPropertyInfo Latitude="51.522165" Longitude="-0.108716" StarRating="4" HotelCode="437547|the_bryson_hotel" HotelName="The Bryson Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>124-132 Clerkenwell Road, London EC1R 5DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/600237/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bryson Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2416" OriginalAmount="2416">
      <BasicPropertyInfo Latitude="51.510993338623" Longitude="-0.18634162946512" StarRating="4" HotelCode="148402|24978" HotelName="Grand Royale London Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-9 Inverness Terrace, Bayswater, London W2 3JP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/210004/a_210004_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a superior location close to London's Hyde Park. Numerous sightseeing attractions such as the Marble Arch, Queensway and Oxford Street lie within easy reach of the hotel and public transport links, as does Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2422" OriginalAmount="2422">
      <BasicPropertyInfo Latitude="51.519092" Longitude="-0.18266" StarRating="4" HotelCode="97670|39503" HotelName="Novotel London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Kingdom Street, Sheldon Square, Paddington, London W2 6BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/135664/a_135664_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city and conference hotel is located in the Paddington Central area of London. The establishment is easily accessible by road and lies just a few minutes' walk from Paddington Station. Nearby airports include London City (20 km), London Heathrow (25 km), London Gatwick (51 km), Luton (55 km) and London Stansted (62 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2427" OriginalAmount="2427">
      <BasicPropertyInfo Latitude="51.514726008844" Longitude="-0.057320147752762" StarRating="4" HotelCode="175781|30588" HotelName="Holiday Inn London - Whitechapel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Cavell Street, London E1 2BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/176565/176565a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Shadwell DLR station is only 300 m away from the hotel. The hotel is also near to Aldgate East, Aldgate and Whitechapel stations. It only takes 10 minutes (1.5 km) to reach Tower Bridge, 15 minutes to the city centre and 30 minutes (5 km) to London City Airport. Other nearby airports include London Heathrow (3 km), London Gatwick (50 km), London Stansted (45 km) and London Luton (55 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2434" OriginalAmount="2434">
      <BasicPropertyInfo Latitude="51.495882" Longitude="-0.181302" StarRating="4" HotelCode="35405|9750" HotelName="Strathmore Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Queens Gate Gardens, London SW7 5NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57594/a_57594_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the district of Kensington in the centre of London, only 2 minutes on foot from the nearest underground station and bus stop. Visitors can also easily reach the famous shopping area in Knightsbridge as well as the well-known museums of South Kensington and all other parts of the city with ease.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2435" OriginalAmount="2435">
      <BasicPropertyInfo Latitude="51.51339" Longitude="-0.192298" StarRating="3" HotelCode="15788|45005" HotelName="Pembridge Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Prince’s Square, W2 4PX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/18926/a_18926_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is within close walking distance of the famous Whiteleys shopping centre and is located near Bayswater tube station and Queensway tube station. From Queensway tube station, Hyde Park is only a stone’s throw away and offers all the splendour of London and its central parks. Guests can take the tube or a short bus trip to the shopping areas around Oxford Street, Regent Street and the famous shops of Bond Street. Guests could also go to the local London museums and theatres, clubs and pubs and outdoor markets. Paddington train station is a 15-minute walk away. Stansted Airport is 65 km from the hotel, Heathrow Airport is 25 km from the hotel and Luton Airport is 50 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2435" OriginalAmount="2435">
      <BasicPropertyInfo Latitude="51.516089472533" Longitude="-0.17358681797145" StarRating="2" HotelCode="37782|2117" HotelName="Shakespeare Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Golf,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>22-28 Norfolk Square, Paddington, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/62337/a_62337_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated not far from the town centre and links to the public transport network are just a few paces away (100 m). Restaurants and bars can easily be reached on foot (500 m) and shopping venues as well as a nightclub are to be found 1.6 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2444.92" OriginalAmount="2444.92">
      <BasicPropertyInfo Latitude="51.492050950233" Longitude="-0.14618813743436" StarRating="3" HotelCode="36438|866115" HotelName="Best Western Buckingham Palace Rd" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-12 Saint Georges Drive, Victoria, London SW1V 4BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59698/a_59698_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2449.00" OriginalAmount="2449.00">
      <BasicPropertyInfo Latitude="51.526139230595" Longitude="-0.12629181146622" StarRating="3" HotelCode="189769|george_hotel_14" HotelName="George Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58-60 Cartwright Gardens, London WC1H 9EL, Bloomsbury</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/341813/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2451.20" OriginalAmount="2451.20">
      <BasicPropertyInfo StarRating="3" HotelCode="|825941" HotelName="IBIS LONDON CITY" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/954748_foto_1.jpg</HotelPictures>
        <HotelDescription>Whether in town to rub shoulders with Shoreditch creatives or wander down Brick Lane, guests can find everything they need at this fully equipped and nice hotel. Visitors will only be a leisurely 15-minute walk from Tower Bridge and the River Thames, and a short tube ride from central London with its main sightseeing attractions, chic shops and distinguished restaurants. The on-site lobby and bar and restaurant offer a comfortable, relaxed space to work or relax, and are equipped with wireless Internet connection and charging points. Moreover, after a day spent exploring or working, visitors will surely enjoy a great night's sleep in one of the inviting and enchanting guest rooms thanks to their sumptuous feel and useful amenities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2454.58" OriginalAmount="2454.58">
      <BasicPropertyInfo Latitude="51.517906510393" Longitude="-0.079725980758667" StarRating="4" HotelCode="38251|232086" HotelName="196 Bishopsgate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Lounge,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>196 Bishopsgate, London EC2M 4NR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/63188/a_63188_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London's financial district, only minutes by underground away from the West End. The Thames is only a few minutes away on foot. Liverpool Street station is opposite the hotel and provides guests with easy access to destinations within and around London as well as to other parts of England.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2455" OriginalAmount="2455">
      <BasicPropertyInfo Latitude="51.470082" Longitude="-0.45359762" StarRating="3" HotelCode="883354|456829" HotelName="Hilton Garden Inn London Heathrow Terminals 2 and 3" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Heathrow T2, Heathrow TW6 1AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/1007092/a_1007092_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2460.28" OriginalAmount="2460.28">
      <BasicPropertyInfo StarRating="4" HotelCode="|710747" HotelName="Ashburn" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/954720_foto_77.jpg</HotelPictures>
        <HotelDescription>Un hotel de cuatro estrellas tipo andldquo;boutiqueandrdquo; de una cadena de lujo, en Cromwell. Junto a una carretera secundaria de Kensington se encuentra el hotel Ashburn reciandeacute;n inaugurado. Con 38 habitaciones, el hotel ha sufrido una reforma profunda y los nuevos propietarios han convertido la propiedad en un hotel boutique de lujo, con el lujo tandiacute;pico de los cuatro estrellas. En andeacute;l se combinan los muebles de madera oscura caracterandiacute;sticas con las nuevas tecnologandiacute;as, confortables camas y prestaciones modernas en todas las habitaciones, este hotel se preocupa de hasta los mandaacute;s mandiacute;nimos detalles: grandes copas de tandeacute;, doblado de sandaacute;banas con regalo sorpresa (distinto cada noche) y candoacute;modos albornoces y zapatillas de casa. Por la maandntilde;ana tiene la opciandoacute;n de disfrutar del desayuno en el buffet del comedor o pedir que se le lleve a la cama. Tambiandeacute;n ofrece variado servicio de habitaciones y comidas de bar. Por la noche tiene distintas opciones: degustar un candoacute;ctel elaborado por un barman profesional en nuestro hermoso salandoacute;n, disfrutar de una botella de vino o cualquier otra bebida en su habitaciandoacute;n o hacerlo en el bar honesto (sin camareros). El Ashburn tambiandeacute;n obsequia a todos sus huandeacute;spedes con una copa de champandaacute;n por la tarde, acompaandntilde;ada de canapandeacute;s. El hotel se encuentra muy prandoacute;ximo a una amplia selecciandoacute;n de bares y restaurantes de la zona, y tiene la boca de metro y la parada de autobanduacute;s de Gloucester casi al lado.TRAIN: From Euston - Victoria Line to Green Park, Piccadilly Line to Gloucester Road From King?s Cross - Piccadilly Line to Gloucester Road From Victoria - Circle or District Line to Gloucester Road From Waterloo - Northern Line to Embankment, Circle or District Line to Gloucester Road From Liverpool Street Station - Circle Line to Gloucester Road TUBE: Two minutes? walk from the Ashburn Hotel is Gloucester Road Underground Station with three Tube Line services: The Circle, District and Piccadilly Lines.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2462.00" OriginalAmount="2462.00">
      <BasicPropertyInfo Latitude="51.515059" Longitude="-0.172309" StarRating="2.5" HotelCode="24545|queensway_hotel" HotelName="Queensway Hotel, Sure Hotel Collection by Best Western" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147-149 Sussex Gardens, Paddington, Hyde Park, London W2 2RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/35450/a_35450_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Queensway Hotel, Sure Hotel Collection by Best Western.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2464" OriginalAmount="2464">
      <BasicPropertyInfo Latitude="51.51040225" Longitude="-0.1332864" StarRating="0" HotelCode="986345|478797" HotelName="Zedwell Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Great Windmill Street, Piccadilly Circus, London W1D 7DH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/43000000/42300000/42297100/42297074/2234c361_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="2464.30" OriginalAmount="2464.30">
      <BasicPropertyInfo Latitude="51.494466367886" Longitude="-0.18739014599805" StarRating="3" HotelCode="387912|10e62f" HotelName="K Hotel Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>131-137 Cromwell Road, Kensington, London SW7 4DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/623881/623881a_hb_a_030.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The incredibly stylish hotel is located in a fashionable area near Earl's Court and Knightsbridge. Sights close by include Kensington Palace, the Victoria and Albert Museum, the Natural History Museum, the Science Museum, and famous Hyde Park. A public transport stop is also only a short walk away (around 100 m).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2468" OriginalAmount="2468">
      <BasicPropertyInfo Latitude="51.411780042033" Longitude="-0.31110329755" StarRating="3" HotelCode="114249|456855" HotelName="The White Hart Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 High Street, Hampton Wick, Kingston upon Thames, Surrey KT1 4DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0020/12887/2012887/1.jpg?f=14981713</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 2-minute drive from Hampton Court Palace. Lower Teddington Road bus stop is on the doorstep and the hotel is also a 5-minute walk from Hampton Wick Station. It is moreover near to the town centre of Kingston upon Thames, while London Heathrow Airport is 9 km away. London Gatwick Airport is approximately 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2472.00" OriginalAmount="2472.00">
      <BasicPropertyInfo Latitude="51.5488633" Longitude="-0.1923206" StarRating="2" HotelCode="267544|charlotte_guest_house_2" HotelName="Charlotte Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>195-197 Sumatra Road, London NW6 1PF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/347846/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2477.00" OriginalAmount="2477.00">
      <BasicPropertyInfo Latitude="51.493458665009" Longitude="-0.19224969023037" StarRating="3" HotelCode="12281|ibis_styles_london_kensington" HotelName="ibis Styles London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15-25 Hogarth Road, Earls Court, London SW5 0QJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/12144/a_12144_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the cosmopolitan heart of Kensington, close to Earls Court and the Olympia Exhibition Centres, with easy access to London´s popular West-End theatres and the Victoria and Albert Museum. The high street shops of fashionable Kensington High Street and Knightsbridge are within easy reach. The Earls Court underground station is within walking distance from the hotel and has direct links to London Heathrow and Gatwick airports via Victoria Train Station (around 25 km and 50 km, respectively). London City Airport (approximately 22 km), London Luton Airport (approximately 60 km) and London Stansted Airport (approximately 70 km) are also in the vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2481" OriginalAmount="2481">
      <BasicPropertyInfo Latitude="51.516098" Longitude="-0.174844" StarRating="4" HotelCode="14173|14854" HotelName="Mercure London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>144 Praed Street, Paddington, London W2 1HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16442/a_16442_J2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located and is only metres from Paddington underground station. The city centre, with a variety of sightseeing attractions as well as an abundance of shops and other entertainment venues, is easily reached on public transport. There is a bus stop located directly in front of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2482.00" OriginalAmount="2482.00">
      <BasicPropertyInfo Latitude="51.515670084436" Longitude="-0.17229408343706" StarRating="3" HotelCode="67793|best_western_delmere_hotel" HotelName="Best Western Plus The Delmere Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128-130 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/87683/a_87683_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2484" OriginalAmount="2484">
      <BasicPropertyInfo Latitude="51.529468278196" Longitude="-0.16856610774994" StarRating="4" HotelCode="39961|9197" HotelName="Danubius Hotel Regents Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City 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,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Lodge Road, St. John’s Wood, London NW8 7JT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/12876/f_12876_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This grand hotel is centrally located with a view of Regents Park and Lord's Cricket Stadium. Plenty of shops as well as pubs are easily reached in a number of minutes (400 m). The biggest tourist attractions in London's West End are also only a short drive away. From St John's Wood tube station, which is approximately 500 m from the hotel, it is just 5 minutes to Baker Street and the world-renowned wax museum, Madame Tussaud's. Marylebone and Paddington stations are close by and offer connections with the Heathrow Express. A bus stop is available in front of the hotel which goes to the city centre in 5 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2484" OriginalAmount="2484">
      <BasicPropertyInfo Latitude="51.494874707544" Longitude="-0.18997013568878" StarRating="4" HotelCode="14336|13495" HotelName="Xenia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Cromwell Road, South Kensington, London SW5 0TL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/542055/542055a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2485" OriginalAmount="2485">
      <BasicPropertyInfo Latitude="51.51046977328" Longitude="-0.19061309325411" StarRating="4" HotelCode="258819|342" HotelName="DoubleTree by Hilton Hotel London - Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Bayswater Road, London W2 4RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15030/a_15030_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the capital of England, with a view of Kensington Gardens and Hyde Park. There are countless shopping and entertainment venues located close to the hotel, as well as links to the public transport network, about 100 metres away. The hotel is situated 24 km from Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2488" OriginalAmount="2488">
      <BasicPropertyInfo Latitude="51.505103" Longitude="-0.104784" StarRating="4" HotelCode="208031|39481" HotelName="Novotel London Blackfriars" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Blackfriars Road, London SE1 8NZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/296371/a_296371_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2491" OriginalAmount="2491">
      <BasicPropertyInfo Latitude="51.515593" Longitude="-0.172502" StarRating="3" HotelCode="903726|199865" HotelName="The Omega Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/343493/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2498" OriginalAmount="2498">
      <BasicPropertyInfo Latitude="51.514166" Longitude="-0.207499" StarRating="4" HotelCode="189774|199523" HotelName="Notting Hill - Concept Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>74 Ladbroke Grove, Notting Hill, Kensington and Chelsea, London W11 2HF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/15386/1815386/1.jpg?f=15346481</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2502" OriginalAmount="2502">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3.5" HotelCode="534048|229008" HotelName="Best Western Plus Vauxhall Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>152 Old South Lambeth Road, Vauxhall, London SW8 1XX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/649718/a_649718_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2506.00" OriginalAmount="2506.00">
      <BasicPropertyInfo Latitude="51.4918185900246" Longitude="-0.195219321547142" StarRating="0" HotelCode="0|earls_court_apartment_trebovir_road" HotelName="Earls Court Apartment Trebovir Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Trebovir Road, London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/16/ae/16ae58aa83df11887fa5c6a442f5fef538e124fd.jpeg</HotelPictures>
        <HotelDescription>The following credit cards are accepted at the establishment: American Express, VISA and MasterCard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2510" OriginalAmount="2510">
      <BasicPropertyInfo Latitude="51.510525308147" Longitude="-0.079341273015825" StarRating="4" HotelCode="76295|37398" HotelName="Apex City Of London Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Seething Lane, London EC3N 4AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103760/a_103760_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right on the doorstep of the Tower of London and Tower Bridge, and very near to the financial and business districts in the heart of the City of London. Public transport links are within easy walking distance, and Fenchurch Street station is only a 3-minute walk away. Guests will find the hustle and bustle of the West End also close by, as well as the attractions of the city, such as the River Thames (300 m), the Tate Modern (2 km) and St Paul's Cathedral (2 km). London City Airport is just 10 km away, and the hotel is 30 km from London Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2510" OriginalAmount="2510">
      <BasicPropertyInfo Latitude="51.52404865682" Longitude="-0.078709268856073" StarRating="4" HotelCode="498298|199344" HotelName="citizenM London Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Holywell Lane, London EC2A 3ET</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0027/32316/2732316/27.jpg?f=15514085</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2511" OriginalAmount="2511">
      <BasicPropertyInfo Latitude="51.4941321" Longitude="-0.21412880000003" StarRating="4" HotelCode="303760|39797" HotelName="St Paul's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Hammersmith Road, London, Hammersmith W14 0QL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/365599/365599a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2512.00" OriginalAmount="2512.00">
      <BasicPropertyInfo Latitude="51.517499726848" Longitude="-0.12958578406142" StarRating="3" HotelCode="165983|cheshire" HotelName="Cheshire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Great Russell Street, London WC1B 3NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/313082/313082a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2515.00" OriginalAmount="2515.00">
      <BasicPropertyInfo Latitude="51.516566" Longitude="-0.069878" StarRating="3" HotelCode="64682|city_hotel_9" HotelName="Arbor City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12-20 Osborn Street, London E1 6TE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/83391/a_83391_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated near the city of London's financial district, the Docklands and the newly thriving Shoreditch area. In addition, for the leisure traveller it is just one stop from Liverpool Street main railway station, giving excellent connections to all major airports and the cities in the UK. London City Airport is situated approximately 11 km away, London Heathrow Airport roughly 33 km and London Gatwick some 50 km from the hotel, whilst London Luton Airport and London Stansted Airport are around 57 km and 56 km from the hotel, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2516" OriginalAmount="2516">
      <BasicPropertyInfo Latitude="51.491531094997" Longitude="-0.1962947845459" StarRating="4" HotelCode="35463|55279" HotelName="Twenty Nevern Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Nevern Square, Earls Court, London SW5 9PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57665/a_57665_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies amidst peaceful gardens and is situated close to the centre of London where there are countless shopping and entertainment venues just waiting to be explored. Links to the public transport network (Earls Court underground station) lie about 100 m away and restaurants and bars are to be found some 800 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2519.00" OriginalAmount="2519.00">
      <BasicPropertyInfo Latitude="51.51119" Longitude="-0.069877" StarRating="3" HotelCode="58829|travelodge_aldgate_east" HotelName="Travelodge London Central Aldgate East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-13 Chamber Street, London E1 8BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/76214/a_76214_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2520" OriginalAmount="2520">
      <BasicPropertyInfo Latitude="51.490051429169" Longitude="-0.13817667961121" StarRating="3" HotelCode="29255|200783" HotelName="The Belgrave" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80-86 Belgrave Road, SW1V 2BJ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/230415/230415a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Westminster within a short distance of various city attractions such as Buckingham Palace, the Houses of Parliament, Westminster Abbey and the West End. It is around 6 minutes walk from the hotel to Victoria Station. From this major public transport hub, it is possible to reach all of London's airports as well as all parts of the English capital both quickly and easily. Thanks to its location, the hotel is ideal for both business travellers and private visitors.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2522.24" OriginalAmount="2522.24">
      <BasicPropertyInfo StarRating="3" HotelCode="|A2F898" HotelName="OYO Abbey Hotel, London Shepherd's Bush Market" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2542751_foto_1.jpg</HotelPictures>
        <HotelDescription>Stay in one of 16 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have bathtubs or showers and hair dryers. Conveniences include phones, as well as safes and separate sitting areas.Featured amenities include complimentary wired Internet access, multilingual staff, and luggage storage.With a stay at OYO Abbey Hotel, London Shepherd's Bush Market in London (Hammersmith and Fulham), you'll be a 2-minute drive from Westfield London Shopping Centre and 8 minutes from Hyde Park.  This hotel is 4.3 mi (6.9 km) from Marble Arch and 4.7 mi (7.5 km) from Oxford Street.Distances are displayed to the nearest 0.1 mile and kilometer.  Westfield London Shopping Centre - 0.8 km / 0.5 mi  Eventim Apollo - 1.9 km / 1.2 mi  Kensington High Street - 1.9 km / 1.2 mi  Olympia Conference and Exhibition Centre - 1.9 km / 1.2 mi  Portobello Road Market - 2.3 km / 1.4 mi  Thames River - 2.4 km / 1.5 mi  Cromwell Road - 2.4 km / 1.5 mi  Kensington Gardens - 2.7 km / 1.7 mi  Kensington Palace - 3.4 km / 2.1 mi  Imperial College London - 4 km / 2.5 mi  Royal Albert Hall - 4.1 km / 2.5 mi  Hyde Park - 4.3 km / 2.7 mi  Natural History Museum - 4.3 km / 2.7 mi  Science Museum - 4.5 km / 2.8 mi  Victoria and Albert Museum - 4.7 km / 2.9 mi  The nearest airports are:Heathrow Airport (LHR) - 24.6 km / 15.3 mi Gatwick Airport (LGW) - 92.3 km / 57.4 mi London City Airport (LCY) - 24.7 km / 15.3 mi Luton Airport (LTN) - 52.6 km / 32.7 mi Stansted Airport (STN) - 71.5 km / 44.4 mi</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2527.00" OriginalAmount="2527.00">
      <BasicPropertyInfo Latitude="51.514063079805" Longitude="-0.075827998469919" StarRating="4" HotelCode="533725|dorsett_city_london" HotelName="Dorsett City London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Aldgate High Street, London EC3N 1AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/574881/574881a_hb_a_004.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2531" OriginalAmount="2531">
      <BasicPropertyInfo Latitude="51.520793" Longitude="-0.100249" StarRating="4" HotelCode="80303|55335" HotelName="Malmaison London" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-21 Charterhouse Square, London EC1M 6AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/313980/313980a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2531" OriginalAmount="2531">
      <BasicPropertyInfo Latitude="51.54290135" Longitude="-0.00035488" StarRating="2.5" HotelCode="571845|229022" HotelName="Moxy London Stratford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>86 Great Eastern Road, London E15 1GR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/608057/608057a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2532.00" OriginalAmount="2532.00">
      <BasicPropertyInfo Latitude="51.51452432" Longitude="-0.05486235" StarRating="4" HotelCode="636823|algate_apartment" HotelName="City Aldgate Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Bromehead Street, London E1 2PQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0031/01240/3101240/1.jpg?f=14955209</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2535" OriginalAmount="2535">
      <BasicPropertyInfo Latitude="51.515009353317" Longitude="-0.17435254232782" StarRating="4" HotelCode="31277|340" HotelName="Mercure London Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-14 Talbot Square, Paddington, London W2 1TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49969/a_49969_I2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in a quiet garden location close to Hyde Park in the centre of London. Marble Arch and Oxford Street are also within minutes of the hotel where guests will be able to explore some of the numerous shopping and entertainment venues as well as find public transport. Paddington Station, the Heathrow Express as well as over/underground station are all within easy reach. In addition, Paddington Development Area, where many companies are located, is also in the vicinity. London Heathrow Airport is just a 15-minute taxi ride from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2540" OriginalAmount="2540">
      <BasicPropertyInfo Latitude="51.520244" Longitude="-0.124098" StarRating="0" HotelCode="114695|495427" HotelName="Lonsdale London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Concierge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9-10 Bedford Place, Bloomsbury, London WC1B 5JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/341099/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lonsdale Hotel is a popular choice amongst travelers in London, whether exploring or just passing through. Both business travelers and tourists can enjoy the hotel's facilities and services. All the necessary facilities, including concierge, restaurant, safety deposit boxes, family room, are at hand. Designed for comfort, selected guestrooms offer shared bathroom, shower, fan to ensure a restful night. The hotel offers various recreational opportunities. A welcoming atmosphere and excellent service are what you can expect during your stay at Lonsdale Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2541" OriginalAmount="2541">
      <BasicPropertyInfo Latitude="51.510850896669" Longitude="-0.12079666927548" StarRating="4" HotelCode="17983|33772" HotelName="Strand Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>372 Strand, London WC2R 0JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22236/a_22236_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is located just a few minutes from Covent Garden, Trafalgar Square and Leicester Square. The nearest tube station is Covent Garden.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2544.00" OriginalAmount="2544.00">
      <BasicPropertyInfo Latitude="51.514841874148" Longitude="-0.070705715299482" StarRating="4" HotelCode="563109|clayton_hotel_city_of_london" HotelName="Clayton Hotel City of London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 New Drum Street, London E1 7AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/680886/a_680886_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2547" OriginalAmount="2547">
      <BasicPropertyInfo Latitude="51.495437125426" Longitude="-0.18085244907377" StarRating="4" HotelCode="35441|11154" HotelName="Fraser Suites Queens Gate" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39B Queen's Gate Gardens, London SW7 5RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57639/w_57639_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The attractive apartment complex is located on Cromwell Road, one of the most important access roads to London and to Heathrow airport. Public transport departs from stops located just 100 m away and a good selection of bars, pubs and restaurants are to be found in the vicinity. Those who fancy a spot of shopping should head for South Kensington, Kensington High Street or the famous shopping districts of Knightsbridge and Chelsea. Located nearby are Kensington Palace, the Natural History Museum and the Science Museum as well as the Royal Albert Hall. Hyde Park is also just a short walk away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2550" OriginalAmount="2550">
      <BasicPropertyInfo Latitude="51.519360236934" Longitude="-0.17033904790878" StarRating="4" HotelCode="21201|11146" HotelName="Hilton London Metropole" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Edgware Road, W2 1JU London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/27386/a_27386_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated some 100 m from Paddington station within 1 km of Madame Tussaud's and 2 km from famous Oxford Street. Edgware Road underground station also lies just a stone's throw away whilst the nearest links to the public transport network are 100 m away. Many of London's top sights as well as a diverse range of shops, restaurants, bars, pubs, cafés and further entertainment venues may easily be reached by making use of the good-value public transport or by car.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2552.48" OriginalAmount="2552.48">
      <BasicPropertyInfo Latitude="51.491010044337" Longitude="-0.18083989620209" StarRating="4" HotelCode="35442|15102" HotelName="Roland House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Bar,Central Heating,Currency Exchange,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 Old Brompton Road, London SW7 3RX, South Kensington</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57640/a_57640_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The attractive apartment complex is centrally located in the shopping district of Knightsbridge, just a few minutes walk from Kensington Palace and Hyde Park. Many additional tourist sights including the Natural History Museum, the Victoria and Albert Museum and the famous Harrods department store are to be found in the vicinity. A public car park is close by and links to the public transport network are a few paces away (approximately 500 m). Various shopping venues, countless bars, pubs and restaurants are to be found in the immediate surroundings (2 km radius).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2557" OriginalAmount="2557">
      <BasicPropertyInfo Latitude="51.513184499829" Longitude="-0.17912462353706" StarRating="3" HotelCode="38342|229021" HotelName="Lancaster Hall Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>35 Craven Terrace, London W2 3EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/316189/316189a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2559.00" OriginalAmount="2559.00">
      <BasicPropertyInfo Latitude="51.491932" Longitude="-0.191898" StarRating="4" HotelCode="10674|barkston_gardens_hotel" HotelName="Indigo London Kensington - Earl's Court" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34-44 Barkston Gardens, London SW5 0EW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/8568/a_8568_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern conference hotel is situated in Earls Court at the heart of London, just metres from a wide selection of restaurants, bars and pubs. The Natural History Museum and the Science Museum are only a few minutes' walk from the hotel. Earls Court, the nearest underground station to the hotel, is situated just a 5-minute walk away. From this stop, guests may quickly and easily gain access to Heathrow Airport within an hour.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2560" OriginalAmount="2560">
      <BasicPropertyInfo Latitude="51.4942" Longitude="-0.141289" StarRating="4" HotelCode="316785|345" HotelName="Park Plaza Victoria London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>239 Vauxhall Bridge Road, London SW1V 1EQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/31705/a_31705_K2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In an elegant style, this hotel is located close to Victoria station. From here, guests have direct access to Gatwick airport. In only a number of minutes guests will reach the city centre and famous sightseeing attractions of the city including Buckingham Palace, Big Ben, Trafalgar Square, Westminster Abbey and the theatres of the West End. The nearest restaurants, shops and bars are all found within close walking distance.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2561" OriginalAmount="2561">
      <BasicPropertyInfo Latitude="51.515331" Longitude="-0.172982" StarRating="3" HotelCode="89407|9727" HotelName="Days Inn Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>148-152 Sussex Gardens, Paddington, London W2 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/125234/a_125234_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a central location, set in leafy Sussex Gardens near London's Hyde Park. It is the ideal establishment for holidaymakers and business travellers in need of a home-away-from-home. Paddington Tube Station is just a 3-minute walk away and the following airports are all in the near vicinity: London City (28 km), London Heathrow (28 km), London Gatwick (53 km), London Luton (54 km) and London Stansted (62 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2561" OriginalAmount="2561">
      <BasicPropertyInfo Latitude="51.52175" Longitude="-0.142616" StarRating="4" HotelCode="18324|9764" HotelName="Fitzrovia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20-28 Bolsover Street, London W1W 5NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22781/l_22781_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of London's West End just a few minutes from the city's famous theatres, this hotel enjoys excellent links to the public transport network. A diverse selection of bars, shopping venues and top designer shops may all be reached on foot in just a few minutes and a selection of restaurants is also to be found just 500 m from the hotel. London-Heathrow Airport may be reach in just half an hour whilst Gatwick is 1 hour 10 minutes away and Luton may be reached in about 1 hour 20 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2561" OriginalAmount="2561">
      <BasicPropertyInfo Latitude="51.519183917099" Longitude="-0.14124705289533" StarRating="4" HotelCode="35404|9758" HotelName="Langham Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Langham Street, London W1W 6BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57593/a_57593_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal, central location in London, in the heart of the West End. It is situated on the popular Regent Street and is only a short walk from Oxford Street, Bond Street and Regent's Park. An array of shopping and leisure venues is to be found nearby.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2565.00" OriginalAmount="2565.00">
      <BasicPropertyInfo Latitude="51.492820949851" Longitude="-0.19419885110312" StarRating="3" HotelCode="20412|london_court_hotel" HotelName="London Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>194-196 Earls Court Road, Kensington, London SW5 9QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/348030/06a1da0ebb799a12ef51ba4ac13e1445.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2565.00" OriginalAmount="2565.00">
      <BasicPropertyInfo Latitude="51.519838" Longitude="-0.124077" StarRating="4" HotelCode="905071|the_clarendon" HotelName="Grange Clarendon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34-37 Bedford Place, London WC1B 5JR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/241004/l_241004_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Beneath the area where the hotel is located lie the remains of the Tudor Palace of Placentia, where Henry VIII was born and Elizabeth I sent Sir Walter Raleigh and the English Navy against the Spanish Armada. Buckingham Palace, The Tower of London, St. Paul's Cathedral, the West End of London and Theatreland are only 20 minutes away should guests wish to go further afield. London Heathrow Airport is approximately 55 km and London Gatwick Airport some 60 km away from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2571.72" OriginalAmount="2571.72">
      <BasicPropertyInfo StarRating="4" HotelCode="|608979" HotelName="THISTLE LONDON HYDE PARK KENSINGTON GARDENS" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/378186_image59191743_0.jpg</HotelPictures>
        <HotelDescription>Recently refurbished to the highest standards, the Thistle Kensington Gardens hotel has the best of London right on the doorstep. Hyde Park is literally across the road from the hotel, whilst the West End shops and theatres are just a short cab ride away. Close to the hotel is Kensington Palace, which was home to Diana, Princess of Wales, and the famous Gardens that give us our name. Fashionable and stylish Kensington High Street is a short stroll away.
The Thistle Kensington Gardens hotel has 175 rooms, including spacious executive bedrooms offering wonderful views over Hyde Park and Kensington Gardens. We also have function rooms, the largest seating 45 people theatre-style, suitable for any occasion from business meetings to wedding receptions.
We have on-site parking available but we�re also perfect for public transport, with London Paddington mainline station less than a mile away, and two underground stations even closer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2575" OriginalAmount="2575">
      <BasicPropertyInfo Latitude="51.515212505226" Longitude="-0.17414442551671" StarRating="4" HotelCode="59052|37426" HotelName="Hotel Indigo London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 London Street, Paddington, London W2 1HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/76497/a_76497_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city and business hotel is situated adjacent to Paddington Station, home to the Heathrow Express, which departs for the airport every 15 minutes. Paddington is a tourist hub and home to many business headquarters and guests will find a range of attractions, including Hyde Park and Kensington Palace and Gardens, in the immediate vicinity. Meanwhile, Oxford Street, the West End, Madame Tussauds and Portobello antiques market are just a short tube or bus ride away. Nearby airports include London City (17 km), London Heathrow (19 km) and London Gatwick (40 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2577" OriginalAmount="2577">
      <BasicPropertyInfo Latitude="51.49130465" Longitude="-0.19310795" StarRating="4" HotelCode="986226|408317" HotelName="Merit Kensington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 &amp; 24 Penywern Road, Kensington, London SW5 9ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0010/62592/1062592/1.jpg?f=15403047</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2582.00" OriginalAmount="2582.00">
      <BasicPropertyInfo Latitude="51.514864" Longitude="-0.172657" StarRating="2" HotelCode="94561|europa_house_2" HotelName="Europa House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151 Sussex Gardens, Hyde Park, London W2 2RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/340573/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2584" OriginalAmount="2584">
      <BasicPropertyInfo Latitude="51.512837298397" Longitude="-0.19210785627365" StarRating="3" HotelCode="10915|335" HotelName="Bayswater Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-16 Princes Square, Bayswater, London W24NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/8620/a_8620_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unostentatious hotel is centrally located near to Hyde Park, Kensington Gardens and Queensway. Scores of shops and other cultural attractions are easily reached by foot or on public transport. Bayswater is the nearest tube station and is situated just 350 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2595" OriginalAmount="2595">
      <BasicPropertyInfo Latitude="51.490792372379" Longitude="-0.19351391413733" StarRating="4" HotelCode="94566|35754" HotelName="BEST WESTERN The Boltons Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Penywern Road, Earls Court, London SW5 9TT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131382/a_131382_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2596" OriginalAmount="2596">
      <BasicPropertyInfo Latitude="51.512765520848" Longitude="-0.19263356924057" StarRating="4" HotelCode="31271|31832" HotelName="The Premier Notting Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Princes Square, Bayswater, London W2 4NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49957/ba_49957_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet square in the heart of Bayswater, close to Queensway, Hyde Park and Notting Hill, and providing easy access to all areas of London. Hyde Park can be reached in about a 5-minute walk, Oxford Circus is around 20 minutes' walk away, and Piccadilly Circus is some 25 minutes' walk from the hotel. The hotel's convenient location provides quick and easy access to and from London Heathrow, Gatwick and Stansted airports.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2597" OriginalAmount="2597">
      <BasicPropertyInfo Latitude="51.526310500698" Longitude="-0.12660066705121" StarRating="2.5" HotelCode="144347|199284" HotelName="Avonmore Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Cartwright Gardens, London, Greater London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/1/6/1/9/4/7/4/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2598" OriginalAmount="2598">
      <BasicPropertyInfo Latitude="51.526467140075" Longitude="-0.12728556990623" StarRating="3" HotelCode="189765|199997" HotelName="Judd Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Cartwright Gardens, Bloomsbury, London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/344692/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2602" OriginalAmount="2602">
      <BasicPropertyInfo Latitude="51.526498011838" Longitude="-0.13015016913414" StarRating="4" HotelCode="12322|24618" HotelName="Hilton Euston" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-18 Upper Woburn Place, WC1H 0HT London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/12330/a_12330_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 300 m from Euston station. The British Museum is around 800 m away, Oxford Street is 1 km away and the nearest airport is 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2603" OriginalAmount="2603">
      <BasicPropertyInfo Latitude="51.505477007013" Longitude="-0.2126669883728" StarRating="3" HotelCode="189716|444294" HotelName="St James House - Concept Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>173 Holland Park Avenue, W11 4UR London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/344655/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2607.40" OriginalAmount="2607.40">
      <BasicPropertyInfo StarRating="4" HotelCode="|775101" HotelName="Grange Clarendon Hotel London" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/26310_image60556533_0.jpg</HotelPictures>
        <HotelDescription>The property has a restaurant and a bar/lounge. 24 hour room service is available. The staff can arrange event catering, dry cleaning/laundry services, tour assistance, and express check in. Additional amenities include a concierge desk, multilingual staff, and laundry facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2608.00" OriginalAmount="2608.00">
      <BasicPropertyInfo Latitude="51.492703115102" Longitude="-0.19050005029715" StarRating="4" HotelCode="153196|presidential_apartments__kensington" HotelName="Presidential Kensington Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-12 Barkston Gardens, Kensington, London SW5 0EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/443581/443581a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2609.00" OriginalAmount="2609.00">
      <BasicPropertyInfo Latitude="51.513241" Longitude="-0.186661" StarRating="3" HotelCode="189734|inverness_terrace__concept_serviced_apartments" HotelName="Inverness Terrace - Concept Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Inverness Terrace, London W2 3LD, Westminster, Bayswater</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/344667/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2611" OriginalAmount="2611">
      <BasicPropertyInfo Latitude="51.515716653319" Longitude="-0.17449647188187" StarRating="0" HotelCode="16992|444295" HotelName="The Pilgrm" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 London Street, W2 1HH London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/24841/24841_1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Pilgrm.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2615" OriginalAmount="2615">
      <BasicPropertyInfo Latitude="51.49381122468" Longitude="-0.20226236078258" StarRating="4" HotelCode="114388|20053" HotelName="Residence Inn London Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>181-183 Warwick Road, Kensington, London W14 8PU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/157884/w_157884_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located less than seven minutes from Earl's Court Exhibition Centre and just 10 minutes from Olympia, this hotel enjoys the perfect location, from which to visit or exhibit at the two centres. Yet it is also in close proximity to Kensington High Street, Notting Hill, Westfield London and of course, Portobello Market. Guests will appreciate the excellent transport links by road, rail and underground to London Heathrow Airport, which is roughly 21 km away. The remainder of London is also easily reached. Approximate distances to other airports in the region include Haverfordwest Aerodrome (151 km), London City Airport (36 km), London Gatwick (48 km), London Luton (61 km), Stansted Airport (80 km) and Southampton Airport (132 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2617" OriginalAmount="2617">
      <BasicPropertyInfo Latitude="51.51768232" Longitude="-0.0626603" StarRating="4" HotelCode="614800|346469" HotelName="New Road Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103-107 New Road, London E1 1HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/23/2377795/oKTa1AEv_d2b5ca33bd970f64a6301fa75ae2eb22.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of London, this urban hotel is ideal for guests who appreciate a stylish ambience. It is about 8 km to London - London City Airport (LCY) Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2617.52" OriginalAmount="2617.52">
      <BasicPropertyInfo StarRating="4" HotelCode="|904269" HotelName="SO ARCH APARTMENTS" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/519244_fotpe1_So_Arch_dlx_1_bed1.jpg</HotelPictures>
        <HotelDescription>Housed in a Grade II historic-listed building dating back to 1830, the SO Arch Paddington is less than 2 miles from Emirates Stadium and Camden District, home of Arsenal Football Club. With free Wi-Fi, free on-site parking and a 24-hour front desk, the boutique hotel is just a 5-minute walk from Archway Underground (subway) Station on the Northern Line.
Bathed in natural light, the modern apartments, studios and suites at SO Arch all feature a sitting area, a flat-screen TV, air conditioning and a kitchenette.
Close to many of London's major attractions, Madame Tussauds London and London Zoo are both less than a 4-mile away.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2618.68" OriginalAmount="2618.68">
      <BasicPropertyInfo Latitude="51.506738896538" Longitude="-0.073898127647453" StarRating="4" HotelCode="18522|33484" HotelName="The Tower Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>St Katharine's Way, London E1W 1LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/23021/a_23021_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located next to Tower Bridge and the Tower of London. Shops, restaurants and bars are in the hotel's immediate proximity and the nearest tube station is Tower Hill.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2620" OriginalAmount="2620">
      <BasicPropertyInfo Latitude="51.524615630378" Longitude="-0.16077429056168" StarRating="3" HotelCode="58768|199927" HotelName="Americana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>172 Gloucester PLace, Regents Park, London NW1 6DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/76126/a_76126_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located, a short walk from Regents Park and Baker Street Underground Station, giving guests easy access to London's business district with its many tourist attractions and theatres. This makes the hotel an ideal base for both business and leisure travellers. There is a wide range of bars, a park, a metro station and other links to the public transport system all within a 600 m radius. There are several domestic airports less than 6 km away. London City Airport is approximately 17 km away and there is a large number of international airports within 59 km of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2622" OriginalAmount="2622">
      <BasicPropertyInfo Latitude="51.51803425" Longitude="-0.1276759" StarRating="3" HotelCode="431433|444214" HotelName="Morgan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Bloomsbury Street, London WC1B 3QJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/c4/27/c42762bdb71d75ea3cd96f9001bef2e69412d44c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2626" OriginalAmount="2626">
      <BasicPropertyInfo Latitude="51.512012155127" Longitude="-0.1782367830981" StarRating="4" HotelCode="67796|7541" HotelName="Best Western Mornington Hotel Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Lancaster Gate, London W2 3LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/87686/a_87686_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2628" OriginalAmount="2628">
      <BasicPropertyInfo Latitude="51.490739" Longitude="-0.144067" StarRating="3" HotelCode="89406|30143" HotelName="The 29 London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 St. George's Drive, Victoria, London SW1V 4DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/125233/a_125233_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city guesthouse is located in central London and is within walking distance of the city's famous landmarks, including Buckingham Palace (600 m away), Harrods (1 km), the Natural History Museum (1 km), Big Ben (1.2 km), the Houses of Parliament (1.2 km), Westminster Abbey (1.2 km), the London Eye (1.5 km), the London Aquarium (1.5 km), the Tower of London and Tower Bridge (both 5 km away). It is very close to the Victoria rail, tube and coach stations, as well as to the Gatwick Express Terminal at Victoria station. Guests will find pubs and bars just 150 metres from the establishment. The following airports are all nearby: London Heathrow (26 km), London City (33 km), London Gatwick (46 km), London Luton (66 km) and London Stansted (83 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2628.84" OriginalAmount="2628.84">
      <BasicPropertyInfo StarRating="4" HotelCode="|500934" HotelName="NORFOLK TOWERS HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/869947_image45033677_0.jpg</HotelPictures>
        <HotelDescription>The hotel is situated on a side street just off an attractive square in Bayswater and just two minutes walk from Paddington and Lancaster tube stations offering easy access to all areas of London. Hyde Park is a short walk from the hotel.Club Rooms were renovated in 2014, designed for the leisure and corporate clients seeking a greater level of luxury at cost effective prices. Club Rooms feature bespoke wood furnishing and come equipped with all the essentials, such as 26" high-specification TV?s, working desk and granite bathrooms with either a bath or luxury rain shower. Facilities include complimentary WiFi, fridge, tea and coffee making facilities.The restaurant is on the lower ground floor and is pleasantly cosy with modern pale wood furniture.It is an attractive, traditional building with a more modern entrance.The lobby is decorated in a traditional style. It is pleasantly light though, due to the full length windows and a modern chandelier. An adjoining Bar area offers extra seating.This is a comfortable superior tourist hotel offering good value for money accommodation. The hotel is particularly well placed for clients arriving at Paddington mainline station from the Heath</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="2629.49" OriginalAmount="2629.49">
      <BasicPropertyInfo Latitude="51.52786908" Longitude="-0.13658654" StarRating="2" HotelCode="398181|190e39" HotelName="The Exmouth Arms Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Starcross Street, London NW1 2HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/510665/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2630.00" OriginalAmount="2630.00">
      <BasicPropertyInfo Latitude="51.515216" Longitude="-0.178218" StarRating="4" HotelCode="45308|the_shaftesbury_premier_london_paddington" HotelName="The Chilworth" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Westbourne Terrace, Paddington, London W2 3UY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22803/w_22803_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only 2 minutes from Paddington Station and so offers guests convenient links to destinations all over the country, including all major airports. The hotel is, however, set in a private terrace away from all of the hustle and bustle of the busy station area. It is a 5-minute drive from Hyde Park and 15 minutes by car from Oxford Circus.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2631.64" OriginalAmount="2631.64">
      <BasicPropertyInfo Latitude="51.517691201369" Longitude="-0.12424528598785" StarRating="4" HotelCode="18751|33364" HotelName="Thistle Holborn The Kingsley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-37 Bloomsbury Way, London WC1A 2SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/23098/a_23098_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is steeped in tradition and located in the business district of Bloomsbury, near to Oxford Street and the West End. Numerous shops as well as restaurants, bars and nightclubs can easily be reached on foot. Holborn underground station is in the immediate vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2633" OriginalAmount="2633">
      <BasicPropertyInfo Latitude="51.497793746265" Longitude="-0.18355160951614" StarRating="3.5" HotelCode="33050|3792" HotelName="Citadines South Kensington London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35A Gloucester Road, London SW7 4PL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/52487/w_52487_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming traditional red brick hotel complex is located in the heart of London, and is in the immediate vicinity of the Victoria and Albert Museum, the Natural History Museum, and the renowned Harrods store. The borough of South Kensington itself is overflowing with boutiques, cinemas, theatres, bars, and restaurants. Buckingham Palace is only a short underground ride away, the nearest stations are Gloucester Road and High Street Kensington. A taxi rank can be found within about 5 minutes on foot, Victoria Station is 10 minutes by car, and Waterloo Station about 20 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2634.96" OriginalAmount="2634.96">
      <BasicPropertyInfo Latitude="51.493082714469" Longitude="-0.23150191534421" StarRating="3" HotelCode="49821|7576" HotelName="Holiday Inn Express London - Hammersmith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 King Street, Hammersmith, London W6 0QU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/35230/a_35230_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hammersmith, just 10 minutes from the city centre. There is an abundance of shops just a few minutes' walk away (approximately 800 m). It is just a stone's throw to Hammersmith tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="2637.32" OriginalAmount="2637.32">
      <BasicPropertyInfo Latitude="51.516322546566" Longitude="-0.1719805598259" StarRating="3" HotelCode="15202|10e311" HotelName="Norfolk Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Norfolk Place, Paddington, W2 1QW London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/337854/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Victorian style hotel is located near Oxford Street in London's West End. Paddington underground station lies about 200 m from the hotel and a diverse range of shops and entertainment venues can be found in the surrounding area. It is about 25 km to Heathrow airport and some 50 km to Gatwick airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2639" OriginalAmount="2639">
      <BasicPropertyInfo Latitude="51.511438" Longitude="-0.072214" StarRating="4" HotelCode="904267|27937" HotelName="Leonardo Royal Hotel London Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>45 Prescot Street, London E1 8GP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/237979/a_237979_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London, just a few metres away from all major attractions and the award-winning shopping centre County Mall. It is also close to train, bus and coach stations, exclusive restaurants, bars, pubs, cinemas and theatres. It is only 5 km from Gatwick Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2641" OriginalAmount="2641">
      <BasicPropertyInfo Latitude="51.505154360949" Longitude="-0.098252881614712" StarRating="4" HotelCode="199763|54780" HotelName="citizenM London Bankside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Lavington Street, London SE1 0NZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/315214/315214a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is citizenM London Bankside.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2644.04" OriginalAmount="2644.04">
      <BasicPropertyInfo StarRating="4" HotelCode="|676561" HotelName="HOLIDAY INN REGENT'S PARK" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/885960_foto_1.jpg</HotelPictures>
        <HotelDescription>This 4 star hotel is located in the city centre of London and was established in 1972. It is a short drive away from the Madame Tussauds and the nearest station is Great Portland Street. The Hotel has a restaurant, a bar, a conference room and a coffee shop. All 332 rooms are equipped with minibar, hairdryer, safe, trouser press, ironing set and air conditioning.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2649" OriginalAmount="2649">
      <BasicPropertyInfo Latitude="51.498140856845" Longitude="-0.11316447301635" StarRating="4" HotelCode="495561|141679" HotelName="Park Plaza London Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>6 Hercules Road, London SE1 7DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/609299/a_609299_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2652.60" OriginalAmount="2652.60">
      <BasicPropertyInfo StarRating="2" HotelCode="|813169" HotelName="POINT A WESTMINSTER" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1062896_foto_10.jpg</HotelPictures>
        <HotelDescription>Located at the heart of London, this property boasts an unrivalled position, close to many of the city's prestigious attractions. Guests can explore Big Ben, the Houses of Parliament, the London Eye and the Imperial War Museum. Lambeth North underground station is just 10 metres away. The West End, Piccadilly Circus and Oxford Street are all within easy reach. Priding itself on its high quality service, this hotel was granted a Tripadvisor Certificate of Excellence. The guest rooms are wonderfully designed, offering a high level of comfort and convenience. Guests will be pleased by the many facilities and services that this property has to offer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2656.00" OriginalAmount="2656.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|689796" HotelName="PESTANA CHELSEA BRIDGE HOTEL &amp; SPA" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/215818_image60064511_0.jpg</HotelPictures>
        <HotelDescription>Stay at the luxurious 4* Pestana Chelsea Bridge Hotel &amp; Spa and enjoy London's modern Chelsea Wharf development. Located between picturesque Battersea Park, the River Thames and the iconic Battersea Power Station, our hotel has 217 spacious, modern rooms, including one and two-bedroom suites. Each is equipped with an individual bathtub and shower.The hotel's excellent facilities and first-class service make it the perfect choice, whether you are visiting on business, enjoying a family vacation or a weekend away. for two. The hotel's ideal location allows guests to enjoy easy access to the city's main attractions, without compromising the opportunity to relax in the tranquil surroundings of Battersea Park, next to the River Thames. Reaching the hotel is convenient for guests who They seek to avoid the congested city center. Battersea Power Station, Victoria and Sloane Square are the nearest tube stations, 12/15 minutes walk or 5 minutes by taxi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2656" OriginalAmount="2656">
      <BasicPropertyInfo Latitude="51.535975798274" Longitude="-0.10512383928676" StarRating="4" HotelCode="13335|32954" HotelName="Hilton London Angel Islington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Upper Street, Islington, London N1 0UY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14006/a_14006_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the centre of London with numerous shopping and entertainment venues nearby. There are also restaurants, bars, and public transport close to the hotel. Nightclubs may be found within 50 m of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2658" OriginalAmount="2658">
      <BasicPropertyInfo Latitude="51.516407757841" Longitude="-0.17266462684694" StarRating="2" HotelCode="114593|444410" HotelName="Belvedere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Norfolk Square, London, Greater London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/1000000/890000/888300/888291/c46bd4ac_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2659" OriginalAmount="2659">
      <BasicPropertyInfo Latitude="51.474028723377" Longitude="-0.18375302801292" StarRating="3" HotelCode="27281|10169" HotelName="DoubleTree by Hilton Hotel London - Chelsea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Imperial Road, Imperial Wharf, London SW6 2GA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/40061/a_40061_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in the prestigious London district of Chealsea, close to the Kings Road with a large selection of shops. Several cosy restaurants and pubs are within walking distance of the hotel. Guests may also make use of the public transport, which departs from locations just metres from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2659" OriginalAmount="2659">
      <BasicPropertyInfo Latitude="51.505702" Longitude="-0.095268" StarRating="3" HotelCode="68976|37432" HotelName="ibis Styles London Southwark - near Borough Market Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43-47 Southwark Bridge Road, London SE1 9HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/89155/w_89155_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2674" OriginalAmount="2674">
      <BasicPropertyInfo Latitude="51.500919" Longitude="-0.0906" StarRating="4" HotelCode="73799|39329" HotelName="Marlin Apartments Empire Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Long Lane, London, SE1 4NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/99557/a_99557_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel area is steeped in London history with many sites and museums close by. Some such attractions include the Clink Prison Museum, the London Dungeons, the Tate Modern, Shakespeare's Globe Theatre, the Tower of London, Tower Bridge, Southwark Cathedral and many more. Any discerning wine enthusiasts should feel right at home at Vinopolis, located near to the hotel. Close by is the world-renowned Borough Food market which attracts traders from all over the UK and as far afield as Mainland Europe. This delectable market is a must for food lovers. Heathrow International Airport is 29 km from the hotel, Gatwick International Airport is 47 km away and Stansted Airport is located 57 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2675" OriginalAmount="2675">
      <BasicPropertyInfo Latitude="51.49159962976" Longitude="-0.19546241104513" StarRating="3" HotelCode="15386|45264" HotelName="Oliver Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Trebovir Road, Earls Court, London SW5 9NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/18271/w_18271_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2679" OriginalAmount="2679">
      <BasicPropertyInfo Latitude="51.508222" Longitude="0.020218" StarRating="4" HotelCode="54523|4793" HotelName="Crowne Plaza London Docklands" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Royal Victoria Dock, Western Gateway, London E16 1AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/63355/p_63355_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in London's Docklands and offers guests superb views over the Royal Victoria Dock. The financial district of Canary Wharf and the City of London are located nearby and the nearest public transport stop is just a few minutes’ walk away. London City Airport can easily be reached by bus or taxi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2679" OriginalAmount="2679">
      <BasicPropertyInfo Latitude="51.58137547" Longitude="-0.2263524" StarRating="4" HotelCode="324386|456925" HotelName="The Hide London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>230 Hendon Way, London NW4 3NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/491184/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Hide London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2680.00" OriginalAmount="2680.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|676795" HotelName="HOLIDAY INN EXPRESS LONDON STRATFORD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/887015_foto_1.jpg</HotelPictures>
        <HotelDescription>This 3 star hotel is located in the suburbs of London and was established in 2002. It is a short drive away from the O2 Arena and the nearest station is Stratford. The Hotel has a restaurant and a coffee shop. All 114 rooms are equipped with hairdryer and air conditioning.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2681.00" OriginalAmount="2681.00">
      <BasicPropertyInfo Latitude="51.519652" Longitude="-0.123854" StarRating="4" HotelCode="52867|grange_portland_hotel" HotelName="Grange The Portland" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-32 Bedford Place, London WC1B 5JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57955/a_57955_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the beautiful district of Bloomsbury, close to Covent Garden, Oxford Street, the West End, and many of London's top tourist attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2684" OriginalAmount="2684">
      <BasicPropertyInfo Latitude="51.494842681134" Longitude="-0.1773537167428" StarRating="4" HotelCode="27214|13425" HotelName="The Gainsborough Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-11 Queensberry Place, South Kensington, London SW7 2DL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39978/a_39978_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel enjoys a great location in London. It is an ideal point of departure for those wishing to explore South Kensington, the area's numerous shops and the historic theatres and museums. The famous Harrods department store and South Kensington underground station are both situated in the immediate vicinity, while it is about 30 km to Gatwick airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2684" OriginalAmount="2684">
      <BasicPropertyInfo Latitude="51.489657288863" Longitude="-0.13725131750107" StarRating="3" HotelCode="29188|24105" HotelName="Holiday Inn Express Victoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>106 - 110 Belgrave Road, London SW1V 2BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46916/r_46916_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located for anyone travelling to London via Gatwick or Heathrow airports. London Gatwick Airport is just 35 minutes from London Victoria Station, whereas London Heathrow is 15 minutes from London Paddington Station on the Heathrow Express. From here the hotel is a short way away on the underground or by taxi. The closest rail link is London Victoria Station, and the nearest underground station is Pimlico. The closest coach station is London Victoria. The hotel is the perfect base for visits to the Tate Art Gallery, Buckingham Palace, the Houses of Parliament, Westminster Abbey, Big Ben, Trafalgar Square, Piccadilly Circus, the West End theatres and various shopping venues.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2684.00" OriginalAmount="2684.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D13949" HotelName="The Hoxton Shepherd's Bush" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/34830_image64870744_0.jpg</HotelPictures>
        <HotelDescription>Hay un total de 237 dormitorios en el establecimiento. Hay conexiandoacute;n a internet por Wi-Fi en los espacios panduacute;blicos. La recepciandoacute;n estandaacute; abierta 24 horas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2687" OriginalAmount="2687">
      <BasicPropertyInfo Latitude="51.517472553179" Longitude="-0.13051360845566" StarRating="3" HotelCode="17889|1957" HotelName="St Giles London - A St Giles Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bedford Avenue, London WC1B 3GH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22075/a_22075_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of the West End. A variety of shopping areas, including the well-known Oxford Street, are just minutes from the hotel. There are numerous international restaurants in the surrounding area, as well as cosy pubs, bars and clubs. The hotel is served with excellent public transport connections, with Tottenham Court Road underground station just a stone's throw away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2687.00" OriginalAmount="2687.00">
      <BasicPropertyInfo Latitude="51.451107" Longitude="-0.296735" StarRating="4" HotelCode="115394|richmond_gate_hotel" HotelName="Richmond Harbour Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Richmond Hill, Richmond-upon-Thames, Surrey TW10 6RP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/159000/a_159000_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the top of Richmond Hill. It is located in Surrey, just 11 km from London's West End, and is ideally situated for visiting the attractions of West London and Surrey, including Twickenham Rugby Stadium, Wimbledon, the Wembley Stadium, Kew Gardens and Hampton Court Palace. Access to public transport is right at the hotel's doorstep, and the Richmond bus and train station is around 1 km away. London Heathrow Airport is situated some 14 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2690" OriginalAmount="2690">
      <BasicPropertyInfo Latitude="51.424278093582" Longitude="-0.22931191958708" StarRating="4" HotelCode="77873|444183" HotelName="Hotel Du Vin Wimbledon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>West Side Common, Cannizaro House, London SW19 4UE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/316752/316752a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2690.00" OriginalAmount="2690.00">
      <BasicPropertyInfo Latitude="51.516115083519" Longitude="-0.06239357344657" StarRating="4" HotelCode="263537|the_whitechapel_hotel" HotelName="The Whitechapel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-53 New Road, Whitechapel, London E1 1HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/347711/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2698.12" OriginalAmount="2698.12">
      <BasicPropertyInfo StarRating="4" HotelCode="|830497" HotelName="THE WESLEY LONDON EUSTON" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/887505_foto_1.jpg</HotelPictures>
        <HotelDescription>Located next to London's Euston Station, within a 15-minute walk from The British Museum, Regents Park and Kings Cross Station, TheWesley boasts modern rooms with free WiFi access and a sustainable international fusion bar and restaurant, The Savannah, opened in summer 2016.  Each room is decorated in warm colors and features en-suite bathroom facilities, a flat-screen TV and air conditioning. Room service is provided, as well as a concierge service.The hotel is within a 2-minute walk from the nearest tube and bus connections, providing easy access to any part of the city. Regent's Place is just a 4-minute walk from the hotel while the Oxford Street Shopping Area is 1.6 km away</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2701" OriginalAmount="2701">
      <BasicPropertyInfo Latitude="51.499123834707" Longitude="-0.11320132712342" StarRating="4" HotelCode="552260|211117" HotelName="Marlin Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>111 Westminster Bridge Road, London SE1 7HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/587729/587729a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2704" OriginalAmount="2704">
      <BasicPropertyInfo Latitude="51.493034" Longitude="-0.190131" StarRating="4" HotelCode="94568|55190" HotelName="The Resident Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Garden,Internet,Kitchen,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>25 Courtfield Gardens, London SW5 0PG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/171961/171961a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in stylish Kensington, just 300 m from Earl´s Court underground station. Elegant Knightsbridge, home to Harrods, is 1.6 km away from the hotel and it is just 2.7 km from Earl´s Court Exhibition Centre. Guests will find the Natural History Museum, the Victoria and Albert Museum and Harrods some 15 minutes' walk away and it is roughly 20 minutes on foot to the Royal Albert Hall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2706" OriginalAmount="2706">
      <BasicPropertyInfo Latitude="51.489897227411" Longitude="-0.13713241104506" StarRating="2.5" HotelCode="47807|2113" HotelName="Best Western Corona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85-89 Belgrave Road, Victoria, London SW1V 2BQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10835/a_10835_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel lies in the centre of London, close to the Thames and Buckingham Palace. Restaurants and bars are within easy reach of the hotel, as well as night clubs which are only 100 metres away. The hotel is centrally located by Victoria Station (with the underground stations at Victoria or Pimlico).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2707.00" OriginalAmount="2707.00">
      <BasicPropertyInfo Latitude="51.492744351742" Longitude="-0.19035771489143" StarRating="3" HotelCode="401780|st_mark_hotel_2" HotelName="St. Mark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Barkston Gardens, Earl’s Court, London SW5 0EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/95765/a_95765_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is literally a 3 minutes’ walk from Earl’s Court tube station, where there are many shops and restaurants. Buses run 24 hours a day to and from Oxford Street and Knightsbridge, Hyde Park and Kensington High Street. Heathrow Airport is around 20 km away, and it is some 47 km to Gatwick Airport and 63 km to Stansted Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2709" OriginalAmount="2709">
      <BasicPropertyInfo Latitude="51.515294" Longitude="-0.160074" StarRating="3" HotelCode="35458|200350" HotelName="Rose Court Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35/35a Great Cumberland Place, Marble Arch, London W1H 7DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/317050/317050a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2709.00" OriginalAmount="2709.00">
      <BasicPropertyInfo Latitude="51.512889923181" Longitude="-0.1829591906685" StarRating="3" HotelCode="36435|caring_hotel" HotelName="Caring Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Craven Hill Gardens, London, Greater London W2 3EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/10/17/10172dbd8849e7dfa8480705557a7c90470fdd08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Caring Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2709.84" OriginalAmount="2709.84">
      <BasicPropertyInfo StarRating="2" HotelCode="|119235" HotelName="Marble Arch Inn" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/887593_foto_95.jpg</HotelPictures>
        <HotelDescription>Modern, newly refurbished hotel with a warm, friendly hospitality which is second to none, matching the facilities and quality service to the perfect location. All rooms with remote control colour satellite television, direct dial telephone, clock/radio, central heating, hairdryer, tea/coffee bar, travel electrical adapter, wash basin and Most rooms with shower, toilet. We offer clean and comfortable rooms with all the facilities at very competitive prices. We assure you that your stay will be relaxing and enjoyable. We are sorry but Marble Arch Inn does not have a lift.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2711.00" OriginalAmount="2711.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|710676" HotelName="Holiday Inn Express London Royal Docks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/887450_foto_1.jpg</HotelPictures>
        <HotelDescription>Situado en la zona histandoacute;rica de los Royal Docks, el Holiday Inn Londres-Royal Docks Hotel , con sus 136 habitaciones, estandaacute; magnandiacute;ficamente ubicado con respecto a Canary Wharf, los Docklands, el nuevo centro de exposiciones Excel y otros puntos de interandeacute;s turandiacute;stico imprescindibles, como la Torre y el Puente de Londres o la Catedral de San Pablo, O2 (Millenium Dome). El centro de Londres se halla a menos de 15 minutos desde la estaciandoacute;n de metro de Canning Town. Todas las elegantes habitaciones con dos camas o cama doble tienen capacidad para un mandaacute;ximo de dos adultos y dos niandntilde;os. Por otra parte, el restaurante Great Room sirve exquisitos desayunos y un amplio surtido de menanduacute;s. Las tres salas de reuniones del hotel, equipadas con aire acondicionado, pueden albergar eventos sociales y empresariales para un mandaacute;ximo de 40 personas. Igualmente, los huandeacute;spedes disponen de un centro de negocios completo, asandiacute; como de un aparcamiento gratuito durante toda su estancia.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2711" OriginalAmount="2711">
      <BasicPropertyInfo Latitude="51.490679303105" Longitude="-0.13861995353187" StarRating="3" HotelCode="114585|49452" HotelName="Victor Hotel - London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Belgrave Road, Westminster Borough, London, Greater London SW1V 2BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/348928/b4810f1c98022d883df12c98c4665471.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2714" OriginalAmount="2714">
      <BasicPropertyInfo Latitude="51.512417426132" Longitude="-0.18620018650817" StarRating="4" HotelCode="56989|31919" HotelName="Shaftesbury Hyde Park International" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52-56 Inverness Terrace, London W2 3LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/73891/w_73891_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Queensway area of London, only a few minutes walk from Hyde Park, the famous shopping area of Oxford Street, Regent’s Street, Bond Street as well as Bayswater tube station. From the hotel, guests are also able to enjoy very good transport links into the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2714.00" OriginalAmount="2714.00">
      <BasicPropertyInfo Latitude="51.498233" Longitude="-0.179956" StarRating="4" HotelCode="258822|the_queens_gate_hotel" HotelName="The Queen's Gate Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-34 Queen's Gate, SW7 5JA London, Greater London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15031/w_15031_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated at the Royal Borough of Kensington and Chelsea, the Royal Albert Hall, Hyde Park, Natural History Museum, Science Museum and the world-famous shopping areas of Knightsbridge, High Street Kensington along with the legendary Harrods are only a short walk away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2714.24" OriginalAmount="2714.24">
      <BasicPropertyInfo StarRating="4" HotelCode="|450865" HotelName="GRAND PLAZA SERVICED APARTMENTS" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/887075_foto_1.jpg</HotelPictures>
        <HotelDescription>Grand Plaza offers luxurious private apartments that are well-placed for Hyde Park, Notting Hill and Kensington Palace. All apartments have modern, open-plan kitchenettes and are fully furnished with high-quality modern appliances. They are ideal if you require independence, space and serviced accommodation. Grand Plaza is 5 minutes walk from Paddington Train Station and is a short walk from Whiteley's shopping centre. Bayswater and Queensway Tube stations are a short distance away. Free high-speed broadband internet is available. The apartments, holding up to 6 people, have a double room; the rest of the guests sleep in the living room. The bathroom is inside the master bedroom. When booking by direct payment, the amount of the first night will be charged to your credit card as a guarantee of the reservation. In case of cancellation, this fee will be refunded, provided it is notified at least 72 hours before the arrival.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2715" OriginalAmount="2715">
      <BasicPropertyInfo Latitude="51.524415452626" Longitude="-0.076311928761811" StarRating="4" HotelCode="199761|360123" HotelName="Boundary" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="boutique hotel,boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Babysitting,Banquet Hall,Bar,Boutique,Conference Hall,Designated Smoking Area,Diet Meals,Internet,Laundry,Massage Centre,Meeting Room,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Boundary Street, Entrance in Red Church Street, Shoreditch, London E2 7DD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/311835/311835a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Boundary.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2715" OriginalAmount="2715">
      <BasicPropertyInfo Latitude="51.524215948057" Longitude="-0.13784274458885" StarRating="4" HotelCode="16387|12605" HotelName="Radisson Blu Edwardian Grafton Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 Tottenham Court Road, London W1T 5AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19748/a_19748_AB2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fully renovated first-class hotel is situated in a central location by Regents Park. The nearest tube station is Warren Street. Shops, restaurants, bars and pubs are just a short stroll away and various nightclubs are located in the immediate vicinity. The hotel features excellent public transport links, with stops within metres of the hotel entrance.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2726" OriginalAmount="2726">
      <BasicPropertyInfo Latitude="51.490286761096" Longitude="-0.14034162223238" StarRating="4" HotelCode="145734|46499" HotelName="Mornington Hotel London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Gloucester Street, London SW1V 2DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/181507/181507a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Mornington Hotel London Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2727.56" OriginalAmount="2727.56">
      <BasicPropertyInfo StarRating="4" HotelCode="|120345" HotelName="Best Western Mornington Hotel London Hyde Park" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/886516_foto_1.jpg</HotelPictures>
        <HotelDescription>BW Mornington Hotel offers 70 4-star stylish air-conditioned and modern London hotel rooms, outstanding hotel facilities, a professional meeting room and stylish bar ideally located in the heart of London within walking distance of Paddington Station and Lancaster Gate tube station. Our London hotel is right opposite Hyde Park and within easy reach of the Oxford Street and the West End.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2728.00" OriginalAmount="2728.00">
      <BasicPropertyInfo Latitude="51.518096923828125" Longitude="-0.07823099941015244" StarRating="0" HotelCode="0|widegate_residential" HotelName="Widegate Residential" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Widegate Street, London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/5b/08/5b083b6299efc11b2aebe980ce22c14fcebd5290.jpeg</HotelPictures>
        <HotelDescription>Location : With a stay at Widegate Residential in London (London City Centre), you'll be steps from Financial District and 4 minutes by foot from Liverpool Street.  This apartment is 0.4 mi (0.6 km) from The Gherkin and 0.2 mi (0.4 km) from Brick Lane.&lt;br /&gt;Attractions : Distances are displayed to the nearest 0.1 mile and kilometer.&lt;br /&gt;Financial District - 0.1 km / 0.1 mi&lt;br /&gt;Brick Lane - 0.4 km / 0.2 mi&lt;br /&gt;Liverpool Street - 0.4 km / 0.2 mi&lt;br /&gt;The Gherkin - 0.6 km / 0.4 mi&lt;br /&gt;Barbican Arts Centre - 1.2 km / 0.7 mi&lt;br /&gt;London Bridge - 1.4 km / 0.9 mi&lt;br /&gt;Museum of London - 1.4 km / 0.9 mi&lt;br /&gt;Tower Bridge - 1.6 km / 1 mi&lt;br /&gt;Tower of London - 1.7 km / 1 mi&lt;br /&gt;St. Paul's Cathedral - 1.8 km / 1.1 mi&lt;br /&gt;Borough Market - 1.9 km / 1.2 mi&lt;br /&gt;The Shard - 2 km / 1.2 mi&lt;br /&gt;Globe Theatre - 2.1 km / 1.3 mi&lt;br /&gt;Tate Modern - 2.4 km / 1.5 mi&lt;br /&gt;The Strand - 2.8 km / 1.7 mi&lt;br /&gt;The nearest airports are:&lt;br /&gt;Heathrow Airport (LHR) - 31.9 km / 19.8 mi&lt;br /&gt;Gatwick Airport (LGW) - 81 km / 50.3 mi&lt;br /&gt;London City Airport (LCY) - 10.5 km / 6.5 mi&lt;br /&gt;business_amenities : Featured amenities include complimentary wired Internet access, a computer station, and multilingual staff.&lt;br /&gt;HeadLine : Near Liverpool Street&lt;br /&gt;Rooms : Make yourself at home in one of the 12 guestrooms.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant 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;Due to the epidemiological situation, tourist trips are limited throughout United Kingdom.&lt;br /&gt;&lt;ul&gt;  &lt;li&gt;This property advises that enhanced cleaning and guest safety measures are currently in place.&lt;/li&gt;&lt;li&gt;The property is professionally cleaned, and disinfectant is used to clean the property.&lt;/li&gt; &lt;/ul&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2732" OriginalAmount="2732">
      <BasicPropertyInfo Latitude="51.49828022" Longitude="-0.01936466" StarRating="4" HotelCode="563814|398176" HotelName="Lincoln Plaza London Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>2 Lincoln Plaza, Millharbour Canary Wharf, London E14 9BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/681634/a_681634_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="2733.35" OriginalAmount="2733.35">
      <BasicPropertyInfo Latitude="51.51196526717" Longitude="-0.1807791226845" StarRating="4" HotelCode="47679|104115" HotelName="Commodore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Lancaster Gate, Hyde Park, W2 3NA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/230058/230058a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Commodore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2734.56" OriginalAmount="2734.56">
      <BasicPropertyInfo Latitude="51.513773381814" Longitude="-0.15890958035664" StarRating="4" HotelCode="47970|32554" HotelName="Hard Rock Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Great Cumberland Place, Marylebone, London W1H 7DL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/11027/a_11027_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the heart of London's inner city, directly next to the famous Marble Arch monument and just a short stroll from Marble Arch underground station. Guests may take advantage of the many shopping and entertainment venues, which are within easy reach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2737.00" OriginalAmount="2737.00">
      <BasicPropertyInfo Latitude="51.51483841" Longitude="-0.08246157" StarRating="0" HotelCode="503226|great_st_helen_hotel" HotelName="Great Saint Helen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Great Saint Helens, London, England EC3A 6AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/670971/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2738" OriginalAmount="2738">
      <BasicPropertyInfo Latitude="51.523087735961" Longitude="-0.12580821891015" StarRating="4" HotelCode="433381|415585" HotelName="The Morton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Woburn Place, London, WC1H 0LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/543012/a_543012_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Morton Hotel is perfectly located for both business and leisure guests in London. Offering a variety of facilities and services, the hotel provides all you need for a good night's sleep. Free Wi-Fi in all rooms, 24-hour front desk, luggage storage, Wi-Fi in public areas, car park are there for guest's enjoyment. All rooms are designed and decorated to make guests feel right at home, and some rooms come with internet access – wireless, internet access – wireless (complimentary), non smoking rooms, air conditioning, heating. Access to the hotel's massage will further enhance your satisfying stay. The Morton Hotel combines warm hospitality with a lovely ambiance to make your stay in London unforgettable.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2738.24" OriginalAmount="2738.24">
      <BasicPropertyInfo Latitude="51.546416891045" Longitude="-0.0077738128280771" StarRating="4" HotelCode="986135|4470895" HotelName="The Gantry London Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>40 Celebration Avenue, Stratford, London E20 1DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/1095223/a_1095223_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2742.20" OriginalAmount="2742.20">
      <BasicPropertyInfo StarRating="4" HotelCode="|687727" HotelName="196 BISHOPSGATE HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/887121_foto_1.jpg</HotelPictures>
        <HotelDescription>The 196 Bishopsgate Hotel is located in London's financial district just opposite Liverpool Street station, which is a short hop on the tube from the thriving West End and a stones' throw from the numerous bars and restaurants of London's fashionable Hoxton and Shoreditch districts. At 196 Bishopsgate guests can benefit from the flexibility of a hotel while at the same time enjoy the space and freedom of an apartment offering a range of serviced apartments from studios up to two bedrooms, and all with no minimum stay. Each of the 48 serviced residences is decorated to the same high standard and has been furnished with a contemporary flair. All offer fully equipped kitchens, marble clad en-suites, and dining areas. Whichever type of apartment is required, they all guarantee the space to relax, work or entertain!Guests staying 7 nights or more should note that strict cancellation policies apply.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2745.00" OriginalAmount="2745.00">
      <BasicPropertyInfo Latitude="51.520456" Longitude="-0.124752" StarRating="4" HotelCode="114448|grange_beauchamp_hotel" HotelName="Grange Beauchamp Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>24-27 Bedford Place, London WC1B 5JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/157952/a_157952_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Bloomsbury overlooking private gardens and is 5 km from Hyde Park. Camden is a popular centre for the arts, fashion and music and is 1.6 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2748" OriginalAmount="2748">
      <BasicPropertyInfo Latitude="51.501331" Longitude="-0.115941" StarRating="4" HotelCode="70877|11061" HotelName="Park Plaza County Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Addington St, London SE1 7RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/93270/a_93270_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the banks of the River Thames, just south of Westminster Bridge and near to Waterloo International railway station, this hotel is within easy reach of some of the capital's most visited attractions such as the London Eye, the Houses of Parliament, Big Ben and the London Aquarium. London City Airport is some 9 km away, London Heathrow Airport is approximately 16 km away, London Gatwick is 29 km away, London Luton is 35 km away and London Stansted is 36 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2748.00" OriginalAmount="2748.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|853185" HotelName="Holiday Inn London - Whitechapel, an IHG Hotel" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/801728_foto_1.jpg</HotelPictures>
        <HotelDescription>Make yourself at home in one of the 140 air-conditioned rooms featuring LCD televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with bathtubs or showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and desks.Stop by 5 Cavell Street Kitchen for lunch, dinner, or brunch, where this restaurant specializes in British cuisine. Dining is also available at the coffee shop/cafe, and 24-hour room service is provided. Wrap up your day with a drink at the bar/lounge. Full breakfasts are served on weekdays from 6:30 AM to 10:30 AM for a fee.Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. Planning an event in London? This hotel has facilities measuring 850 square feet (79 square meters), including a conference center.With a stay at Holiday Inn London - Whitechapel, an IHG Hotel, you'll be centrally located in London, within a 5-minute drive of Tower of London and Tower Bridge.  This 4-star hotel is 1.9 mi (3 km) from London Bridge and 3.2 mi (5.1 km) from O2 Arena.Distances are displayed to the nearest 0.1 mile and kilometer.  Brick Lane - 1.1 km / 0.7 mi  Financial District - 1.2 km / 0.7 mi  Tower of London - 1.8 km / 1.1 mi  The Gherkin - 1.8 km / 1.1 mi  Liverpool Street - 1.8 km / 1.1 mi  Sky Garden - 2 km / 1.3 mi  Tower Bridge - 2.1 km / 1.3 mi  Barbican Arts Centre - 2.9 km / 1.8 mi  Borough Market - 2.9 km / 1.8 mi  Victoria Park - 2.9 km / 1.8 mi  London Bridge - 3 km / 1.9 mi  St. Paul's Cathedral - 3.2 km / 2 mi  The Shard - 3.2 km / 2 mi  Globe Theatre - 3.3 km / 2 mi  Tate Modern - 3.7 km / 2.3 mi  The nearest airports are:Heathrow Airport (LHR) - 32.8 km / 20.4 mi London City Airport (LCY) - 9.1 km / 5.6 mi Gatwick Airport (LGW) - 82.2 km / 51.1 mi Stansted Airport (STN) - 55.3 km / 34.3 mi Luton Airport (LTN) - 56.8 km / 35.3 mi The preferred airport for Holiday Inn London - Whitechapel, an IHG Hotel is Heathrow Airport (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2751" OriginalAmount="2751">
      <BasicPropertyInfo Latitude="51.52660481129" Longitude="-0.12978136539459" StarRating="4" HotelCode="200908|6199" HotelName="Ambassadors Bloomsbury" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Upper Woburn Place, Euston, London WC1H 0HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7635/a_7635_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in Bloomsbury, with Euston, Russell Square and King's Cross/St Pancras stations close by. The nearest airport is Heathrow (some 26 km away) while Gatwick, Luton and Stanstead are all about 50 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2752.00" OriginalAmount="2752.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|710947" HotelName="BEDFORD HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31671_image63175558_0.jpg</HotelPictures>
        <HotelDescription>Bedford Hotel has a garden, terrace, restaurant and bar in London. This hotel offers luggage storage. The accommodation is 1.7 km from the city center and a 7-minute walk from the British Museum.At the hotel, the rooms include a desk, a flat-screen TV, a private bathroom, bed linen and towels. All rooms feature a safe and free WiFi, and some also offer garden views. All rooms have a wardrobe and a kettle.The daily breakfast offers buffet, continental or English/Irish options.Speaking English, Spanish, Hindi and Hungarian, reception staff can help guests plan their stay.Near the accommodation there are Points of interest include Euston Station, Dominion Theater and Tottenham Court Road Underground Station. The airport (London City Airport) is 14 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2757.00" OriginalAmount="2757.00">
      <BasicPropertyInfo Latitude="51.502238" Longitude="-0.1879" StarRating="4" HotelCode="902466|seraphine_kensington_gardens" HotelName="Seraphine London Kensington Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Kensington High Street, London W8 5NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/161367/161367a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on High Street Kensington, overlooking Kensington Gardens and just 800 m from the Royal Albert Hall. Art galleries and the Natural History Museum are nearby and guests have easy access to the Olympia and Earl's Court exhibition centres via a 5-minute taxi ride or short tube journey. London Luton Airport is approximately 19 km from the hotel, London Heathrow is around 24 km away and London Gatwick is roughly 62 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2757.60" OriginalAmount="2757.60">
      <BasicPropertyInfo StarRating="4" HotelCode="|768170" HotelName="PARK GRAND PADDINGTON COURT" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/3013_image50123524_0.jpg</HotelPictures>
        <HotelDescription>Brilliantly located, the bustle of Paddington is a short stroll awaym while the green expanse of Hyde Park, perfect for families, is equally close. The Bohemian delights of Notting Hill and Portobello Market are just to the west. And within minutes you're in Oxford Street's legendary stores. With original art and rich, warm hues, the welcoming lobby whispers understated opulence. There's something quintessentially English about this quiet corner of central London. Its white stucoed terraces and leafy squares are a handsome homeage to the city's aristocratic past. Among them stands Park Grand Paddington Court London, its elegant exterior revealling glimpses of the striking contemporary style inside. The hotel is located in the heart of London which is very close to all the attractions of the city itself. As one of the London's hidden gems, there's a great dining experience at Park Grand Paddington Court London. The restaurant serves a full English and continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2760" OriginalAmount="2760">
      <BasicPropertyInfo Latitude="51.513272969002" Longitude="-0.19036710262299" StarRating="3" HotelCode="25121|17949" HotelName="The Princes Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Princes Square, Off Ilchester Gardens, Bayswater, London W2 4NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36543/a_36543_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is well served by public transport and is an ideal starting point for those wishing to explore London's many sights. Numerous tourist attractions such as Kensington Palace, Buckingham Palace and Hyde Park are all to be found in the hotel's immediate vicinity. Heathrow airport is approximately 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2763" OriginalAmount="2763">
      <BasicPropertyInfo Latitude="51.475704865485" Longitude="-0.18238881888294" StarRating="5" HotelCode="31758|39029" HotelName="The Chelsea Harbour Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chelsea Harbour, London SW10 0XG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50681/a_50681_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Quietly situated directly beside exclusive Chelsea Harbour, the luxury hotel affords wonderful views out across the water. The hotel thus provides an ideal point of departure for nearby sights of interest such as the district of Knightsbridge, famous Kings Road, Harrods Department Store, Sloane Square, Earl's Court and Olympia Exhibition Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2768.68" OriginalAmount="2768.68">
      <BasicPropertyInfo Latitude="51.51327676" Longitude="-0.19303982" StarRating="2" HotelCode="665331|816041" HotelName="Notting Hill Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Designated Smoking Area,Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Prince's Square, London W2 4PX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/848034/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of London, The Notting Hill Hostel puts everything the city has to offer just outside your doorstep. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Facilities like 24-hour front desk, express check-in/check-out, luggage storage, Wi-Fi in public areas, airport transfer are readily available for you to enjoy. Guestrooms are designed to provide an optimal level of comfort with welcoming decor and some offering convenient amenities like internet access – wireless, heating. Entertain the hotel's recreational facilities, including garden. Friendly staff, great facilities and close proximity to all that London has to offer are three great reasons you should stay at The Notting Hill Hostel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2770" OriginalAmount="2770">
      <BasicPropertyInfo Latitude="51.515403691503" Longitude="-0.16109072883603" StarRating="3" HotelCode="145072|55610" HotelName="Boston Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Upper Berkeley Street, Marble Arch, London W1H 7QL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/206385/gt_206385_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is only two minutes’ walk from busy Marble Arch, with its underground and train stations, Hyde Park and Oxford Street with its world class shopping. Ideally situated for access to all parts of London, the hotel’s central location means that all the main attractions of the City are quick and easy to reach. Nearby airports include London Heathrow (approximately 30 km away), London Luton and London Stansted (both around 50 km away), and London Gatwick (roughly 60 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2777.00" OriginalAmount="2777.00">
      <BasicPropertyInfo Latitude="51.512699713145" Longitude="-0.084646650042596" StarRating="4" HotelCode="34460|club_quarters_gracechurch" HotelName="Club Quarters Hotel Gracechurch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Gracechurch Street, London, Greater London EC3V 0DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/338650/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2782.76" OriginalAmount="2782.76">
      <BasicPropertyInfo StarRating="3" HotelCode="|106395" HotelName="PEMBRIDGE PALACE HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/733792_foto_1.jpg</HotelPictures>
        <HotelDescription>Overview\nIdeally located in the heart of tourist attractions, to the north of Kensington Palace and Hyde Park, Pembridge Palace Hotel provides good accommodation for leisure travelers.  Among its amenities, the property features comfortable rooms, 24 check-in and internet access.  \n\nLocation\nDue to its strategic location, the hotel offers good connections not only to the main means of transport, but also to the most important attraction points of the area, such as Kensington Gardens or Portobello Road Market. Nearest bus station is about 5 min walk time, while the Heathrow Airport is round 25 km away.\n\nRooms\nAll rooms at Pembridge Palace Hotel are equipped with modern facilities such as internet connection, cots on request and television. \n\nFood and Drink\nHotel guests start the day with a free breakfast served in the breakfast area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2784" OriginalAmount="2784">
      <BasicPropertyInfo Latitude="51.521071897594" Longitude="-0.15601633050585" StarRating="4" HotelCode="52564|2155" HotelName="Holmes Hotel London" 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,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>83 Chiltern Street, Marylebone, London W1U 6NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54901/a_54901_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant boutique hotel is located right on Baker Street, this comfortable hotel is ideal for tourists wishing to explore the city as well as business guests. Plenty of restaurants and bars are located in the hotel's vicinity. The nearest shops are less than 50 metres away. Numerous sightseeing attractions, such as Madame Tussaud's, Oxford Street, Bond Street, Marylebone High Street, Regent's Park with London Zoo, Hyde Park, Lords Cricket Ground, Theatre Land, as well the West End's nightlife are all easily reached within walking distance. With the local public transport (for example from Baker Street tube station, which is 50 m away) guests will quickly and easily reach other areas of London as well as Heathrow Airport (from Paddington Street, around 15 minutes away) which lies 25 km from the hotel. Luton and Stansted airports are located around 30-40 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2784.00" OriginalAmount="2784.00">
      <BasicPropertyInfo Latitude="51.51322" Longitude="-0.19304" StarRating="0" HotelCode="0|_0x24ab7" HotelName="Hostel One Notting Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 Prince's Square, London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/8a/97/8a97548103cf407861b9fb7c07aedec99fd5b163.jpeg</HotelPictures>
        <HotelDescription>&lt;/br&gt;&lt;b&gt;Property Location: &lt;/b&gt;With a stay at Hostel One Notting Hill in London (Paddington), you'll be a 2-minute drive from Kensington Gardens and 5 minutes from Hyde Park.  This hostel is 0.7 mi (1.2 km) from Kensington Palace and 1.1 mi (1.7 km) from Kensington High Street.&lt;/br&gt;&lt;b&gt;Rooms: &lt;/b&gt;Make yourself at home in one of the 17 guestrooms featuring refrigerators and microwaves. Prepare your meals in the shared/communal kitchen. Complimentary wireless Internet access is available to keep you connected. Bathrooms have showers and hair dryers.&lt;/br&gt;&lt;b&gt;Amenities: &lt;/b&gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access.&lt;/br&gt;&lt;/br&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;/br&gt;&lt;/br&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;/br&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Guests over the age of 18 count as adults.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2792" OriginalAmount="2792">
      <BasicPropertyInfo Latitude="51.514351" Longitude="-0.190775" StarRating="3" HotelCode="221715|457398" HotelName="Garden Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-31 Kensington Gardens Square, Bayswater, London W2 4BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/cf/f1/cff13efba18ae6eabee7404a82f34431a027c565.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Garden Court.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2793" OriginalAmount="2793">
      <BasicPropertyInfo Latitude="51.502647093413" Longitude="-0.18814489245415" StarRating="5" HotelCode="16975|6204" HotelName="Royal Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2-24 Kensington High Street, W8 4PT London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20675/a_20675_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London's Royal Borough of Kensington and Chelsea, overlooking Kensington Palace, in the west part of the metropolis. Just a short drive from the M40, M4 and M25 motorways, the hotel is also just minutes from Earls Court and the Olympia Exhibition Halls, and is within a short drive of London's financial district.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2796" OriginalAmount="2796">
      <BasicPropertyInfo Latitude="51.528520483915" Longitude="-0.12813448905945" StarRating="4" HotelCode="25445|34006" HotelName="Pullman London St Pancras" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100-110 Euston Road, London NW1 2AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/37088/a_37088_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the city centre of London, where guests will discover many shopping and entertainment venues. Links to the public transport system are only around 500m away. The international train station "Waterloo" can be reached within 15 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2800.92" OriginalAmount="2800.92">
      <BasicPropertyInfo StarRating="4" HotelCode="|710923" HotelName="Mama Shelter London Shoreditch" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/801256_foto_1.jpg</HotelPictures>
        <HotelDescription>Este hotel goza de fandaacute;cil acceso al distrito financiero de Londres y a la estaciandoacute;n de tren y metro de Liverpool Street. Ademandaacute;s de sus 178 habitaciones, ofrece caja fuerte, ascensor y sala de TV. Cuenta tambiandeacute;n con un bar y un restaurante. Los clientes de negocios podrandaacute;n utilizar las instalaciones para conferencias y el acceso a internet. Las habitaciones estandaacute;n equipadas con camas dobles de la marca Hypnos, la misma que utiliza la familia real britandaacute;nica. Cuentan con cuarto de baandntilde;o en-suite con ducha, baandntilde;era y secador de pelo, ademandaacute;s de TV, acceso a internet y set de cafandeacute;/tandeacute;. Todas disponen de climatizaciandoacute;n regulable. El Smith's Bar and Kitchen abre todo el dandiacute;a. Es el nanduacute;cleo del establecimiento y sirve desde el desayuno hasta cenas tardandiacute;as con una apetecible carta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2801.52" OriginalAmount="2801.52">
      <BasicPropertyInfo StarRating="3" HotelCode="|710840" HotelName="LONDON HOUSE HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/803429_foto_1.jpg</HotelPictures>
        <HotelDescription>The London House Hotel puts you at the heart of this vibrant capital, where you feel you've escaped the 24/7 lifestyle but can also easily dip back into the city's bustle. Within our 19th- century property, opposite an elegant garden square, you'll find a warmth that belies the stately facade, from modern city rooms to attentive, friendly service. Hyde Park, Notting Hill and many other London hotspots are within easy walking distance.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2808.00" OriginalAmount="2808.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|730129" HotelName="Queens Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/803428_foto_44.jpg</HotelPictures>
        <HotelDescription>This hotel has a good location in Bayswater near Hyde Park and Kesington Gardens.
Thanks to the location of the hotel, you can enjoy the nightlife, the cosmopolitan restaurants of Queensway, next to Oxford Street.
The rooms that make up the hotel have a private bathroom fully equipped and with different amenities that you can enjoy such as: Wi-Fi, telephone, TV and heating among others.
Enjoy your stay at the hotel!</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2812" OriginalAmount="2812">
      <BasicPropertyInfo Latitude="51.514392060161" Longitude="-0.1729316864909" StarRating="3" HotelCode="114626|444201" HotelName="Linden House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-6 Sussex Place, London, Greater London W2 2TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/344865/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2819" OriginalAmount="2819">
      <BasicPropertyInfo Latitude="51.522636" Longitude="-0.103728" StarRating="4" HotelCode="82455|318042" HotelName="The Zetter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>St John's Square 86-88, Clerkenwell Road, London EC1M 5RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/340404/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2821" OriginalAmount="2821">
      <BasicPropertyInfo Latitude="51.514582" Longitude="-0.156604" StarRating="4" HotelCode="32000|2150" HotelName="DoubleTree By Hilton Hotel London - Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Bryanston Street, Marble Arch, W1H7BY London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51047/a_51047_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built in 1950, this charming hotel is located just off Oxford Street, close to the popular Hyde Park and within walking distance of Marble Arch underground station. The M4 and M40 motorways are within convenient reach, making access to Heathrow Airport, which is just 30 km away, both quick and easy.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2821" OriginalAmount="2821">
      <BasicPropertyInfo Latitude="51.495114826971" Longitude="-0.18358647823334" StarRating="4" HotelCode="51569|24974" HotelName="Doubletree By Hilton London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Cromwell Road, London SW7 4ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/42335/a_42335_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London in the district of Chelsea and Kensington. Gloucester Road tube station is just 2 minutes walk from the hotel, which makes this hotel superbly situated for business guests wanting to reach the financial district or Earl's Court and the Olympic Exhibition halls quickly. The hotel also provides a fantastic starting point for tourists' exploration of London's main attractions including High Street Kensington, a Natural History Museum, the London Eye, the Royal Albert Hall and the renowned department store, Harrod's. The M4 motorway and the A4 provide good quick access to Heathrow airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2827.00" OriginalAmount="2827.00">
      <BasicPropertyInfo Latitude="51.51427712" Longitude="-0.31939913" StarRating="4" HotelCode="199779|the_drayton_court_hotel" HotelName="Drayton Court Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 The Avenue, Ealing, London W13 8PH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/351742/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Drayton Court Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2831" OriginalAmount="2831">
      <BasicPropertyInfo Latitude="51.516733147325" Longitude="-0.17063409090042" StarRating="4" HotelCode="114665|31833" HotelName="Inhabit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Southwick Street, Paddington, London W2 1JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/158187/a_158187_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at Sussex Gardens in Paddington within convenient reach of London's West End and easy access to tourist attractions, fine restaurants, exclusive designer boutiques and department stores. It is also a short walk away from Marble Arch and Oxford Circus, while Piccadilly Circus is a 10-minute tube ride away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2832.00" OriginalAmount="2832.00">
      <BasicPropertyInfo Latitude="51.52725621" Longitude="-0.07683533" StarRating="3" HotelCode="420339|the_shoreditch_inn" HotelName="Shoreditch Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,LCD/Projector,Luggage Storage,Restaurant,Spa,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>1 Austin Street, London E2 7NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/510840/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2834.00" OriginalAmount="2834.00">
      <BasicPropertyInfo Latitude="51.50372184215" Longitude="-0.11141300363545" StarRating="3" HotelCode="503151|the_wellington" HotelName="The Wellington Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="ATM/Cash Machine,Bar,Bicycle Rental,Concierge,Designated Smoking Area,Garden,Internet,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Parking,Pets allowed,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>81-83 Waterloo Road, London SE1 8UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/24591/224591/1.jpg?f=15045002</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Wellington Hotel in London (South Bank), you'll be minutes from Southbank Centre and London Eye. This hotel is close to King's College London and Big Ben.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Stay in one of 25 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Conveniences include desks and coffee/tea makers, and you can also request cribs/infant beds (complimentary).&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Enjoy a satisfying meal at a restaurant serving guests of The Wellington Hotel. A complimentary full breakfast is served daily.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="2843.55" OriginalAmount="2843.55">
      <BasicPropertyInfo Latitude="51.506203323333" Longitude="-0.10221754666725" StarRating="3" HotelCode="34461|112c49" HotelName="Holiday Inn Express London Southwark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>103-109 Southwark Street, London SE1 0JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54905/l_54905_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the Thames and is only a few minutes away from London's tourist attractions. Within 5 minutes of the hotel, guests will find the New Tate Modern, the River Thames Walk and several pubs. Some 10 minutes away guests will find Shakespeare's Globe Theatre, St. Paul's Cathedral and various restaurants. Within 15 minutes guests are at the London Eye, which guarantees a once in a lifetime view of the city. The Bond Street shops are only a 45-minute walk away. The location ensures quick access to the Royal Festival Hall and London Bridge. The Jubilee underground line takes guests from Southwark underground stop comfortably to the ExCeL Exhibition Centre and has links to further underground and regional public transport lines to Leicester Square and London's theatre district, among other places. The nearby Blackfriars Station has links to the airport. Waterloo Station, 10 minutes from the hotel, offers connections to the Eurostar high-speed express.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2844.00" OriginalAmount="2844.00">
      <BasicPropertyInfo Latitude="51.4912" Longitude="-0.1934" StarRating="3" HotelCode="32001|oxford_hotel_3" HotelName="Oxford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16-18 &amp; 24 Penywern Road, Earls Court, SW5 9ST London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51048/a_51048_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area near the elegant neighbourhood of Kensington and Chelsea. The hotel features a garden and affords a mixture of rural, international and cosmopolitan atmosphere. The exhibition centres of Earls Court and Olympia are within walking distance and the nearest underground station is approximately 100m from the hotel. Numerous historical tourist attractions, parks, museums and shopping areas such as Kensington and Knightsbridge can be reached within several minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2847" OriginalAmount="2847">
      <BasicPropertyInfo Latitude="51.510741907561" Longitude="-0.076686844983215" StarRating="4" HotelCode="26240|9768" HotelName="Leonardo Royal Hotel London City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-14 Cooper's Row, London EC3N 2BQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/38418/a_38418_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located centrally, close to the Tower of London as well as Tower Bridge and enjoys wonderful views over the Thames. Plenty more sightseeing attractions are also located nearby including St. Paul's Cathedral and numerous shopping opportunities. London Heathrow airport can be reached in an hour by making use of public transport (roughly 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2854.00" OriginalAmount="2854.00">
      <BasicPropertyInfo Latitude="51.57587681" Longitude="-0.20122212" StarRating="0" HotelCode="499246|croft_court_hotel" HotelName="Croft Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Concierge,Dry Cleaning,Garden,Internet,Laundry,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>44 Ravenscroft Avenue, London NW11 8AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/666889/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Croft Court Hotel in London (Golders Green), you'll be within the vicinity of London Zoo and Selfridges.  This hotel is within the vicinity of Royal Albert Hall and Imperial College London.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the air-conditioned rooms featuring flat-screen televisions. Rooms have private balconies or patios. Complimentary wireless Internet access is available to keep you connected. Bathrooms have bathtubs or showers and complimentary toiletries.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;/b&gt; &lt;br /&gt;Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless Internet access. Additional features at this hotel include concierge services and a picnic area.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;A complimentary continental breakfast is served daily.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. Free self parking is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2858.52" OriginalAmount="2858.52">
      <BasicPropertyInfo StarRating="4" HotelCode="|627867" HotelName="HOLIDAY INN LONDON-KENSINGTON HIGH STREET" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/885570_foto_1.jpg</HotelPictures>
        <HotelDescription>The Holiday Inn London-Kensington High Street  is situated in a quiet street just off Kensington High Street, which is one of the busiest shopping areas in central London famous for its upmarket style. This modern landmark hotel in one of London's most famous and historic boroughs is certainly one of the most popular properties in its category. The local attractions such as Kensington Palace and Gardens, Royal Albert Hall, Earls Court and Olympia Exhibition Centres are within walking distance. The 550 bedrooms are comfortably furnished and provide a wide array of services with satellite TV, wifi, mini-bar, telephone and tea and coffee making facilities. For lunch and/or dinner, guests will have the possibility to choose from 2 restaurants and the Lions Bar and Grill. The hotel also provides a fully equipped gymnasium, sauna, steam room, Jacuzzi and an 18 meters indoor swimming pool. Beauty treatments and selection of massages are also available.Guests staying 7 nights or more should note that strict cancellation policies apply.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2863" OriginalAmount="2863">
      <BasicPropertyInfo Latitude="51.495751" Longitude="-0.147698" StarRating="4" HotelCode="114443|24792" HotelName="Tophams Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24-32 Ebury Street, Belgravia, SW1W 0LU London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/153296/153296a_hb_a_032.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in a quiet location in the historic Belgravia district. Buckingham Palace is just 800 m away. London's museums, the theatres of the West End and the shops of Knightsbridge are about 100 m from the hotel. Restaurants, bars and nightclubs are all a short walk away, as are bus, train and underground services from Victoria Station. Westminster Cathedral is about 500 m away, the Tate Britain about 1.2 km away and Hyde Park around 1.5 km away. Haverfordwest Airport is around 40 km, London Gatwick Airport about 30 km and London City Airport is about 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2865.60" OriginalAmount="2865.60">
      <BasicPropertyInfo StarRating="5" HotelCode="|066054" HotelName="Montcalm Brewery Townhouse" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1359342_foto_42.jpg</HotelPictures>
        <HotelDescription>Ideally situated in the heart of London City, London City Suites By Montcalm creates an ambience of simple luxury. The hotel atmosphere mixes traditional and contemporary decor to reflect the elegance and charm of the city. The property accents refined comfort and offers a superb choice of luxurious accommodation, distinguished by their settings and decor. All bedrooms are tastefully designed with stylish en-suite bathrooms and rain showers, accented with luxury toiletries. Standard room features include LCD flat-screen televisions, contemporary Wi-Fi and Broadband Internet access, telephone with voicemail and a selection of international satellite television channels. Sleek, spacious and thoughtfully furnished, the elegant suites are designed with a warm blend of elegance and comfort to make your stay an experience you'll always remember. The Wellness Centre located in the sister property across the road at The Montcalm at The Brewery London City is equipped with sauna and steam rooms and a 24hrs fully equipped fitness centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2872.00" OriginalAmount="2872.00">
      <BasicPropertyInfo Latitude="51.514386330505" Longitude="-0.15641435980797" StarRating="4" HotelCode="18518|thistle_marble_arch" HotelName="Amba Hotel Marble Arch" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bryanston Street, Marylebone, London W1H 7EH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/23017/a_23017_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class city hotel is centrally located, directly next to Oxford Street. Marble Arch tube station is within metres of the hotel entrance.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2878" OriginalAmount="2878">
      <BasicPropertyInfo Latitude="51.525598550264" Longitude="-0.0829017162323" StarRating="4" HotelCode="61170|444244" HotelName="The Hoxton Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Country House,Business Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>81 Great Eastern Street, London EC2A 3HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/79153/a_79153_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of London near Old Street tube station. Moorgate and Finsbury Square are easily accessible, as are some of London's best bar, restaurants and clubs. The hotel is a 5-minute walk from a bus stop and the underground station Old Street (Northern Line). Liverpool Street railway station is a 7-minute walk away. The Tower of London and St. Paul's Cathedral are around 3 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2880" OriginalAmount="2880">
      <BasicPropertyInfo Latitude="51.510892587612" Longitude="-0.078449249267578" StarRating="4" HotelCode="165403|31926" HotelName="DoubleTree by Hilton London - Tower of London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>7 Pepys Street, London EC3N 4AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/232065/a_232065_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of London and 800 m from the Tower of London. Various bars and pubs are to be found in the immediate vicinity of the hotel, which is about 200 m from Tower Hill station, some 500 m from a selection of nightspots and shopping venues, and approximately 1.3 km from St Paul's Cathedral.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2881.00" OriginalAmount="2881.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|783806" HotelName="POINT A LIVERPOOL STREET" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/888036_foto_36.jpg</HotelPictures>
        <HotelDescription>Situated in the lively East End of London, this property is within easy access of the many attractions that the area has to offer. Guests will find themselves just a short distance away from Spitalfields Market, as well as the many cafes, bars and restaurants in Shoreditch. St. Paul's Cathedral is just 2 stops away on the underground. This charming hotel is drenched in the edgy, eclectic style of its surroundings. The guest rooms are comfortable, thoughtfully designed and well equipped with modern amenities. This hotel focuses on high-quality service and warm hospitality, ensuring a comfortable stay for every type of traveller.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2885" OriginalAmount="2885">
      <BasicPropertyInfo Latitude="51.51075313" Longitude="-0.0966464" StarRating="4" HotelCode="986165|416218" HotelName="Locke At Broken Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Broken Wharf, London EC4V 3DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/1/2/4/6/0/0/4/6/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2886" OriginalAmount="2886">
      <BasicPropertyInfo Latitude="51.504610521162" Longitude="-0.082579851150513" StarRating="4" HotelCode="76294|16428" HotelName="Hilton London Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City 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,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 More London Place, Tooley Street, London SE1 2BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103759/a_103759_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London, this hotel is within easy walking distance of The City, as well as rail and underground links. Within a mile of the hotel, guests will find attractions such as Shakespeare's Globe Theatre, the Tate Modern and the London Eye. London Gatwick Airport is some 48 km away, and London Heathrow Airport is about 28 km from the hotel. Both airports are under an hour away by train.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2886.00" OriginalAmount="2886.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|500936" HotelName="BLAKEMORE HYDE PARK" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/870817_image45013254_0.jpg</HotelPictures>
        <HotelDescription>New Lobby &amp; Restaurant launched in January 2019! This property has just completed a full renovation to the restaurant and main reception/lobby area. The hotel is situated in elegant Bayswater, just a 5 minute walk from Hyde Park. This newly refurbished hotel now resembles a more luxurious 4 star property with all the 5 star trimmings including gold tinted marble flown in from Italy and all furniture hand crafted to create a unique space to relax and unwind. The check-in process is made easy as you are welcomed in with the fragrant scent of fresh Jasmine then shown to our seated check-in desk where porters are on hand to assist with luggage. The Terrace Restaurant houses a stunning conservatory style seating area with floor to ceiling windows, a creative cocktail bar and a beautiful terrace to enjoy some al fresco dining in the summer months.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2887" OriginalAmount="2887">
      <BasicPropertyInfo Latitude="51.53910059" Longitude="-0.10414342" StarRating="0" HotelCode="977943|400022" HotelName="Citadines Islington London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Shelley Place, Islington, London N1 1WF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/39000000/38760000/38759300/38759211/429e07ca_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="2888.48" OriginalAmount="2888.48">
      <BasicPropertyInfo Latitude="51.493516711031" Longitude="-0.15023052692413" StarRating="4" HotelCode="87668|10395b" HotelName="Astors Belgravia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>106-112 Ebury Street, London SW1W 9QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/122559/a_122559_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located on a quiet, tree-lined street in the heart of Belgravia. It is close to the international designer stores of Sloane Street and Brompton Cross. Art galleries and antique shops are minutes away on foot, as is the world-famous Buckingham Palace, the Victoria and Albert Museum, the Natural History Museum and the Science Museum. London Victoria station is about a 5-minute walk away, and Heathrow Airport is some 40 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2889" OriginalAmount="2889">
      <BasicPropertyInfo Latitude="51.507246" Longitude="0.024864" StarRating="4" HotelCode="305710|58579" HotelName="Sunborn London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Western Gateway, Royal Victoria Dock, London E16 1XL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/314642/314642a_hb_a_008.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2890" OriginalAmount="2890">
      <BasicPropertyInfo Latitude="51.52496601" Longitude="-0.14378499" StarRating="4" HotelCode="872518|2147" HotelName="Meliá White House" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Albany Street, Regents Park, London NW1 3UP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/996157/a_996157_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Some of the city's best known attractions, such as Madame Tussaud's, are easily reached from the hotel. Paddington, Marylebone and King's Cross railway stations are all a 5-10 minutes taxi journey away. This luxury city hotel is located some 35 km from both Heathrow and Gatwick international airports.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2896.00" OriginalAmount="2896.00">
      <BasicPropertyInfo Latitude="51.51513764" Longitude="-0.0688986" StarRating="4" HotelCode="986156|the_gate_2" HotelName="The Gate" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 White Church Lane, London E1 7QR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/1237410/a_1237410_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2902" OriginalAmount="2902">
      <BasicPropertyInfo Latitude="51.52494558" Longitude="-0.08157733" StarRating="4" HotelCode="986117|409119" HotelName="Hart Shoreditch Hotel London, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 - 67 Great Eastern Street, Hackney, London EC2A 3HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/1217701/a_1217701_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2903" OriginalAmount="2903">
      <BasicPropertyInfo Latitude="51.51019636" Longitude="-0.0767426" StarRating="4" HotelCode="450238|444187" HotelName="citizenM Tower of London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>40 Trinity Square, London, Greater London EC3N 4DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/613121/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is citizenM Tower of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2907" OriginalAmount="2907">
      <BasicPropertyInfo Latitude="51.51406363" Longitude="-0.13199634" StarRating="3.5" HotelCode="943331|276311" HotelName="Mimi’s Hotel Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>56-57 Frith Street, Soho, London W1D 3JG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/731916/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2916.00" OriginalAmount="2916.00">
      <BasicPropertyInfo Latitude="51.53042" Longitude="-0.055908" StarRating="5" HotelCode="165985|town_hall_hotel__apartments" HotelName="Town Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Patriot Square, London E2 9NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/139527/139527a_hb_a_027.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Patriot Square in London. This property is centrally positioned in the heart of London's lively East End. The Whitechapel Gallery exhibiting modern art is close by. The nearest train station is about 100 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2916.92" OriginalAmount="2916.92">
      <BasicPropertyInfo StarRating="4" HotelCode="|618119" HotelName="THISTLE HOLBORN" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/378150_image59971716_0.jpg</HotelPictures>
        <HotelDescription>Located in elegant Bloomsbury, The Thistle Holborn is a luxurious four-star hotel ideally located at the heart of intellectual, historic and fashion-mad London. The British Museum, Covent Garden and Oxford Street are all nearby. With easy access to the London Underground, The Kingsley hotel is the ideal base for business meetings, special events and weekend breaks. The Kingsley hotel by Thistle, provides guests with a wonderful perspective on the capital. From the hotel, London landmarks like the British Museum, Covent Garden, Oxford Street, the leafy squares of Bloomsbury and the West End theatres are within easy walking distance making it the perfect venue to explore London. This Bloomsbury hotel has 129 bedrooms, including Deluxe and Executive rooms and a Junior Suite. It also has seven meeting rooms, the largest seating 100 people theatre-style, and six syndicate rooms. So it�s also the perfect venue whether you�re visiting for pleasure or business ideal. Appropriately, for a hotel named after the author Charles Kingsley, the hotel�s blend of contemporary comforts and Edwardian charm is definitely something to write home about.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2917" OriginalAmount="2917">
      <BasicPropertyInfo Latitude="51.515082329316" Longitude="-0.17309691877645" StarRating="3" HotelCode="902935|246064" HotelName="Stylotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>160-162 Sussex Gardens, London W2 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/350206/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2920.00" OriginalAmount="2920.00">
      <BasicPropertyInfo Latitude="51.513343076526" Longitude="-0.17982065677643" StarRating="3.5" HotelCode="189733|hyde_park_apartments_8" HotelName="Hyde Park Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Craven Hill, London W2 3DS, Westminster</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/87882/843070bc-7487-43ac-9337-0658630c71ec.jpg?d=636644156980000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2921.00" OriginalAmount="2921.00">
      <BasicPropertyInfo Latitude="51.526643192282" Longitude="-0.11383295059204" StarRating="4" HotelCode="13485|holiday_inn_londonkings_cross_bloomsbury" HotelName="Crowne Plaza London - Kings Cross" Meals="ROOM ONLY,BREAKFAST-FOR-2,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Kings Cross Road, London WC1X 9HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14251/a_14251_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is to be found close to the city centre within a short distance of links to the public transport network, bars, restaurants and shopping venues.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2927.00" OriginalAmount="2927.00">
      <BasicPropertyInfo Latitude="51.4655445" Longitude="-0.15625781" StarRating="2" HotelCode="542694|publove_the_crown_battersea" HotelName="PubLove @ The Crown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>102 Lavender Hill, Battersea, London SW11 5RD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625032/625032a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hostel is approximately 8.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2931" OriginalAmount="2931">
      <BasicPropertyInfo Latitude="51.494032723243" Longitude="-0.18251091241837" StarRating="4" HotelCode="14857|7559" HotelName="The Bailey's Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Gloucester Road, London SW7 4QH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17460/a_17460_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, luxury hotel is ideally situated at the heart of the London district of Kensington and is the top address for visitors of London looking for sophisticated accommodation. It is conveniently located near to links to the public transport network, enabling easy exploration of this exciting city. The nearest underground station is only minutes away. In addition, numerous shopping and entertainment venues are also located in the immediate vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2931" OriginalAmount="2931">
      <BasicPropertyInfo Latitude="51.513211692436" Longitude="-0.17790871630109" StarRating="3" HotelCode="64681|214825" HotelName="The Westbourne Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>51 Gloucester Terrace, London W2 3DQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/83390/a_83390_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2937.00" OriginalAmount="2937.00">
      <BasicPropertyInfo Latitude="51.529044996796" Longitude="-0.1233396816987" StarRating="3" HotelCode="150137|jesmond_dene" HotelName="The Jesmond Dene" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Argyle Street, Kings Cross St Pancras, London WC1H 8EP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/314282/314282a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2938.00" OriginalAmount="2938.00">
      <BasicPropertyInfo Latitude="51.51697997" Longitude="-0.0767977" StarRating="4" HotelCode="433679|park_lane_city_apartments" HotelName="Park Lane City Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>92, Middlesex Street, Aldgate, London E1 7EZ, Greater London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/595683/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2939" OriginalAmount="2939">
      <BasicPropertyInfo Latitude="51.535464955734" Longitude="-0.18991649150848" StarRating="4" HotelCode="29212|35268" HotelName="London Marriott Hotel Maida Vale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Parade, Maida Vale, London NW6 5RP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46991/a_46991_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated close to Abbey Road Studios, Notting Hill, Little Venice and Lord's Cricket Ground and with excellent access to Heathrow Airport, this city hotel enjoys an ideal location. It is just a 3-minute walk from the nearest underground station, providing links to both the business and shopping districts, as well as to famous parks, West End theatres and Wembley Stadium. Guests will find a number of shops, bars, pubs and restaurants in the immediate vicinity and London's Heathrow, Luton, Gatwick and Stansted airports are 29, 50, 51 and 72 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2942" OriginalAmount="2942">
      <BasicPropertyInfo Latitude="51.512506" Longitude="-0.186734" StarRating="4" HotelCode="13656|8902" HotelName="La Suite West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41-51 Inverness Terrace, Hyde Park, London W2 3JN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14521/w_14521_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2945" OriginalAmount="2945">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="900851|444208" HotelName="Melbourne House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Belgrave Road, Victoria, London SW1V 2BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/342612/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Melbourne House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2948" OriginalAmount="2948">
      <BasicPropertyInfo Latitude="51.44925614726" Longitude="-0.57563867130284" StarRating="4" HotelCode="888355|75504" HotelName="De Vere Beaumont Estate" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Burfield Road, Old Windsor, Berkshire SL4 2JJ</AddressLine>
          </AddressLines>
          <CityName>Old Windsor</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/136729/a_136729_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference and business hotel is situated within easy reach of the M3, M4 and M25 motorways and it lies close to the main line railway stations. The nearest railway stations are: Egham for connections to London (Waterloo) and Reading; Windsor Riverside for connections to London (Waterloo); Windsor Central for connections to Slough, London (Paddington), Reading and Bristol. All the stations are only a short taxi journey away and have taxi ranks outside. The establishment is just a 5-minute drive from the centre of Windsor and is close to London Heathrow Airport (15 km), Luton Airport (65 km), London Gatwick Airport (65 km), London Stansted Airport (70 km) and London City Airport (75 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2949.00" OriginalAmount="2949.00">
      <BasicPropertyInfo Latitude="51.54404006" Longitude="-0.1528324" StarRating="3.5" HotelCode="580389|camden_enterprise_hotel" HotelName="Camden Enterprise Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Haverstock Hill, London NW3 2BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/749048/d57b9f03394e06c2b5fb869fc8a70a27.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2962" OriginalAmount="2962">
      <BasicPropertyInfo Latitude="51.495701790701" Longitude="-0.19507437944412" StarRating="3" HotelCode="14175|31953" HotelName="London Lodge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 09/04/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134-136 Lexham Gardens, Kensington, London W8 6JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/174434/174434a_hb_a_048.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Victorian Kensington, one of the finest areas of London, and is minutes from Earls Court, Knightsbridge the renowned Natural History, Science and Victoria and Albert Museums, as well as the exclusive shopping street, Kensington High Street. The beautiful Hyde Park, Holland Park and Kensington Gardens where Kensington Palace is located are within walking distance of the hotel, as is Portobello Road and its famous market. Victoria railway and coach station is about 4.8 km away and Earls Court Underground station is some 500 m away. London Heathrow Airport is about 22 km away, London City Airport is roughly 23 km away, London Gatwick Airport is some 48 km away and London Stansted Airport is approximately 68 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2965" OriginalAmount="2965">
      <BasicPropertyInfo Latitude="51.514214403894" Longitude="-0.18090158700943" StarRating="4" HotelCode="114260|19651" HotelName="Park Grand London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Queens Gardens, London, Bayswater W2 3BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/157747/a_157747_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of London's stylish Paddington, Hyde Park and Bayswater area. Guests enjoy a prime location less than 5 minutes from Paddington whilst being surrounded by all the excitement of London's West End. London City Airport and London Heathrow Airport are approximately 3 km and 10 km from the establishment respectively. London Gatwick Airport and London Stansted Airport are both some 16 km away from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2967" OriginalAmount="2967">
      <BasicPropertyInfo Latitude="51.515683270537" Longitude="-0.1758348941803" StarRating="4" HotelCode="316783|17884" HotelName="Hilton London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" 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>146 Praed Street, London W2 1EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/31704/a_31704_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the centre of London and enjoys direct links to Heathrow Airport. Hyde Park is just 500 m from the hotel and the famous Oxford Street is around 1 km away. Shopping venues as well as the nearest restaurants and bars are situated a mere 1.5 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2974.80" OriginalAmount="2974.80">
      <BasicPropertyInfo StarRating="4" HotelCode="|450260" HotelName="The Cumberland London" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2419357_foto_1.jpg</HotelPictures>
        <HotelDescription>The Cumberland se inspira en el amor de la capital por la manduacute;sica contemporandaacute;nea, con una fusiandoacute;n armoniosa de comodidad y servicio.En una posiciandoacute;n privilegiada entre Oxford Street y Marble Arch, pero a solo unos metros del oasis de Hyde Park, es la base perfecta para pasar un rato en Londres. Estarandaacute;s cerca de distritos de compras famosos, museos y lugares de interandeacute;s histandoacute;rico, mientras que la estaciandoacute;n de metro de Londres estandaacute; a la vuelta de la esquina, lo que facilita la exploraciandoacute;n.Con 1019 habitaciones, The Cumberland ofrece aire acondicionado en todas partes, SOUND Sports Bar, SOUND Bar, SOUND Cafe, restaurante, comidas en la habitaciandoacute;n e instalaciones totalmente modernas y accesibles, The Cumberland es el destino perfecto para todos los viajeros.Elija una habitaciandoacute;n clandaacute;sica, un favorito atemporal con camas Hypnosandreg; sanduacute;per candoacute;modas, Wi-Fi randaacute;pido y gratuito (con acceso ilimitado a Internet), tomas de carga USB, secador de pelo y caja fuerte en la habitaciandoacute;n. Las habitaciones Gold le brindan espacio adicional y comodidad con extras adicionales ademandaacute;s de todas las caracterandiacute;sticas esenciales de las habitaciones Classic. Las habitaciones Gold King Park View ofrecen comodidades superiores, incluida una lujosa cama King, asandiacute; como vistas icandoacute;nicas de Hyde Park. Las habitaciones ejecutivas cuentan con potentes duchas de lluvia sobre la baandntilde;era y ofrecen un conserje personal y acceso exclusivo a Back Stage, que incluye un desayuno energandeacute;tico diario, refrigerios durante todo el dandiacute;a, tandeacute; de la tarde, refrigerios antes de la fiesta y una selecciandoacute;n de bebidas. Finalmente, las suites son espaciosas, completas con sala de estar, guitarra elandeacute;ctrica y amplificador Marshall. Acceda a todas las andaacute;reas con los beneficios VIP de Back Stage, que incluyen un desayuno energandeacute;tico diario, refrigerios durante todo el dandiacute;a, tandeacute; de la tarde, refrigerios antes de la fiesta y una selecciandoacute;n de bebidas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2989.60" OriginalAmount="2989.60">
      <BasicPropertyInfo StarRating="3" HotelCode="|120342" HotelName="VICTOR LONDON VICTORIA" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/887627_foto_35.jpg</HotelPictures>
        <HotelDescription>The Caswell Hotel is a petite hotel located near Victoria Station in the heart of London. Offering great value low cost accommodation the caswell is ideally located for sightseeing, shopping trips and business on a Budget. With Free Wifi and a daily Continental Breakfast included in all of our rates the Caswell is a preferred budget accommodation option for those looking for a cheap Central London Hotel. Our Traditional English Rooms offer a wide variety bedding configurations to suit all types of traveller. All rooms are equipped with a safe, Tea &amp; Coffee making facilities, 21 inch Flat Screen LCD TCV, Linen and Toiletries.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2994" OriginalAmount="2994">
      <BasicPropertyInfo Latitude="51.5058445" Longitude="-0.10446383" StarRating="0" HotelCode="964411|487236" HotelName="The Hoxton Southwark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>40 Blackfriars Road, London SE1 8PB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/1078508/a_1078508_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2995" OriginalAmount="2995">
      <BasicPropertyInfo Latitude="51.499940563258" Longitude="-0.15992939472199" StarRating="4" HotelCode="29221|12320" HotelName="Millennium Hotel London Knightsbridge" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Sloane Street, Knightsbridge, London SW1X 9NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47009/a_47009_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated at the heart of the city of London. Hyde Park, attractions such as Buckingham Palace as well as several shopping and entertainment venues are all located in the area surrounding the hotel. The nearest underground station, Knightsbridge, is just 200 metres from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2997" OriginalAmount="2997">
      <BasicPropertyInfo Latitude="51.514676" Longitude="-0.157929" StarRating="4" HotelCode="94559|230856" HotelName="Leonard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Seymour Street, London W1H 7JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/131373/w_131373_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3002" OriginalAmount="3002">
      <BasicPropertyInfo Latitude="51.503163931718" Longitude="-0.0004963380058598" StarRating="4.5" HotelCode="318621|62900" HotelName="Intercontinental Hotel London - The O2" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Waterview Drive, Greenwich Peninsula, London SE10 0TW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/585426/585426a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Intercontinental Hotel London - The O2.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3003.72" OriginalAmount="3003.72">
      <BasicPropertyInfo StarRating="3" HotelCode="|783771" HotelName="POINT A PADDINGTON" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/888079_foto_1.jpg</HotelPictures>
        <HotelDescription>Enjoying a strategic setting in London, this hotel prides itself on its central location and close proximity to many of the city's prominent attractions. The property is just a short distance away from Paddington station, which offers ease of access to many of the city's attractions. Oxford Street and the bustling, prestigious area of Knightsbridge are also located nearby. Guests can enjoy London Zoo, Hyde Park, Bayswater and Portobello Market with ease. Contemporary-style guest rooms offer comfort and convenience, in a peaceful setting. Excellent facilities and services are available at this establishment, to cater for the needs of business and leisure travellers alike.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3008.36" OriginalAmount="3008.36">
      <BasicPropertyInfo StarRating="4" HotelCode="|A32428" HotelName="The Cumberland, London" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1557018_foto_1.jpg</HotelPictures>
        <HotelDescription>Situated in the heart of central London, right at Marble Arch, where Oxford Street meets Park Lane, and just a stone's throw away from Hyde Park, The Cumberland Hotel amplifies the city's vibrant musical tapestry. Comfort, style, and award-winning design are what you'll find alongside our 900 luxurious rooms and modern facilities. Choose our Breakfast and Dinner rates to immerse yourself in SOUND London - our premier live entertainment and dining destination. Enjoy the best of American-inspired cuisine alongside nightly live music from London's top talents, featuring a 2-course set menu accompanied by a signature cocktail. Our much-praised breakfast buffet is the perfect way to start your day as you explore the capital. You'll have prime access to top shopping destinations, world-renowned museums, iconic landmarks, with a London Underground station at our doorstep. We'll hit all the right notes for your next stay in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="3009.90" OriginalAmount="3009.90">
      <BasicPropertyInfo Latitude="51.540234703535" Longitude="-0.14607310295105" StarRating="4" HotelCode="33051|112e48" HotelName="Holiday Inn Camden Lock" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Jamestown Road, NW1 7BY London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/52489/a_52489_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, modern city hotel is located directly in the heart of the trendy district of Camden with a view of the Lock Canal. The hotel's ideal location allows easy access to the main tourist attractions of Camden Market, Regent's Park, Madame Tussauds, London Zoo, Lords Cricket Ground and the Roundhouse Theatre. Camden Town, Euston und Kings Cross underground train stations are only metres away. The central train stations Paddington and Victoria offer regular connections to Heathrow and Gatwick airports.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3015" OriginalAmount="3015">
      <BasicPropertyInfo Latitude="51.513492" Longitude="-0.183276" StarRating="4" HotelCode="318223|2132" HotelName="The Caesar Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-33 Queen's Gardens, Hyde Park, London W2 3BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/32729/a_32729_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Central London in a quiet residential area in Queens Gardens. Hyde Park, Marble Arch, Oxford Street, Regent Street and Bond Street are all near at hand and scores of shops, nightclubs and public transport are all easily reached within 800 m.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3016" OriginalAmount="3016">
      <BasicPropertyInfo Latitude="51.798175" Longitude="0.210558" StarRating="4" HotelCode="78818|45504" HotelName="Down Hall Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Country House,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Matching Road, Hatfield Heath, Essex CM22 7AS</AddressLine>
          </AddressLines>
          <CityName>Hatfield Heath</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/106765/gt_106765_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The historical hotel is situated in the beautiful Hertfordshire/Essex borders countryside, 5 minutes from the picturesque village of Hatfield Heath, 15 minutes from Bishop's Stortford and Harlow, 20 minutes from London Stansted Airport and 45 minutes from Central London. Other nearby airports include London Luton (80 km away), London Heathrow (94 km away), London Gatwick (106 km away), Wick (51 km away) and London City (45 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3016.80" OriginalAmount="3016.80">
      <BasicPropertyInfo StarRating="4" HotelCode="|710869" HotelName="Indigo London Kensington-Earl's Court" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/954780_foto_1.jpg</HotelPictures>
        <HotelDescription>El Hotel Indigoandreg; London Kensington Earlandrsquo;s Court estandaacute; situado en el corazandoacute;n del barrio de Kensington y Chelsea, integrado perfectamente al vecindario. A primera vista, el uso original para el que estaba destinado nuestro edificio, como una vivienda victoriana en una zona histandoacute;ricamente opulenta de Londres, se puede sentir todavandiacute;a al alojarse en el hotel, con sus amplias habitaciones y su acogedor servicio. Sandoacute;lo tiene que visitar la oferta italiana Theos un clandaacute;sico, randuacute;stico restaurante italiano durante todo el dandiacute;a y la salchicha, la mejor de la cocina italiana de la famosa chef Theo Randall. Estamos ubicados cerca de la estaciandoacute;n de metro de Earl's Court, desde donde podrandaacute;s llegar randaacute;pidamente a cualquier punto de Londres y a los principales nanduacute;cleos de transporte, como el Aeropuerto Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3018" OriginalAmount="3018">
      <BasicPropertyInfo Latitude="51.51727059" Longitude="-0.08919489" StarRating="3" HotelCode="872137|416220" HotelName="The Moorgate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 London Wall, London EC2M 5QX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/957757/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3019" OriginalAmount="3019">
      <BasicPropertyInfo Latitude="51.51510499" Longitude="-0.1730636" StarRating="2" HotelCode="517310|486234" HotelName="Balmoral House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="24 Hour Front Desk,Elevator,Internet,Luggage Storage,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>156/157 Sussex Gardens, London W2 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0020/47335/2047335/1.jpg?f=15306932</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Balmoral House Hotel, you'll be centrally located in London, convenient to Hyde Park Speakers' Corner and Selfridges. This hotel is close to Royal Albert Hall and Imperial College London.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 18 guestrooms. Your room comes with a Select Comfort bed. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Bathrooms have showers and hair dryers.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Make use of convenient amenities, which include complimentary wireless Internet access and a television in the lobby.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;A complimentary full breakfast is served daily.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;The front desk is staffed during limited hours. Self parking (subject to charges) is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="3020.47" OriginalAmount="3020.47">
      <BasicPropertyInfo Latitude="51.524039886465" Longitude="-0.12509286403656" StarRating="4" HotelCode="41977|1042fb" HotelName="Holiday Inn London-Bloomsbury" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coram Street, London WC1N 1HT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14132/a_14132_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideal for business travellers. It is located directly on Russell Square near the British Museum and Oxford Street. Countless attractions are situated only a few metres from the hotel and are easily reached on foot. Russell Square underground station is about 300 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3024" OriginalAmount="3024">
      <BasicPropertyInfo Latitude="51.50976523" Longitude="-0.12224967" StarRating="3.5" HotelCode="632695|399611" HotelName="Wilde Aparthotels by Staycity The Strand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Adam Street, London WC2R 0DE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/803398/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3025" OriginalAmount="3025">
      <BasicPropertyInfo Latitude="51.52320082" Longitude="-0.138679" StarRating="0" HotelCode="725278|489137" HotelName="The Grafton Arms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 Grafton Way, London W1T 5DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/957882/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3026.00" OriginalAmount="3026.00">
      <BasicPropertyInfo Latitude="51.490725965195" Longitude="-0.14387225375274" StarRating="4" HotelCode="36437|georgian_and_bower_house_hotel" HotelName="Georgian House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 - 39 Saint George's Drive, City of Westminster, London SW1V 4DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/349646/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3030.16" OriginalAmount="3030.16">
      <BasicPropertyInfo Latitude="51.515579783756" Longitude="-0.17141997814179" StarRating="3" HotelCode="18292|312112" HotelName="Darlington Hyde Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111-117 Sussex Gardens, Paddington, London W2 2RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/337922/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3032" OriginalAmount="3032">
      <BasicPropertyInfo Latitude="51.4952400688" Longitude="-0.18171563744545" StarRating="4" HotelCode="44705|3098" HotelName="Radisson Blu Edwardian Vanderbilt Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68-86 Cromwell Road, London SW7 5BT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19744/a_19744_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the central location of Kensington, just 50 metres from Gloucester Road underground station. Numerous restaurants, bars and pubs are all within easy reach of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3050" OriginalAmount="3050">
      <BasicPropertyInfo Latitude="51.510331694228" Longitude="-0.18751055002212" StarRating="4" HotelCode="29185|31379" HotelName="Hilton London Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Bayswater Road, London W2 4RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46907/a_46907_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located directly next to Hyde Park in the centre of London with numerous shopping and entertainment venues nearby. Public transport connections are just 5 metres away as well as restaurants and bars, which are 50 m away. Nightclubs and shops are just a stone's throw from the hotel (approximately 100 m). The nearest beach is located an hour's drive away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3064" OriginalAmount="3064">
      <BasicPropertyInfo Latitude="51.49205537" Longitude="-0.12139442" StarRating="3.5" HotelCode="530951|403525" HotelName="Crowne Plaza London - Albert Embankment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10-11 Albert Embankment, London SE1 7TF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/23952/3623952/1.jpg?f=15235575</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3064" OriginalAmount="3064">
      <BasicPropertyInfo Latitude="51.494733254746" Longitude="-0.1187427341938" StarRating="4" HotelCode="15255|7262" HotelName="Novotel London Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>113 Lambeth Road, London SE1 7LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/18121/a_18121_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to Waterloo Eurostar, on Lambeth Road. It is 1 minute’s walk from the South Bank of the River Thames and lies opposite Big Ben and the Palace of Westminster. Some of London's most famous landmarks are nearby, including Big Ben, the London Eye, London Aquarium, Westminster Abbey and Buckingham Palace. The vibrant south bank of the Thames and the Lambeth North tube station can be reached within a 5-minute walk. Shopping facilities and restaurants are within 1 km of the hotel and bars and pubs within 500 m.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3069" OriginalAmount="3069">
      <BasicPropertyInfo Latitude="51.49322780844" Longitude="-0.12700259685516" StarRating="4" HotelCode="27519|4684" HotelName="The Westminster London Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 John Islip Street, London SW1P 4DD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/40531/a_40531_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of London and can be easily reached from all directions. It is located close to Westminster, the Houses of Parliament and Millbank Tower. Within five minutes guests will arrive at Pimlico underground station and within 10 minutes, Westminster underground.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3072.00" OriginalAmount="3072.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CD5F99" HotelName="CITY SLEEPER AT ROYAL NATIONAL HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31693_image63209629_0.jpg</HotelPictures>
        <HotelDescription>Hay un total de 50 habitaciones. Los visitantes podrandaacute;n conectarse al Wi-Fi en todo el edificio. Todos los clientes que se alojen en esta propiedad podrandaacute;n disfrutar de las ventajas de contar con recepciandoacute;n las 24 horas. City Sleepers at Royal National tiene espacios comunes accesibles para personas de movilidad reducida. Dispone de aparcamiento. Algunos de estos servicios de City Sleepers at Royal National pueden ser de pago.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3073.56" OriginalAmount="3073.56">
      <BasicPropertyInfo StarRating="3" HotelCode="|825955" HotelName="IBIS STYLES LONDON SOUTHWARK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/887181_foto_1.jpg</HotelPictures>
        <HotelDescription>Equipped with our very own stylish bar, our affordable London hotel is home to 154 spacious, creatively decorated bedrooms (including eight modern suites for larger groups). All of our rooms feature comfortable beds for a great night's sleep, and en suite walk-in power showers for an invigorating start to the day. Wake up to an unlimited, all-inclusive breakfast spread and indulge in a typically laid-back approach to checking out - you don't need to leave us until noon.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3081.00" OriginalAmount="3081.00">
      <BasicPropertyInfo Latitude="51.529736843821" Longitude="-0.12366212505287" StarRating="4" HotelCode="93106|megaro_hotel" HotelName="Hotel Megaro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Belgrove Street, St. Pancras, London WC1H8AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/129484/a_129484_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3090" OriginalAmount="3090">
      <BasicPropertyInfo Latitude="51.490945301892" Longitude="-0.14381694990095" StarRating="3" HotelCode="114417|394335" HotelName="OYO Townhouse New England Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 St George's Drive, Pimlico, London SW1V 4BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/313896/313896a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3092.00" OriginalAmount="3092.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|BE5266" HotelName="BERMONDS LOCKE" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/20613_image59353563_0.jpg</HotelPictures>
        <HotelDescription>Bermondsey Street and The Shard to the left. Tower Bridge, Shad Thames and Maltby Street to the right. And a new bar, restaurant or gallery to discover around every cobbled corner. This is SE1, one of the fastest-changing, most inspiring parts of London. And it's your new home. Settle into your tranquil apartment. Work uninterrupted in the leafy co-working space. Or just soak up the laid-back vibes in the coffee shop, restaurant and workout studio. Bermonds Locke really is an urban oasis like no other.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3092.28" OriginalAmount="3092.28">
      <BasicPropertyInfo StarRating="4" HotelCode="|710855" HotelName="The Chelsea Harbour Hotel and Spa" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1557247_foto_1.jpg</HotelPictures>
        <HotelDescription>El Wyndham Grand London Chelsea Harbour, emplazado en el exclusivo Chelsea Harbour es el anduacute;nico hotel de cinco estrellas de lujo cuyas habitaciones son todas suites y constituye el lugar ideal desde el que conocer interesantes lugares londinenses como el Palacio de Buckingham, el Big Ben, Harrods, Piccadilly Circus, el Parlamento y la Abadandiacute;a de Westminster. En hotel dispone de 154 suites y 6 andaacute;ticos con aire acondicionado, cada uno de ellos con lounge independiente, baandntilde;o, habitaciandoacute;n y vestandiacute;bulo. En el galardonado bar y restaurante Aquasia, junto al puerto, los huandeacute;spedes vivirandaacute;n una agradable comida al fresco. 14 salas de conferencia y de banquetes con una capacidad mandaacute;xima de 350 huandeacute;spedes (estilo recepciandoacute;n). En nuestro centro de fitness encontrarandaacute; una piscina cubierta climatizada, tumbonas, una sala de vapor, mandaacute;quinas de ejercicio, peso libre y sala de belleza. Amplios aparcamientos subterrandaacute;neos panduacute;blicos con capacidad para 2.000 vehandiacute;culos con 50 plazas a cargo del hotel. El Wyndham Grand London Chelsea Harbour es el punto focal, una de las joyas ocultas de Londres, donde los huandeacute;spedes podrandaacute;n disfrutar de la vida residencial, a solo 15 minutos de la ciudad. Con esplandeacute;ndidas vistas del horizonte de la ciudad y del randiacute;o Tandaacute;mesis, el Chelsea Harbour es una de las direcciones mandaacute;s prestigiosas de Londres y hogar de una abundante comunidad.Directions from Heathrow Airport; From the Airport, follow the M4 into Central London, over Hammersmith Flyover and follow the sign posts to Earls Court. Bearing right and passing Earls Court, follow the signs for the A3 until reaching The Kings Road. Turn right and then left at the Traffic Lights into Lots Road. Drive down Lots Road until a small roundabout. Carry on Straight Over the roundabout, bearing left at the Chelsea Harbour Design Centre as the road bends round to the right. The hotel is straight ahead.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3094" OriginalAmount="3094">
      <BasicPropertyInfo Latitude="51.523619331151" Longitude="-0.11115895337298" StarRating="4" HotelCode="477345|371102" HotelName="The Rosebery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rosebery Avenue, EC1R 4SX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/343528/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of London, The Rosebery Aparthotel puts everything the city has to offer just outside your doorstep. The hotel has everything you need for a comfortable stay. Service-minded staff will welcome and guide you at the The Rosebery Aparthotel. All rooms are designed and decorated to make guests feel right at home, and some rooms come with internet access – wireless (complimentary), non smoking rooms, air conditioning, heating, desk. The hotel offers various recreational opportunities. Discover all London has to offer by making The Rosebery Aparthotel your base.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3100.00" OriginalAmount="3100.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|120343" HotelName="Mornington London Kensington, BW Premier Collection" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/801404_foto_1.jpg</HotelPictures>
        <HotelDescription>The Bolton's Hotel London Kensington is a Grade II listed building. The hotel was originally built in the 19th Century as two terraced houses with five storeys and a basement. Since 2010 the hotel has undergone a full refurbishment designed to modernise the property into a timeless boutique hotel whilst retaining its period Victorian features. 
The hotel provides 56 bedrooms comprising a mix of Executive King rooms, Double, Twin, Triples and Single rooms. Each room is bespoke and layouts have been reworked to maximise space efficiency. All rooms feature air conditionning, an in-room laptop safe, iron and ironing boards, flats screen TVs, complimentary high speed WIFI and lighting designed to create a more ambient and stylish setting.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3104.00" OriginalAmount="3104.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|676326" HotelName="Holiday Inn Express London Hammersmith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/886932_foto_1.jpg</HotelPictures>
        <HotelDescription>This 3 star hotel is located within the city of London and was established in 2001. It is a short drive away from the Central London and the nearest station is Hammersmith. The Hotel has a restaurant, a bar and a conference room. All 135 rooms are equipped with hairdryer and air conditioning.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3107.00" OriginalAmount="3107.00">
      <BasicPropertyInfo Latitude="51.493989290856" Longitude="-0.19110422453696" StarRating="3" HotelCode="147529|hotel_moonlight_8" HotelName="Hotel Moonlight" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Knaresborough Place, London SW5 0TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/16000000/15830000/15821700/15821664/8f8f329a_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located only 5 minutes from Earl's Court Exhibition Centre and Tube Station, this hotel is ideal for exploring London. Kensington High Street's fashionable shops and the museums are both just a 10-minute walk from the hotel. A 15-minute Tube ride will bring guests to the heart of the West End. Closer by, the Olympia Exhibition Centre is 1 km away. London City Airport is approximately 5 km and London Gatwick Airport is 15 km from the hotel. London Heathrow Airport, London Luton Airport and London Stansted Airport are some 23, 60 and 63 km from the establishment respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3109.00" OriginalAmount="3109.00">
      <BasicPropertyInfo Latitude="51.52183" Longitude="-0.132131" StarRating="3" HotelCode="114661|hotel_cavendish" HotelName="Cavendish" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>75 Gower Street, Bloomsbury, London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1230000/1222800/1222750/3741ef90_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can reach various storeys easily and comfortably by lift. Services and facilities at the hotel include a safe, a restaurant, a bar, medical assistance, a laundry service and a conference room. Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the establishment. In addition, a shuttle service is offered.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3111" OriginalAmount="3111">
      <BasicPropertyInfo Latitude="51.493946" Longitude="-0.143333" StarRating="4" HotelCode="56594|19899" HotelName="DoubleTree by Hilton Hotel London - Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Bridge Place, London SW1V 1QA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/73354/a_73354_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Victoria underground station. Countless shopping and entertainment venues are to be found in the vicinity (within 100 m of the hotel) and it is the ideal starting point for sightseeing tours and shopping trips in inner London. The airport is around 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3111.68" OriginalAmount="3111.68">
      <BasicPropertyInfo StarRating="4" HotelCode="|608980" HotelName="THISTLE LONDON MARBLE ARCH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/16912_image51092088_0.jpg</HotelPictures>
        <HotelDescription>Amba Hotel Marble Arch, located just off Oxford Street, takes its name from one of London�s best-known landmarks. Originally built on the Mall as a new gateway to Buckingham Palace, the Arch remains an exclusive thoroughfare as only members of the royal family and the King's Troop, Royal Horse Artillery, are allowed to pass through it. As the name implies, the Arch is made from Italian white Carrara marble, a favourite material of the Art Deco movement in the 1920s and 30s, when Thistle Marble Arch was built. Today, the Amba Hotel Marble Arch in Oxford Street is one of the few genuine Art Deco buildings left in London. It is also one of the few larger Oxford Street hotels with 692 bedrooms, including 281 deluxe and executive rooms and Suites. We also have our own Just Gym workout facilities on-site, an alternative to a brisk stroll around nearby Hyde Park. Whether you're in central London on business, a short break or a family occasion, our hotel rooms have everything you need for a relaxing, comfortable stay. All Standard and Deluxe rooms and Suites at Thistle Marble Arch are air-conditioned, en-suite and have free BT Wi-Fi internet access.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3113" OriginalAmount="3113">
      <BasicPropertyInfo Latitude="51.512574" Longitude="-0.180237" StarRating="4" HotelCode="34458|94225" HotelName="Signature Townhouse Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Lancaster Gate, London W2 3NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54894/a_54894_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Signature Townhouse Hyde Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3115" OriginalAmount="3115">
      <BasicPropertyInfo Latitude="51.500865036197" Longitude="-0.11686955092614" StarRating="4" HotelCode="140852|17526" HotelName="Park Plaza Westminster Bridge London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>200 Westminster Bridge Road, London SE1 7UT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/201578/a_201578_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Westminster, on the south side of Westminster Bridge, a short walk from Waterloo Station. Guests have access to the London Underground (Northern, Bakerloo and Jubilee Lines) and a number of train routes heading to the south east of England. The restaurants and bars of South Bank are just 100 m away and it is 200 m from the Thames. It is perfectly situated within short walking distance of London's key tourist attractions, including Big Ben, the Houses of Parliament, the London Aquarium, the London Eye, South Bank, BFI IMAX Cinema, the Imperial War Museum, Westminster Abbey, Trafalgar Square and Buckingham Palace. Oxford Street is 1.5 km and it is 2 km from the hotel to Hyde Park. London City Airport is 14 km away and it is 28 km from London Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3115" OriginalAmount="3115">
      <BasicPropertyInfo Latitude="51.49294810442" Longitude="-0.1572887627899" StarRating="4" HotelCode="17673|200054" HotelName="Sloane Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-12 Sloane Square, London SW1W 8EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/21752/a_21752_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Sloane Square Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3118.76" OriginalAmount="3118.76">
      <BasicPropertyInfo StarRating="3" HotelCode="|068371" HotelName="ST. GILES LONDON" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/954792_foto_1.jpg</HotelPictures>
        <HotelDescription>This hotel is Located in the heart of the west end, walking distance to Oxford Street and Londons Theatres. All rooms feature private en-suite showers, LCD flat screen televisions featuring a wide choice of channels, digital safe, direct dial telephone with voicemail, hairdryer , WIFI access capability and complimentary tea and coffee making facilities. All rooms are non-smoking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3128.00" OriginalAmount="3128.00">
      <BasicPropertyInfo Latitude="51.501338958740234" Longitude="-0.11197499930858612" StarRating="3" HotelCode="0|ruby_lucy_hotel_london" HotelName="Ruby Lucy Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Lower Marsh, London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/50/09/5009b7378f65eadac07811fb57625ac2951b76e1.jpeg</HotelPictures>
        <HotelDescription>With a stay at Ruby Lucy Hotel London, you'll be centrally located in London, steps from The Vaults and within a 10-minute walk of London Eye.  This hotel is 0.9 mi (1.5 km) from Big Ben and 1.9 mi (3 km) from The British Museum.&lt;br /&gt;Featured amenities include express check-in, express check-out, and a 24-hour front desk.&lt;br /&gt;Grab a bite from the snack bar/deli serving guests of Ruby Lucy Hotel London. Wrap up your day with a drink at the bar/lounge. Buffet breakfasts are served on weekdays from 6:30 AM to 10:30 AM and on weekends from 7:00 AM to 11:00 AM for a fee.&lt;br /&gt;Stay in one of 75 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Bathrooms feature showers, complimentary toiletries, and hair dryers. Conveniences include safes and desks, and housekeeping is provided daily.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Price of an additional breakfast: 18.00 GBP per person. 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;Due to the epidemiological situation, tourist trips are limited throughout United Kingdom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3132" OriginalAmount="3132">
      <BasicPropertyInfo Latitude="51.500878905749" Longitude="-0.10792167228317" StarRating="3" HotelCode="292107|40367" HotelName="Hampton by Hilton London Waterloo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157 Waterloo Road, London SE1 8XA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/399644/a_399644_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3137.00" OriginalAmount="3137.00">
      <BasicPropertyInfo Latitude="51.5148966295889" Longitude="-0.159669602217036" StarRating="0" HotelCode="0|cumberland_apartments_2" HotelName="Cumberland Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Great Cumberland Place, Westminster Borough, London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/23/26/2326cdd64cef21902d046edc9ecc5855330e2044.jpeg</HotelPictures>
        <HotelDescription>Cumberland Apartments offer stylish accommodation with Wi-Fi access. Just 5 minutes walk from Oxford Street, the property is 275 metres from Marble Arch Underground Station.&lt;/br&gt;The stylish apartments feature bare wooden floors and modern furnishings, each has a work desk, and a flat-screen TV. Each apartment has a hairdryer and ironing facilities.&lt;/br&gt;The apartments have fitted kitchens with an oven, refrigerator and microwave. They also feature cosy living areas, dining space and private modern bathrooms.&lt;/br&gt;Just a 10-minute walk from Marylebone Railway Station, the apartments are a 25-minute walk from Buckingham Palace. Hyde Park is just 300 metres away.&lt;/br&gt;&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;Late check-in is available only by prior arrangement with the property until 22:00. Key collection is at Bilton Towers, London W1H 7LD.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3139" OriginalAmount="3139">
      <BasicPropertyInfo Latitude="51.512009" Longitude="-0.185137" StarRating="3" HotelCode="18270|44942" HotelName="The Byron" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Queensborough Terrace, Bayswater, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22702/a_22702_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3139" OriginalAmount="3139">
      <BasicPropertyInfo Latitude="51.496069310993" Longitude="-0.17039849570085" StarRating="4" HotelCode="16606|7557" HotelName="The Rembrandt" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Thurloe Place, Knightsbridge, London SW7 2RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20123/a_20123_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3142" OriginalAmount="3142">
      <BasicPropertyInfo Latitude="51.513794" Longitude="-0.17599100000007" StarRating="4" HotelCode="915057|57453" HotelName="Go Native Hyde Park Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>208 Sussex Gardens, Paddington, London W2 3UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/277596/a_277596_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Go Native Hyde Park Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3148.36" OriginalAmount="3148.36">
      <BasicPropertyInfo StarRating="4" HotelCode="|710867" HotelName="St Mark's Merit Hotels" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/887761_foto_1.jpg</HotelPictures>
        <HotelDescription>El hotel se encuentra en una tranquila calle al lado de Earl's Court Road y a 3 minutos andando de la estaciandoacute;n de metro de Earls Court. El servicio de autobuses panduacute;blicos funciona las 24 horas desde y hacia Oxford Street y Knightsbridge, Hyde Park y Kensington High Street. El aeropuerto de Heathrow estandaacute; a 21 km, el aeropuerto de Gatwick se encuentra a 47 km y el aeropuerto de Stansted se sitanduacute;a a 63 km. Este hotel dispone de recepciandoacute;n abierta las 24 horas con la servicio de salida, conexiandoacute;n wifi en todo el edificio, aire acondicionado, vestandiacute;bulo y sala de desayunos. Las habitaciones estandaacute;n totalmente amuebladas e incluyen cocina con nevera, microondas, cafetera, secador de pelo, televisor de pantalla de plasma, televisiandoacute;n por satandeacute;lite, telandeacute;fono y plancha.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3153" OriginalAmount="3153">
      <BasicPropertyInfo Latitude="51.517811028745" Longitude="-0.12800227976231" StarRating="4" HotelCode="44704|4446" HotelName="Radisson Blu Edwardian Kenilworth Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Great Russell Street, Bloomsbury, London WC1B 3LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19743/a_19743_F2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located at the heart of the city of London. Numerous shopping centres, various tourist attractions and other entertainment venues are within easily reach by underground. Tottenham Court Road underground station is situated in the hotel's immediate vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3153.72" OriginalAmount="3153.72">
      <BasicPropertyInfo StarRating="3" HotelCode="|711045" HotelName="Holiday Inn Express London Victoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/886409_foto_1.jpg</HotelPictures>
        <HotelDescription>Hotel del centro de Londres con 52 modernas habitaciones y fandaacute;cil acceso a la estaciandoacute;n Victoria y el West EndEl Holiday Inn Expressandreg; London Victoria, situado en un edificio histandoacute;rico, estandaacute; a 10 min a pie de la estaciandoacute;n Victoria, con trenes randaacute;pidos al aeropuerto de Gatwick (LGW). La estaciandoacute;n de metro Pimlico, con conexiones a los barrios comerciales y el West End, estandaacute; a solo 3 min. Hay aparcamiento gratis en la calle: de 18. 30 a 8. 30 h entre semana y 24 horas en fin de semana. A poca distancia hay un aparcamiento. Los teatros Apollo Victoria y Victoria Palace estandaacute;n a 10 min andando. A un par de paradas de metro, tienes las tiendas de Bond St. y Oxford St. Algunos lugares turandiacute;sticos, como el palacio de Buckingham y las Casas del Parlamento, estandaacute;n a menos de 30 min a pie. El cercano Queen Mother Sports Centre tiene gimnasio y piscina cubierta. El gran centro de exposiciones QEII Centre estandaacute; a 30 min andando. Los barrios financieros de la City y Canary Wharf estandaacute;n a 20 min en metro y ExCeL London, a 40 min. El wifi estandaacute; incluido en todo el hotel. Los huandeacute;spedes tienen el desayuno incluido. El Beverley Bar del vestandiacute;bulo sirve bebida y comida hasta tarde. Hay numerosos restaurantes en la zona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3160.80" OriginalAmount="3160.80">
      <BasicPropertyInfo StarRating="4" HotelCode="|655246" HotelName="Hotel Saint" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1176169_foto_1.jpg</HotelPictures>
        <HotelDescription>This 4 star hotel is located in the city of London, close to some of the most important tourist attractions such as the Sky Garden skyscraper, the Tower of London and Brick Lane.
The rooms that make up the hotel are spacious and bright. All of them have private bathroom fully equipped and have different amenities that you can enjoy such as TV, Wi-Fi, heating and air conditioning and minibar among others.
For those who want to enjoy an exercise session, they can count on the hotel gym.
For those staying for business reasons, the hotel has two meeting rooms where they can be carried out.
Enjoy a good dish in the restaurant or a drink in the bar located on the roof of the hotel with a 360 degree panoramic view.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3162" OriginalAmount="3162">
      <BasicPropertyInfo Latitude="51.491633801396" Longitude="-0.19477397203445" StarRating="3" HotelCode="35170|33884" HotelName="Mayflower Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-28 Trebovir Road, Earls Court, London SW5 9NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57312/a_57312_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superb hotel is near to the City. Knightsbridge and Chelsea, noted for their innumerable boutiques and designer stores, are not far from the hotel. There is a multitude of superb museums nearby, including the Science Museum, the Natural History Museum and the Victoria and Albert Museum. The nearest public transport links are just a stone's throw away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3164.96" OriginalAmount="3164.96">
      <BasicPropertyInfo StarRating="4" HotelCode="|089000" HotelName="SHEPHERDS BUSH LONDON" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/23363_image60300359_0.jpg</HotelPictures>
        <HotelDescription>London's Hotel Shepherds Bush London. offers luxury standard of Accommodation Facility and Service. Located in the heart of London's West End with just few minutes away from Westfield shopping center (the largest urban shopping center in Europe), Oxford Street and Marble Arch, along with the famous attraction pointsfor sightseeing and dining at London Bridge, Leicester Square, Hyde Park and Bond Street. Since opening in 2019, Hotel Shepherds Bush London. made it first appearance in hospitality market. The hotel is family business which is lead by Managing Director of the company and his friends who have experience more than 16 years in Hotel Industry..</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3166" OriginalAmount="3166">
      <BasicPropertyInfo Latitude="51.515155354382" Longitude="-0.15995047401373" StarRating="5" HotelCode="64608|200795" HotelName="The Marble Arch London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Great Cumberland Place, London W1H 7TA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/83284/w_83284_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3168.00" OriginalAmount="3168.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D0B647" HotelName="MORTON HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31690_image63208794_0.jpg</HotelPictures>
        <HotelDescription>Located in London, less than 1 km from Euston Station, Morton Hotel features a concierge service, smoke-free rooms, a restaurant, free WiFi throughout the property and a bar. This 4-star hotel offers a 24-hour reception and luggage storage. Private parking is available for an additional fee.The hotel offers air-conditioned rooms with a desk, coffee maker, refrigerator, safe, flat-screen TV and a private bathroom with a bath or shower. At Morton Hotel, rooms have bed linen and towels. A la carte or continental breakfast options are available each morning at the hotel. Popular points of interest near the accommodation include British Museum, King's Cross - St. Pancras Underground Station and Kings Cross station. The airport (London City Airport) is 14 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3175" OriginalAmount="3175">
      <BasicPropertyInfo Latitude="51.496248" Longitude="-0.179531" StarRating="4" HotelCode="93108|200205" HotelName="54 Queen’s Gate Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Queen's Gate, South Kensington, London SW7 5JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/315151/315151a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3184" OriginalAmount="3184">
      <BasicPropertyInfo Latitude="51.521211960317" Longitude="-0.15590071678162" StarRating="3" HotelCode="43845|200138" HotelName="Blandford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Chiltern Street, W1U 5AF London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/9088/a_9088_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3188.00" OriginalAmount="3188.00">
      <BasicPropertyInfo Latitude="51.47233963012695" Longitude="-0.20039799809455872" StarRating="3" HotelCode="0|aragon_house_4" HotelName="Aragon House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>247 New King's Road, London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/ae/1f/ae1fcf38541ad57fc64af04347ec9bae2f295357.jpeg</HotelPictures>
        <HotelDescription>Featuring a restaurant, bar, garden and free WiFi, Aragon House is located in London, 2.2 km from Stamford Bridge - Chelsea FC and 3.4 km from Eventim Apollo. The property is around 3.5 km from Olympia Exhibition Centre, 4.3 km from Natural History Museum and 4.4 km from Victoria and Albert Museum. Set in the Hammersmith and Fulham district, the hotel is within 6 km of The Serpentine. Guest rooms are equipped with air conditioning, a flat-screen TV with satellite channels, a fridge, a kettle, a shower, a hairdryer and a desk. At the hotel each room includes a wardrobe and a private bathroom. Royal Albert Hall is 5 km from Aragon House, while Harrods is 5 km away. The nearest airport is London City Airport, 18 km from the accommodation.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant 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;Children And Information About Extra Beds: &lt;/b&gt;Breakfast for children costs: 20.00 GBP.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Due to the epidemiological situation, tourist trips are limited throughout United Kingdom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3192" OriginalAmount="3192">
      <BasicPropertyInfo Latitude="51.542051" Longitude="-0.170353" StarRating="4" HotelCode="29186|31633" HotelName="Marriott Regents Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Henry's Road 128, London NW3 3ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46908/a_46908_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located just a few minutes' walk from Regent's Park and London Zoo. This hotel lies somewhat out of the centre of London, close to many shopping and entertainment venues.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3194" OriginalAmount="3194">
      <BasicPropertyInfo Latitude="51.495225039799" Longitude="-0.18277645111084" StarRating="3" HotelCode="14976|411141" HotelName="Montana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67-69 Gloucester Road, Kensington, London SW7 4PG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/348394/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3194.00" OriginalAmount="3194.00">
      <BasicPropertyInfo Latitude="51.518831159281" Longitude="-0.13187080621719" StarRating="4" HotelCode="34463|myhotel_bloomsbury" HotelName="Myhotel Bloomsbury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11-13 Bayley Street, Bedford Square, London WC1B 3HD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54907/a_54907_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A 5-minute walk from Tottenham Court Road and Goodge Street underground stations, and only a 20-minute walk from St Pancras and Euston station, this hotel is perfectly positioned in the heart of Bloomsbury.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3195.00" OriginalAmount="3195.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|710647" HotelName="Town Hall Hotel - Shoreditch" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/801086_foto_1.jpg</HotelPictures>
        <HotelDescription>El hotel se encuentra en la Patriot Square de Londres. Este establecimiento tiene una ubicaciandoacute;n candeacute;ntrica en el centro del animado barrio East End londinense. La Whitechapel Gallery ofrece exposiciones de arte moderno a poca distancia. La estaciandoacute;n de trenes mandaacute;s cercana estandaacute; a unos 100 m del hotel.Este apartotel ofrece una gama de 98 habitaciones de hotel espaciosas y elegantes con servicio. El recinto dispone de aire acondicionado y los huandeacute;spedes son recibidos en un vestandiacute;bulo con servicio de recepciandoacute;n y salida 24 horas. Se incluye caja fuerte, guardarropa y ascensor para acceder a las plantas superiores, asandiacute; como cafeterandiacute;a, restaurante y un moderno bar de candoacute;cteles. El hotel tambiandeacute;n dispone de piscina, conexiandoacute;n a Internet WiFi gratuita y equipamiento de fitness. Los huandeacute;spedes que viajen por negocios podrandaacute;n hacer uso de las instalaciones para conferencias y todos los huandeacute;spedes podrandaacute;n beneficiarse del servicio de habitaciones y del servicio de lavanderandiacute;a del hotel.Los apartamentos, espaciosos y amplios, vienen con una cocina totalmente equipada con nevera, hornillos, microondas y cafetera/tetera. Los lujosos cuartos de baandntilde;o privados incluyen ducha, baandntilde;era y secador de pelo. Hay zonas delimitadas para estar, comer y dormir (con camas dobles). Las instalaciones incluyen telandeacute;fono de landiacute;nea directa, TV por cable/vandiacute;a satandeacute;lite, conexiandoacute;n a Internet y caja fuerte, ademandaacute;s de lavadora y set de plancha. Hay aire acondicionado y calefacciandoacute;n regulables en todas las habitaciones.En las habitaciones hay disponibles tratamientos de salud y de belleza. Los huandeacute;spedes podrandaacute;n darse un chapuzandoacute;n en la piscina cubierta climatizada del hotel y hacer ejercicio en el gimnasio.El restaurante ofrece excelente comida, incluyendo el desayuno continental en forma de bufet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3196.36" OriginalAmount="3196.36">
      <BasicPropertyInfo Latitude="51.495635830716" Longitude="-0.14538645744324" StarRating="4" HotelCode="18519|33504" HotelName="The Clermont, Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Buckingham Palace Road, London SW1W 0SJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/23018/a_23018_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along a main road some 500 m from Buckingham Palace and other top London attractions such as the Houses of Parliament. Victoria Station (railway) is close by and Victoria Tube station (Victoria, District and Circle Lines) is just a 2-minute walk away. An abundance of shops and nightclubs are around 1 km away and it is a mere 100 m to the nearest bars, restaurants, pubs and links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3201" OriginalAmount="3201">
      <BasicPropertyInfo Latitude="51.491271623332" Longitude="-0.17191980530743" StarRating="4" HotelCode="18117|200411" HotelName="Sydney House Chelsea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Sydney Street, Chelsea, London SW3 6PU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/312741/312741a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Sydney House Chelsea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3203" OriginalAmount="3203">
      <BasicPropertyInfo Latitude="51.518697" Longitude="-0.153904" StarRating="4" HotelCode="166881|175230" HotelName="10 Manchester Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Manchester Street, Marylebone, W1U 4DG London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/316609/316609a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled just off Marylebone High Street with its ‘village’ feel, eclectic boutiques, galleries, restaurants and bars. This property is also perfectly located for exploring London and its many attractions – from Bond Street’s designer stores to the West End and theatre-land.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3203.00" OriginalAmount="3203.00">
      <BasicPropertyInfo Latitude="51.522127363129" Longitude="-0.13247430324554" StarRating="3" HotelCode="189731|arran_house_hotel" HotelName="Arran House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>77 Gower Street, WC1E6HJ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/344664/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;You will be offered a free DVD rental service, as well as the full English breakfast and free Wi-Fi. For relaxation, you have a TV with satellite channels in the hotel&amp;apos;s elegant dining room and a coin-operated Internet Point. You can also take advantage of the laundry and kitchen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3210" OriginalAmount="3210">
      <BasicPropertyInfo Latitude="51.505423582543" Longitude="-0.099322199821472" StarRating="4" HotelCode="32567|30701" HotelName="Mercure London Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71-79  Southwark Street, London SE1 0JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51798/a_51798_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the main road, just a few kilometres out of the city centre. The hotel provides an ideal base from which to explore the surrounding area, with the closest underground station and bus stop just being 5 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3219" OriginalAmount="3219">
      <BasicPropertyInfo Latitude="51.51286" Longitude="-0.17896" StarRating="3" HotelCode="915050|408382" HotelName="Paddington Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>13-14 Craven Terrace, London W2 3QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/277589/a_277589_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3224" OriginalAmount="3224">
      <BasicPropertyInfo Latitude="51.524150987025" Longitude="-0.16093725644873" StarRating="3" HotelCode="101994|200325" HotelName="Park Avenue Baker Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>173 Gloucester Place, NW1 6DX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/142560/a_142560_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located a 2-minute walk from Baker Street station, 100 m away from the congestion charges area, near Regent's Park, Lord's cricket ground, Bond and Oxford Street, Knightsbridge, various West End theatres, and is only a few minutes from the city financial district. Underground, bus and railway stationa can all easily be reached in about 3 minutes on foot. London City airport is some 16 km away, Heathrow 29 km from the hotel and it is some 50 km to Gatwick airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3224.00" OriginalAmount="3224.00">
      <BasicPropertyInfo Latitude="51.4942896" Longitude="-0.191297" StarRating="0" HotelCode="986210|cromwell_serviced_apartment" HotelName="Cromwell Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Knaresborough Pl, London SW5 0TQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/36760/3836760/20.jpg?f=15675791</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3224.64" OriginalAmount="3224.64">
      <BasicPropertyInfo StarRating="3" HotelCode="|CD4B58" HotelName="OYO The Arch, Wembley Stadium" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>WEMBLEY</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2542752_foto_1.jpg</HotelPictures>
        <HotelDescription>Aquellos que deseen escapar del ajetreo de la rutina diaria, encontrarandaacute;n reposo y tranquilidad en este alojamiento. OYO The Arch, Wembley Stadium tiene conexiandoacute;n Wi-Fi en sus instalaciones. OYO The Arch, Wembley Stadium ofrece servicio de recepciandoacute;n 24 horas para satisfacer las necesidades de los huandeacute;spedes en cualquier momento del dandiacute;a o de la noche. No hay cunas disponibles en este alojamiento. Este alojamiento ha sido diseandntilde;ado para cumplir las normas medioambientales mandaacute;s estrictas y dispone del certificado .</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3233.40" OriginalAmount="3233.40">
      <BasicPropertyInfo StarRating="4" HotelCode="|922647" HotelName="LEONARDO ROYAL LONDON TOWER BRIDGE" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/887970_foto_1.jpg</HotelPictures>
        <HotelDescription>Leonardo Royal Hotel London Tower Bridge is perfectly placed for all kind of visitors to enjoy a stay in London City. Located a short walk from Tower Bridge and the Tower of London, plus a number of museums, galleries and shops, the central location makes it easy for guests to explore the wonderful sights and attractions in the city. Leonardo Royal Hotel London Tower Bridge features 370 guest rooms, all fitted with modern amenities including free WiFi. The hotel also boasts the Tower Grill, an in-house restaurant serving European cuisine daily. There are two in-house bars for you to relax and unwind in, away from the buzz of the city. Our Knights Bar serves afternoon tea and an array of wines throughout the day, and our traditional Tower Bar also offers light snacks and hot and cold beverages.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3234.24" OriginalAmount="3234.24">
      <BasicPropertyInfo StarRating="3" HotelCode="|440452" HotelName="The Beverley Hotel" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1074960_foto_1.jpg</HotelPictures>
        <HotelDescription>Make yourself at home in one of the 15 air-conditioned rooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and desks.Featured amenities include a 24-hour front desk, luggage storage, and a safe deposit box at the front desk.In the heart of London, The Beverley Hotel is within a 5-minute drive of Hyde Park and Trafalgar Square.  This hotel is 0.9 mi (1.5 km) from Buckingham Palace and 1.1 mi (1.8 km) from Big Ben.Distances are displayed to the nearest 0.1 mile and kilometer.  Apollo Victoria Theatre - 0.5 km / 0.3 mi  Victoria Station Travel Information Centre - 0.6 km / 0.4 mi  Victoria Palace Theatre - 0.7 km / 0.4 mi  Buckingham Palace - 1.4 km / 0.9 mi  St. James Park - 1.4 km / 0.9 mi  Sloane Square - 1.4 km / 0.9 mi  Green Park - 1.5 km / 0.9 mi  Westminster Abbey - 1.5 km / 0.9 mi  Hyde Park Corner - 1.6 km / 1 mi  Houses of Parliament - 1.6 km / 1 mi  Park Lane - 1.7 km / 1.1 mi  Big Ben - 1.8 km / 1.1 mi  Piccadilly - 1.8 km / 1.1 mi  Harrods - 1.9 km / 1.2 mi  Westminster Bridge - 1.9 km / 1.2 mi  The nearest airports are:Heathrow Airport (LHR) - 25.8 km / 16.1 mi London City Airport (LCY) - 16.1 km / 10 mi Gatwick Airport (LGW) - 65.1 km / 40.5 mi Luton Airport (LTN) - 55.6 km / 34.6 mi</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3235" OriginalAmount="3235">
      <BasicPropertyInfo Latitude="51.507236454909" Longitude="-0.020957633100579" StarRating="5" HotelCode="293422|31896" HotelName="London Marriott Hotel Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Hertsmere Road, Canary Wharf, London E14 4ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/1/3/8/9/9/5/8/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3235.00" OriginalAmount="3235.00">
      <BasicPropertyInfo Latitude="51.5108437" Longitude="-0.089195" StarRating="4" HotelCode="263504|suffolk_lane_apartment_by_bridgestreet" HotelName="BridgeStreet Suffolk Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Suffolk Lane, London EC4R 0AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/366950/w_366950_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3236.52" OriginalAmount="3236.52">
      <BasicPropertyInfo StarRating="4" HotelCode="|133319" HotelName="Mercure London Hyde Park Hotel" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/974649_foto_1.jpg</HotelPictures>
        <HotelDescription>Welcome to the Mercure London Hyde Park Hotel, a quiet retreat in the heart of London. 
Blending classic English charm with chic design and a picturesque setting, the Mercure London Hyde Park Hotel in London is nestled in a peaceful garden square, moments away from Marble Arch, Oxford Street, Buckingham Palace and of course Hyde Park, one of the largest and world renown royal parks in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3240" OriginalAmount="3240">
      <BasicPropertyInfo Latitude="51.498581" Longitude="-0.08407" StarRating="3" HotelCode="154178|361571" HotelName="Residence Inn London Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201–211 Long Lane, London SE1 4PN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/606545/606545a_hb_a_009.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 1.5 km from London Bridge Tower, Southwark Cathedral and the London Dungeon, and the Elephant and Castle Shopping Centre is also 15 minutes away on foot. The fashionable South Bank area, with the Tate Modern Gallery, is 1.6 km away. Guests will find bus, train and underground stations at London Bridge, as well as many restaurants, bars and shops. Nearby airports include London City (20 km away), London Heathrow (32 km away), London Stansted (58 km away) and London Luton (72 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3244.60" OriginalAmount="3244.60">
      <BasicPropertyInfo StarRating="4" HotelCode="|655820" HotelName="NH LONDON KENSINGTON" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/887854_foto_1.jpg</HotelPictures>
        <HotelDescription>Ideally situated, 4-star NH London Kensington has an elegant Victorian fa�ade and a stylish interior, a short walk from Earl's Court Underground Station and close to Earl's Court Exhibition Centre.
NH London Kensington offers sleek, contemporary rooms, with satellite TV, en suite facilities and a unique shower relaxing system. Some rooms have a spacious separate seating area.
Each guest may have 30 minutes' free wireless internet in the lobby. One voucher per guest, per day.
There is a range of dining options at the hotel including The Garden Lounge Bar, with a charming terrace, serving a menu of modern European cuisine. Guests may also relax in Huntingdon's Restaurant and the Lounge Cocktail Bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3248.00" OriginalAmount="3248.00">
      <BasicPropertyInfo Latitude="51.529298615361" Longitude="-0.09690978902438" StarRating="4" HotelCode="845146|nhow_london" HotelName="nhow London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Currency Exchange,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Macclesfield Road, London EC1V 8DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/967554/a_967554_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3263" OriginalAmount="3263">
      <BasicPropertyInfo Latitude="51.513794699817" Longitude="-0.10887244791614" StarRating="4" HotelCode="186603|29287" HotelName="Apex Temple Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Serjeant's Inn, Fleet Street, London EC4Y 1LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/173843/173843a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just off bustling Fleet Street in London's historic Temple legal district. It is just 2 minutes' walk from Inner Temple and Middle Temple, which are both historic Inns of Court dating back to the Knights Templar. Temple underground station is less than 10 minutes' walk away. The nearest airports include London Heathrow, roughly 25 km away, London Gatwick, about 42 km away, London Luton, approximately 49 km away and London Stansted, which is about 52 km from the property.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3265" OriginalAmount="3265">
      <BasicPropertyInfo Latitude="51.511687" Longitude="-0.092959" StarRating="4" HotelCode="75691|63637" HotelName="Marlin Queen Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Queen Street, London EC4R 1BR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103028/a_103028_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These luxurious serviced apartments are within easy walking distance of a host of London's main attractions, including the Tate Modern, The Globe Theatre, St Paul's Cathedral, The Royal Exchange and many more. London Heathrow Airport is 27 km from the hotel, while London Gatwick is 49 km away. The hotel is 57 km from both London Stansted and London Luton airports.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3269" OriginalAmount="3269">
      <BasicPropertyInfo Latitude="51.52412062" Longitude="-0.17466183" StarRating="0" HotelCode="847587|486239" HotelName="Three Falcons Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Orchardson Street, Saint John’s Wood, London NW8 8NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/34000000/33450000/33444200/33444169/13cc9afb_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3270" OriginalAmount="3270">
      <BasicPropertyInfo Latitude="51.515960346889" Longitude="-0.11874675750732" StarRating="4" HotelCode="189771|51875" HotelName="Club Quarters Hotel Lincoln's Inn Fields" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Lincoln's Inn Fields, (Near Covent Garden), London WC2A 3JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/312730/312730a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3278.92" OriginalAmount="3278.92">
      <BasicPropertyInfo StarRating="4" HotelCode="|710640" HotelName="The Bailey's Hotel, London Kensington" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/801410_foto_1.jpg</HotelPictures>
        <HotelDescription>Este elegante hotel de lujo estandaacute; situado en el corazandoacute;n del distrito londinense de Kensington y es un alojamiento exclusivo para exigentes visitantes de esta ciudad. Destaca ante todo por su buena conexiandoacute;n a la red panduacute;blica de metro y autobuses, gracias a la cual podrandaacute; conocer de forma candoacute;moda esta metrandoacute;poli llena de vida. La estaciandoacute;n de metro mandaacute;s prandoacute;xima estandaacute; a sandoacute;lo unos minutos a pie. En los alrededores del hotel hay un gran nanduacute;mero de comercios y de distintos lugares para el ocio y entretenimiento.Construido en estilo victoriano, el edificio vuelve a brillar de esplendor despuandeacute;s de la completa renovaciandoacute;n. Ofrece a sus clientes numerosas ventajas, aquellas que pueden esperarse de un hotel de lujo. Dispone de una elegante recepciandoacute;n abierta las 24 horas, guardarropa y un ascensor, bar y un singular pub. El hotel dispone de un exclusivo restaurante con menanduacute; a la carta, climatizado y con zona para no fumadores. Para aquellos que viajan por negocios, estandaacute;n a su disposiciandoacute;n salas de conferencias con todo el equipamiento profesional que se requiere, como conexiandoacute;n a Internet. Los servicios de habitaciandoacute;n y lavanderandiacute;a tambiandeacute;n estandaacute;n incluidos.El hotel dispone de un total de 212 confortables habitaciones, todas equipadas de manera elegante. Cada una dispone de un elegante baandntilde;o con ducha, secador de pelo, telandeacute;fono, TV vandiacute;a satandeacute;lite y conexiandoacute;n a Internet. Ademandaacute;s, todas ellas estandaacute;n dotadas de minibar, caja fuerte y calefacciandoacute;n central. Algunas tienen piso de baldosas y tambiandeacute;n moqueta.Aquellos que estandeacute;n interesados en el deporte podrandaacute;n utilizar el gimnasio del hotel.Los huandeacute;spedes podrandaacute;n disfrutar de un sabroso y variado bufet. La premiada cocina del hotel ofrece ante todo comidas livianas y dietandeacute;ticas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3287" OriginalAmount="3287">
      <BasicPropertyInfo Latitude="51.492527" Longitude="-0.17865" StarRating="4" HotelCode="18471|38829" HotelName="100 Queen's Gate Hotel London, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Queens Gate, London SW7 5AG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22950/a_22950_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3288" OriginalAmount="3288">
      <BasicPropertyInfo Latitude="51.505493338509" Longitude="-0.095264581610081" StarRating="4" HotelCode="32568|34005" HotelName="Novotel London Bridge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53-61 Southwark Bridge Road, London SE1 9HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51799/a_51799_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated to the south of the Thames, this hotel lies close to the centre of London where there are countless shopping and entertainment venues. The nearest underground station is London Bridge, which is about 2 minutes from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3289" OriginalAmount="3289">
      <BasicPropertyInfo Latitude="51.49871018" Longitude="-0.08142383" StarRating="4" HotelCode="610575|408395" HotelName="Residence Inn by Marriott London Tower Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>190 Bermondsey Street, London SE1 3TQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/12/de/12de71f8e3a36df37d797b3415cda9b240439cf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3299" OriginalAmount="3299">
      <BasicPropertyInfo Latitude="51.507058333333" Longitude="-0.10504483333333" StarRating="3" HotelCode="114530|458351" HotelName="The Mad Hatter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-7 Stamford Street, London Borough of Southwark, London SE1 9NY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/340996/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3304" OriginalAmount="3304">
      <BasicPropertyInfo Latitude="51.494359" Longitude="-0.189891" StarRating="4" HotelCode="80368|31898" HotelName="London Marriott Hotel Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly 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,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>147 Cromwell Road, Kensington, London SW5 0TH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/340227/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in central London, conveniently located right next to Earls Court Exhibition Centre, 600 m away, and the Olympia Conference Centre. The property is a short walk from Knightsbridge's shops and museums and Earl's Court underground station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3305" OriginalAmount="3305">
      <BasicPropertyInfo Latitude="51.555377" Longitude="-0.28642" StarRating="4" HotelCode="320112|54005" HotelName="St George's Hotel Wembley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>43-51 Wembley Hill Road, Wembley, London HA9 8AU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/41/413084/413084a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is St George's Hotel Wembley.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3306.00" OriginalAmount="3306.00">
      <BasicPropertyInfo Latitude="51.515696623652" Longitude="-0.17323315143585" StarRating="3" HotelCode="47437|chrysos" HotelName="Chrysos" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Norfolk Square, London W2 1RX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10385/a_10385_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in one of the most exciting and renowned capital cities, this hotel is ideal for the private holidaymaker as well as for the travelling professional. It is situated on Norfolk Square, with a view of Norfolk Gardens in a modern and lively district directly at Paddington train station, less than 1 km from Oxford Street and Regent Street, in the vicinity of Hyde Park, Marble Arch and the famous West End. The hotel offers guests the ideal starting point for a visit to the sights of London - British Museum, Madame Tussauds, The Victoria and Albert und Natural History Museums to name but a few.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3312.24" OriginalAmount="3312.24">
      <BasicPropertyInfo Latitude="51.510224" Longitude="-0.131564" StarRating="4" HotelCode="15844|33474" HotelName="Thistle Piccadilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coventry Street, London W1D 6BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19033/a_19033_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated at the heart of London between Piccadilly Circus and Leicester Square. Piccadilly Circus is the closest tube station and there are many shopping venues, restaurants, bars, pubs, nightclubs and links to the public transport network to be found close by.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3316.88" OriginalAmount="3316.88">
      <BasicPropertyInfo Latitude="51.493625257775" Longitude="-0.17535209655762" StarRating="3" HotelCode="189755|313895" HotelName="Brompton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/04/2025" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Old Brompton Road, London SW7 3DL, South Kensington</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/26/06/260626a2f72a2e9b6b86f6b80fcdff672636daa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3320" OriginalAmount="3320">
      <BasicPropertyInfo Latitude="51.489165" Longitude="-0.120649" StarRating="3.5" HotelCode="935439|58455" HotelName="Staybridge Suites London - Vauxhall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Vauxhall Walk, London SE11 5EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/73745/1873745/1.jpg?f=15604141</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3320" OriginalAmount="3320">
      <BasicPropertyInfo Latitude="51.507099" Longitude="-0.146076" StarRating="4" HotelCode="28667|12161" HotelName="The Washington Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Curzon Street, Mayfair, London W1J 5HE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/42032/a_42032_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's Mayfair, the hotel is just 5 minutes' walk from Green Park Underground Station and Hyde Park is about 1.6 km from the hotel. Mayfair is home to numerous restaurants, bars and clubs, and nearby Bond Street offers a large selection of shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3321.00" OriginalAmount="3321.00">
      <BasicPropertyInfo Latitude="51.51122839" Longitude="-0.07255963" StarRating="0" HotelCode="737959|rockwell_east" HotelName="Rockwell East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99 Mansell Street, London E1 8AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/b6/1d/b61d47e03bd5cdd0b670c36015bfd21c4043bd32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London. For those in need of an adults-only holiday, it provides everything needed for a pleasant stay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3327" OriginalAmount="3327">
      <BasicPropertyInfo Latitude="51.510044770374" Longitude="-0.19313810401371" StarRating="3" HotelCode="114652|400043" HotelName="Notting Hill Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Clanricarde Gardens, Royal Borough of Kensington and Chelsea, London W2 4JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/341071/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Notting Hill Gate.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3331" OriginalAmount="3331">
      <BasicPropertyInfo Latitude="51.514408029934" Longitude="-0.15563249588013" StarRating="4" HotelCode="34455|11058" HotelName="Radisson Blu Edwardian Sussex Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-25 Granville Place, London W1H 6PA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54890/a_54890_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally situated close to Marble Arch. Numerous shops and entertainment venues, as well as some of the city's best tourist attractions, are within walking distance or can be easily reached by making use of public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3336.64" OriginalAmount="3336.64">
      <BasicPropertyInfo StarRating="4" HotelCode="|676452" HotelName="HOLIDAY INN BLOOMSBURY" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1060362_foto_1.jpg</HotelPictures>
        <HotelDescription>This 4 star hotel is located in the city centre of London and was established in 1969. It is close to the British Museum and the nearest station is Russell Square. The Hotel has a restaurant, 2 bars and a conference room. All 314 rooms are equipped with hairdryer, trouser press, ironing set and air conditioning.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3342" OriginalAmount="3342">
      <BasicPropertyInfo Latitude="51.501687053302" Longitude="-0.18476128578186" StarRating="5" HotelCode="28456|27453" HotelName="Baglioni Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Hyde Park Gate, London SW7 5BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/42027/a_42027_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located in the centre of London, only minutes away from the exclusive shopping district of Knightsbridge and from Kensington Palace. The location offers guests plenty of opportunities in the heart of the metropolis with its countless sightseeing attractions, bars, restaurants and nightlife ready to explore and the chance to relax in one of the many parks.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3355" OriginalAmount="3355">
      <BasicPropertyInfo Latitude="51.52910592" Longitude="-0.12176798" StarRating="4" HotelCode="978050|373818" HotelName="The Gyle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>16-18 Argyle Square, London, England WC1H 8AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/d5/b9/d5b92dfdcd456dae38e1088ff7429471b7878bb5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3355.00" OriginalAmount="3355.00">
      <BasicPropertyInfo Latitude="51.49450030208" Longitude="-0.13629913330078" StarRating="4" HotelCode="55582|grange_wellington_hotel" HotelName="Wellington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Vincent Square, London SW1P 2PA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/71993/a_71993_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location close to Buckingham Palace (1.5 km). Westminster Abbey is 800 m and Victoria Train Station 500 m from the hotel. A selection of restaurants, bars, pubs, nightspots and shopping venues and the bus station are to be found some 5 minutes’ walk away. The River Thames and the Tate Gallery are approximately a 10-minute drive from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3357.00" OriginalAmount="3357.00">
      <BasicPropertyInfo Latitude="51.51966065684" Longitude="-0.12395828962326" StarRating="4" HotelCode="35639|grange_buckingham_hotel" HotelName="The Buckingham Grange" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39-40 Bedford Place, London WC1B 5JT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57954/a_57954_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Bloomsbury area, in a quiet, green part of London's West End. Oxford Street and Covent Garden are located in the immediate vicinity and can be quickly reached by underground. It is just a few minutes' walk from the hotel to the most renowned theatres in the city, as well as to countless attractions and sights.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3369.72" OriginalAmount="3369.72">
      <BasicPropertyInfo StarRating="4" HotelCode="|830498" HotelName="HOTEL INDIGO LONDON - PADDINGTON" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1054922_foto_1.jpg</HotelPictures>
        <HotelDescription>Hotel Indigo London Paddington is a mere minute's walk to London Paddington Railway Station and the Heathrow Express, getting you to / from London Heathrow Airport in only 15 minutes!Breakfast, Lunch and Dinner are available at this hotel.HistoricThe hotel has a medium size lobby.Hotel Indigo London Paddington is a branded boutique hotel in London Paddington, which combines the individuality of design and service personality. With the confidence of a globally supported brand, Hotel Indigo London Paddington is created for travellers who are searching for exclusive accommodation in London. The hotel is owned and operated by London Town Hotel Group, one of London's fastest developing hotel groups.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3380" OriginalAmount="3380">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="150156|456849" HotelName="Jubilee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Eccleston Square, Victoria, London SW1V 1NZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0026/94439/2694439/1.jpg?f=15053666</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Jubilee.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3383" OriginalAmount="3383">
      <BasicPropertyInfo Latitude="51.517856" Longitude="-0.118583" StarRating="4" HotelCode="47459|3793" HotelName="Citadines Holborn-Covent Garden London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>94-99 High Holborn, London WC1V 6LF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10409/a_10409_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the British Museum, the Royal Opera, Piccadilly Circus and Leicester Square. Covent Garden, one of the liveliest districts of London, which features countless shops, restaurants, lively bars and nightclubs, is located close by. The nearest underground station is Holborn and can easily be reached on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3384.00" OriginalAmount="3384.00">
      <BasicPropertyInfo Latitude="51.513526690959" Longitude="-0.18950343132019" StarRating="3" HotelCode="45316|best_western_phoenix_hotel" HotelName="Phoenix Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-8 Kensington Gardens Square, London W2 4BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22924/a_22924_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is situated in Central London near to Hyde Park. There are copious shops, restaurants, bars and pubs all within 800 metres of the hotel. The tube is just 100 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3389" OriginalAmount="3389">
      <BasicPropertyInfo Latitude="51.510705623918" Longitude="-0.07741391658783" StarRating="4" HotelCode="35635|10356" HotelName="Novotel London Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Pepys Street, London EC3N 2NR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57950/a_57950_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near the centre of London, close to plenty of entertainment and shopping opportunities. The hotel offers a lovely view over the Tower of London and the financial district as well as many other attractions is located close to the hotel. Bars, restaurants and shopping venues lie within 1 kilometre of the hotel. Links to the public transport network are to be found about 200 m away and the nearest tube station in Tower Hill.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3392" OriginalAmount="3392">
      <BasicPropertyInfo Latitude="51.520075879103" Longitude="-0.12216108159737" StarRating="4" HotelCode="31278|2135" HotelName="DoubleTree by Hilton Hotel London - West End" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Southampton Row, London WC1B 4BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49971/a_49971_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is in London's historic Bloomsbury district, 200 m from the British Museum, while Covent Garden and Oxford Street are less than 1.6 km away. Euston railway station is about 1.3 km away and Buckingham Palace is around 3.4 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3401" OriginalAmount="3401">
      <BasicPropertyInfo Latitude="51.52873437" Longitude="-0.11862456" StarRating="4" HotelCode="540879|224249" HotelName="The House of Toby" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>61-65 Swinton Street, Kings Cross, London WC1X 9NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/572644/572644a_hb_a_021.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3401" OriginalAmount="3401">
      <BasicPropertyInfo Latitude="51.851599442791" Longitude="-0.39764553308487" StarRating="5" HotelCode="115504|75414" HotelName="Luton Hoo Golf &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Luton, Bedfordshire LU1 3TQ</AddressLine>
          </AddressLines>
          <CityName>Luton</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/74/746585/EL2Kqiwm_f78c0edb8f51edf5d1e4b42c7ce5dd81.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 144 rooms. The individual storeys can easily be reached via the lift or stairs. Services and facilities at the hotel include a restaurant, a dining area, a bar, a babysitting service, room service, a conference room and a business centre. Wireless internet access in public areas allows guests to stay connected. The establishment offers a number of facilities for guests with disabilities. Those arriving in their own vehicles can leave them in the car park of the accommodation. Active guests can make use of the bicycle hire service (no extra charge) to explore the surrounding area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3412.04" OriginalAmount="3412.04">
      <BasicPropertyInfo StarRating="2" HotelCode="|710987" HotelName="THE SHAKESPEARE - LONDON" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1062392_foto_1.jpg</HotelPictures>
        <HotelDescription>This city hotel, housed in a beautiful building from 1921, is situated in a charming, tree-lined Norfolk Square. The hotel is very close to public transportation links, and there is a plethora of restaurants and bars in the vicinity. The nearest nightclub is just 1.6km away. The hotel is just 200 metres from Paddington metro station. Situated just north of Hyde Park, the hotel is a 15-minute walk from Marble Arch and lively Oxford Street. Knightsbridge can be reached with a 20-minute walk through Hyde Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3414.52" OriginalAmount="3414.52">
      <BasicPropertyInfo StarRating="3" HotelCode="|961009" HotelName="Heeton Concept Hotel Kensington" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/953487_foto_1.jpg</HotelPictures>
        <HotelDescription>The Heeton Concept Hotel in Kensington blends Victorian townhouse with a chic contemporary interior, offering air- conditioned rooms, a large shared lounge, free Wi-Fi and a bar. Conveniently located just a 3-minute walk from Earl's Court Station, granting quick access to all central London destinations. The top attractions within a 14-minute walk from the property include Natural History Museum, Design Museum and Japan house. The property is situated 1.7 km from Royal Albert Hall and 20-25-minute walk to the Science Museum, Kensington Palace, Kyoto Gardens and Victoria and Albert Museum. All uniquely designed rooms benefit from a flat-screen TV, complimentary tea and coffee facilities, hairdryer, and toiletries. Amongst this, there is a lift and 24-hour front desk. Only 1 mile away from Olympia London and a 12-minute tube ride to Hyde Park or Harrods. The closest airport is London city airport 19 km away and Heathrow airport is a direct line from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="3420.00" OriginalAmount="3420.00">
      <BasicPropertyInfo Latitude="51.491137" Longitude="-0.144963" StarRating="5" HotelCode="114527|11f35b" HotelName="Eccleston Square London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Eccleston Square, London SW1V 1PB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/158038/a_158038_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only 500 metres from the town centre, 1 km from Buckingham Palace and 2 km from Hyde Park, conveniently located near many restaurants and bars and within easy reach of such tourist attractions as the London Eye, and Tate Britain. Situated 500 metres from Victoria Station, the nearest airport is Heathrow, which is 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3421.00" OriginalAmount="3421.00">
      <BasicPropertyInfo Latitude="51.516938446317" Longitude="-0.14918446540833" StarRating="4" HotelCode="50198|holiday_inn_london__oxford_circus" HotelName="Holiday Inn Oxford Circus" Meals="BREAKFAST-FOR-2,BED &amp; BREAKFAST,ROOM ONLY" BedType="BREAKFAST-FOR-2" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57-59 Welbeck Street, London W1G 9BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36540/a_36540_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The up market city hotel is located in London's city centre and Oxford Street (only 150 metres away). Piccadilly Circus, which is just 1 km from the hotel, may also be reached on foot. Bond Street underground station is only a stone's throw away and London City airport is only 10 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="3421.74" OriginalAmount="3421.74">
      <BasicPropertyInfo Latitude="51.49515804" Longitude="-0.38781902" StarRating="2.5" HotelCode="520441|1354b5" HotelName="Old Oak Tree Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns">
        <Address>
          <AddressLines>
            <AddressLine>1 The Common, London UB2 5PJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/688548/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3429.00" OriginalAmount="3429.00">
      <BasicPropertyInfo Latitude="51.54261688776" Longitude="-0.0062844157218933" StarRating="3.5" HotelCode="175726|staybridge_suites_stratford_city" HotelName="Staybridge Suites London - Stratford City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10b Chestnut Plaza, Westfield, Stratford City, London E20 1GL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/344497/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located directly adjacent to the iconic Olympic Stadium, in the heart of the Westfield Stratford City complex. The hotel is situated close to an impressive selection of 42 different restaurants and a plethora of designer brands. The U.K's largest casino is also less than a minute’s stroll away and there are a host of other amenities on the doorstep, from cinema, to ice rinks and bowling. The hotel also offers some of the best transport links in London, with a journey time to Liverpool Street Station of just 7 minutes and to Waterloo of just 15 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3430.84" OriginalAmount="3430.84">
      <BasicPropertyInfo StarRating="4" HotelCode="|C8D385" HotelName="RIU PLAZA LONDON VICTORIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/27805_image60993999_0.jpg</HotelPictures>
        <HotelDescription>The Hotel Riu Plaza London Victoria enjoys an excellent location in the heart of London, in the Westminster district, a few meters on foot from Victoria Station. Our guests will enjoy the most popular visits and the proximity of Westminster Cathedral, Buckingham Palace, Houses of Parliament and many other places of interest.
This hotel in the center of London is the perfect starting point for discovering the vibrant British capital with the maximum comfort offered by the RIU Plaza urban hotels. If you are looking for a modern hotel in the center of London, the Hotel Riu Plaza London Victoria is perfect for a leisure or business trip.
The Hotel Riu Plaza London Victoria offers 435 modern rooms and superior category suites with views of the city. All rooms are designed to guarantee a peaceful rest and are fully equipped with first class amenities. When you wake up, you can enjoy a full buffet breakfast to recharge your energy with fresh fruit, juices, toast and many more options, including vegetarian.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3435.00" OriginalAmount="3435.00">
      <BasicPropertyInfo Latitude="51.52271" Longitude="-0.12361" StarRating="0" HotelCode="0|guilford_street_apartments" HotelName="Guilford Street Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-69 Guilford Street, London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/09/d2/09d2dbe1d59de74687f251f5d22b23324b87fe8c.jpeg</HotelPictures>
        <HotelDescription>&lt;/br&gt;&lt;b&gt;Property Location: &lt;/b&gt;With a stay at Guilford Street Apartments in London (London City Centre), you'll be steps from Russell Square and 9 minutes by foot from The British Museum.  This apartment is 0.6 mi (1 km) from Oxford Street and 0.5 mi (0.8 km) from Shaftesbury Avenue.&lt;/br&gt;&lt;b&gt;Rooms: &lt;/b&gt;Make yourself at home in one of the 40 air-conditioned rooms featuring kitchenettes with full-sized refrigerators/freezers and stovetops. LED televisions with digital programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include microwaves and electric kettles.&lt;/br&gt;&lt;b&gt;Business, Other Amenities: &lt;/b&gt;Featured amenities include laundry facilities and an elevator (lift).&lt;/br&gt;&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.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3441" OriginalAmount="3441">
      <BasicPropertyInfo Latitude="51.52163832" Longitude="-0.08572789" StarRating="5" HotelCode="469797|200302" HotelName="Montcalm Royal London House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22-25 Finsbury Square, EC2A 1DX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/618041/618041a_hb_a_004.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3444" OriginalAmount="3444">
      <BasicPropertyInfo Latitude="51.50783763824" Longitude="-0.13810157775879" StarRating="4" HotelCode="47280|4129" HotelName="Cavendish St. James" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Jermyn Street/St. James's, London SW1Y6JF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10199/a_10199_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel lies at the heart of London in one of the city's most exclusive districts. Green Park and Piccadilly Circus underground stations lie just a few minutes walk away and various sights including Trafalgar Square, the national art gallery, Buckingham Palace and Hyde Park are all to be found in the vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3444.00" OriginalAmount="3444.00">
      <BasicPropertyInfo Latitude="51.51123395" Longitude="-0.12991401666667" StarRating="4" HotelCode="510217|victory_house_london_leicester_square_mgallery_by_sofitel_opening_summer_2017" HotelName="Victory House Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>14 Leicester Place, Victory House, London, City of London WC2H 7BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/624814/a_624814_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3444.16" OriginalAmount="3444.16">
      <BasicPropertyInfo StarRating="4" HotelCode="|904270" HotelName="THE COMMODORE HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/746871_foto_1.jpg</HotelPictures>
        <HotelDescription>A Victorian townhouse hotel situated in quiet Victorian Square, just steps from Hyde Park and ten minutes by bus to Oxford street and Marble Arch. Free Wi-Fi is available throughout.
Traditional English afternoon teas are available. Guests also have access to a computer, printer and work station. Notting Hill and Portobello Market are 5 minutes away. Oxford Street, Lancaster Gate Station and the Heathrow Express at Paddington are all within walking distance of Commodore Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3446.08" OriginalAmount="3446.08">
      <BasicPropertyInfo StarRating="3" HotelCode="|608847" HotelName="HUTTONS HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/803500_foto_116.jpg</HotelPictures>
        <HotelDescription>A refurbished modern Victorian building that provides comfortable clean accommodation at budget prices for both city breaks and business travellers requiring a central London location. Our hotel accommodation includes complimentary continental breakfast and each rooms contains colour LCD televisions, hairdryers, en-suite shower rooms and complimentary tea and coffee making facilities. Free high speed fibre Wi-Fi Internet in bedrooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3449" OriginalAmount="3449">
      <BasicPropertyInfo Latitude="51.51226447" Longitude="-0.09351085" StarRating="4" HotelCode="440132|199544" HotelName="Cove - Cannon Street, The City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>46 Cannon Street, London EC4N 6JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629453/629453a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Cove - Cannon Street, The City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3451" OriginalAmount="3451">
      <BasicPropertyInfo Latitude="51.502199936687" Longitude="-0.076830365131173" StarRating="4" HotelCode="777107|358282" HotelName="The Dixon, Tower Bridge, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>211 Tooley Street, London SE1 2JX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/148276/b25cd442-5be8-4418-a283-ff773171663d.jpg?d=636863387090000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3454" OriginalAmount="3454">
      <BasicPropertyInfo Latitude="51.522590525" Longitude="-0.118826925" StarRating="4" HotelCode="902144|62712" HotelName="SACO London - Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spens House, 72 - 84 Lamb's Conduit Street, London WC1N 3LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629524/629524a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3457.08" OriginalAmount="3457.08">
      <BasicPropertyInfo StarRating="3" HotelCode="|118992" HotelName="Kings Cross Inn" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/803480_foto_1.jpg</HotelPictures>
        <HotelDescription>Located within a stone throw of Kings Cross/St Pancras Rail Station, this brand new hotel has immediate access to the international Eurostar service, National Rail and the London underground. Euston Railway Station is also closeby. Some rooms at the front have the spectacular view of the magnificent neo gothic Victorian St Pancras building. The rooms are fully air conditioned and each are fitted with state-of-the-art flat screen tvs, coffee/tea making facilities, fridges, room safe, and hair dryers. The rooms are decorated with modern furniture, parquet floors and all have private ensuite bathrooms. Wi-fi is available throughout the hotel. The hotel offers a continental breakfast buffet in our stylish dining room. A range of international restaurants are also within a few metres from the hotel. The Kings Cross Inn Hotel has access to 6 Tube lines. It is only a mile from the West End and Regents Park/Oxford Street. It is a 5 minute walk from trendy Bloomsbury as well as the British Museum. The British Library and the University of London are closeby. Madame Tussauds is also within walking distance. The hotel is the perfect base for the London visitor, whether for business or pleasure.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3459.00" OriginalAmount="3459.00">
      <BasicPropertyInfo Latitude="51.498728332923" Longitude="-0.10616719722748" StarRating="4" HotelCode="137292|h10_london_waterloo" HotelName="H10 London Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>284 to 302 Waterloo Road, SE1 8RQ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/197154/a_197154_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the well-known Waterloo Road, just 5 minutes' walk from Waterloo Tube Station. Within walking distance guests will find the main London attractions like the London Eye, the River Thames, Big Ben and the Houses of Parliament. Waterloo Train Station is around 600 m from the hotel. Nearby airports include London Heathrow at a distance of approximately 30 km, London Luton at some 45 km and London Gatwick and London Stansted both at around 50 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3474.00" OriginalAmount="3474.00">
      <BasicPropertyInfo Latitude="51.52992" Longitude="-0.12175" StarRating="4" HotelCode="0|kings_cross_concept_london" HotelName="Kings Cross - Concept London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Birkenhead Street, London</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/bd/c2/bdc245f76ce7ddf46b46abc9e346c434ab16b9eb.jpeg</HotelPictures>
        <HotelDescription>&lt;/br&gt;&lt;b&gt;Property Location: &lt;/b&gt;With a stay at Kings Cross - Concept London in London (London City Centre), you'll be within a 10-minute drive of Russell Square and Tottenham Court Road.  This apartment is 1.4 mi (2.2 km) from The British Museum and 1.5 mi (2.5 km) from Oxford Street.&lt;/br&gt;&lt;b&gt;Rooms: &lt;/b&gt;Make yourself at home in one of the 2 guestrooms, featuring kitchenettes with refrigerators and stovetops. Flat-screen televisions with digital programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include microwaves and electric kettles, and housekeeping is provided on a limited basis.&lt;/br&gt;&lt;b&gt;Business, Other Amenities: &lt;/b&gt;Featured amenities include express check-in and laundry facilities.&lt;/br&gt;&lt;/br&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;/br&gt;&lt;/br&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;/br&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Guests over the age of 18 count as adults.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3476.52" OriginalAmount="3476.52">
      <BasicPropertyInfo StarRating="4" HotelCode="|633949" HotelName="THE CLERMONT LONDON, VICTORIA" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/378223_image59414056_0.jpg</HotelPictures>
        <HotelDescription>The ideal base from which to explore the capital. Buckingham Palace, Hyde Park, the Apollo Theatre, River Thames and Tate Britain. Our stunning Grade II listed Victorian railway hotel has London's most celebrated destinations all within easy reach from our doorstep. Our rooms, along with some handy extras, are all set up to send you soundly off to sleep. All guests also have use of the hotels gym on the 7th floor. A selection of dining options are available; Elegantly styled, The Soak is open for lunch and dinner. The Grosvenor Arms restaurant and bar which is open all day, is the perfect place for an informal get together while The Tea Lounge is a must for a full Afternoon Tea treat. The Reunion Bar is a chic Champagne and cocktail bar favoured by many in the area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="3477.07" OriginalAmount="3477.07">
      <BasicPropertyInfo Latitude="51.509076" Longitude="-0.13027617790988" StarRating="4" HotelCode="18498|113080" HotelName="Thistle Trafalgar Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Whitcomb Street, Trafalgar Square, London WC2H 7HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22991/a_22991_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated in a peaceful street close to the National Gallery. Enjoying a wonderful location between Trafalgar Square and Leicester Square, this hotel provides the ideal starting point for sightseeing tours out in London. The capital's top sights as well as shopping and entertainment venues are to be found in the vicinity and links to the public transport network lie directly in front of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3483" OriginalAmount="3483">
      <BasicPropertyInfo Latitude="51.512639" Longitude="-0.099261" StarRating="4" HotelCode="114278|16345" HotelName="Leonardo Royal Hotel London St Paul’s" 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,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Godliman Street, London EC4V 5AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/157766/a_157766_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city's financial district. There are tube and rail stations close by. The hotel is right by the Museum of London, the Millennium Bridge, which crosses over the Thames, and St. Paul's Cathedral, a magnificent baroque cathedral and must-see in the City of London. The nearest restaurants and shopping facilities are to be found about 5 minutes' walk away. Hyde Park is around 20 minutes' walk from the hotel. Also within easy reach are the Tate Modern and Globe Theatre, both around 5 minutes' walk away, and the Tower Bridge, some 15 minutes' walk from the property. London Heathrow Airport is around 15 km away, Gatwick Airport is around 60 km away and Luton Airport is roughly 55 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3483" OriginalAmount="3483">
      <BasicPropertyInfo Latitude="51.516318" Longitude="-0.163792" StarRating="4" HotelCode="14599|31253" HotelName="Marriott Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 George Street, W1H 5DN London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17065/a_17065_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury 4-star hotel is in an ideal location with plenty of London's attractions nearby to explore. The famous shopping area of Oxford Street and many entertainment options such as bars, pubs and restaurants, are within walking distance. Marble Arch and Edgware Road underground stations are both are short walk from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3484.00" OriginalAmount="3484.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="667935|vilenza_hotel" HotelName="Vilenza Accommodation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36a/38  Newark Street, Tower Hamlets, London E1 2AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/848046/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3484.80" OriginalAmount="3484.80">
      <BasicPropertyInfo StarRating="4" HotelCode="|D13D23" HotelName="DAO BY DORSETT WEST LONDON" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/34303_image64429200_0.jpg</HotelPictures>
        <HotelDescription>Located adjacent to Dorsett Shepherd's Bush hotel, Dao comprises of 74 high quality serviced apartments overlooking Shepherds Bush Green, just a mere 5- minute walk away from Westfield London and the vibrant White City area. Complete with an exciting entertainment space, a restaurant and a caf�.
Take pleasure in the luxurious yet welcoming ambience of Dai By Dorsett West London.
Our serviced apartments in West London have been carefully tailored to meet the needs of both business and leisure travellers.
Each of our offerings select in detail, providing guests with a unique and luxurious stay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3484.84" OriginalAmount="3484.84">
      <BasicPropertyInfo StarRating="5" HotelCode="|791610" HotelName="THE LALIT LONDON" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/881057_image45286805_0.jpg</HotelPictures>
        <HotelDescription>Located in London City Centre, this luxury hotel is within a 10-minute walk of London City Hall, HMS Belfast, and Tower Bridge. London Bridge and Tower of London are also within 15 minutes.This smoke-free hotel features 1 restaurants, a full-service spa, and a 24-hour health club. WiFi in public areas is free. Other amenities include 2 bars/lounge, 24-hour room service, and meeting rooms. All 70 rooms offer free WiFi, 24-hour room service, and premium bedding. Guests will also find espresso makers, free bottled water, and hair dryers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3485" OriginalAmount="3485">
      <BasicPropertyInfo Latitude="51.404341" Longitude="-0.342627" StarRating="4" HotelCode="77898|169426" HotelName="The Mitre Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hampton Court Road, Hampton Court, London, Surrey KT8 9BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/339999/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has 36 non-smoking rooms, which are located on 4 storeys and are reachable by lift. The friendly staff at the reception desk are happy to answer any questions. Services such as a baggage storage service and a safe ensure a comfortable stay. Wireless internet access (no extra charge) allows guests to surf the internet and catch up on email. The tour desk offers assistance with booking excursions. The hotel has wheelchair-accessible facilities. Additional facilities include a library. Travellers with their own cars can use the parking spaces (no extra charge) (subject to availability). Other services include 24-hour room service, a laundry service, a coin-operated laundry and a page service. Complimentary newspapers are available.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3486.56" OriginalAmount="3486.56">
      <BasicPropertyInfo StarRating="4" HotelCode="|922481" HotelName="The Wellington by Blue Orchid" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/887326_foto_1.jpg</HotelPictures>
        <HotelDescription>The Wellington Hotel is peacefully situated in Westminster's Vincent Square and offers an oasis of calm in the heart of Central London, overlooking gardens and a landscaped square where cricket is played in the summer.The hotel features 80 quiet guest bedrooms with modern in-room conveniences and en-suite and bathroom facilities. There are a further 5 apartments in the Eastern wing of the building.In addition to the 24 hour reception, there is a concierge, room service, chargeable internet access, daily newspapers and dry-cleaning and laundry services.Breakfast is served daily at the in-house restaurant. Guests wishing to have lunch or dinner can dine at sister hotel The Rochester, located just round next door.Popular local attractions include Big Ben, the Houses of Parliament, Westminster Abbey and St. James' Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3494" OriginalAmount="3494">
      <BasicPropertyInfo Latitude="51.505271656365" Longitude="-0.088126659393311" StarRating="4" HotelCode="14172|4119" HotelName="London Bridge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-18 London Bridge Street, London SE1 9SG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/87772/3627fc9d-77b3-47c3-b3c4-bf9f0793809d.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3525" OriginalAmount="3525">
      <BasicPropertyInfo Latitude="51.505672192255" Longitude="-0.10117476301377" StarRating="5" HotelCode="263514|51172" HotelName="Hilton London Bankside" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-8 Great Suffolk Street, London SE1 0UG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/366963/a_366963_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is positioned on London’s South Bank, just a 10-minute walk from London Waterloo Station and Borough Market.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="3526.74" OriginalAmount="3526.74">
      <BasicPropertyInfo Latitude="51.514300208022" Longitude="-0.17276257991076" StarRating="3" HotelCode="114312|10e6d3" HotelName="Barry House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Sussex Place, Hyde Park, London W2 2TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/18/1815398/D6i7Hc6R_d2b5ca33bd970f64a6301fa75ae2eb22.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3528.00" OriginalAmount="3528.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|469106" HotelName="InterContinental London - The O2, an IHG Hotel" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1103327_foto_1.jpg</HotelPictures>
        <HotelDescription>Make yourself at home in one of the 453 air-conditioned rooms featuring minibars. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with separate bathtubs and showers feature rainfall showerheads and complimentary toiletries. Conveniences include phones, as well as safes and desks.Enjoy local cuisine at Market Brasserie, one of the hotel's 3 restaurants, or stay in and take advantage of the 24-hour room service. Snacks are also available at the coffee shop/cafe. Relax with a refreshing drink at one of the 2 bars/lounges. English breakfasts are available daily from 7:30 AM to 11:30 AM for a fee.Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in London? This hotel has facilities measuring 16146 square feet (1500 square meters), including a conference center. Self parking (subject to charges) is available onsite.Located in London (Greenwich), InterContinental London - The O2, an IHG Hotel is within a 15-minute drive of O2 Arena and Tower of London.  This 4-star hotel is 2.4 mi (3.9 km) from Cutty Sark and 2.8 mi (4.6 km) from Royal Observatory.Distances are displayed to the nearest 0.1 mile and kilometer.  O2 Arena - 0.2 km / 0.1 mi  Thames River - 1.9 km / 1.2 mi  Greenwich Park - 3 km / 1.9 mi  Cutty Sark - 3.2 km / 2 mi  ExCeL Exhibition Centre - 3.8 km / 2.4 mi  Royal Observatory - 3.8 km / 2.4 mi  Queen Elizabeth Olympic Park - 7.2 km / 4.5 mi  London Stadium - 7.8 km / 4.9 mi  Victoria Park - 8 km / 4.9 mi  Westfield Stratford City - 8.1 km / 5 mi  Brick Lane - 8.8 km / 5.5 mi  Tower of London - 9.2 km / 5.7 mi  Financial District - 9.3 km / 5.8 mi  Sky Garden - 9.9 km / 6.1 mi  The Gherkin - 10.2 km / 6.3 mi  The nearest airports are:London City Airport (LCY) - 9.4 km / 5.9 mi Heathrow Airport (LHR) - 111.1 km / 69 mi Gatwick Airport (LGW) - 77.3 km / 48 mi Stansted Airport (STN) - 57.8 km / 35.9 mi Luton Airport (LTN) - 67.4 km / 41.9 mi The preferred airport for InterContinental London - The O2, an IHG Hotel is London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3530.00" OriginalAmount="3530.00">
      <BasicPropertyInfo Latitude="51.507450061117" Longitude="-0.09584110000003" StarRating="0" HotelCode="952433|native_bankside" HotelName="Native Bankside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Bear Gardens, Empire Warehouse, London SE1 9ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/1072361/a_1072361_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="3537.92" OriginalAmount="3537.92">
      <BasicPropertyInfo Latitude="51.528486276182" Longitude="-0.12192651629448" StarRating="3" HotelCode="164103|10e75f" HotelName="Albion House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Argyle Square, London WC1H 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/0a/eb/0aeb367ed06f19e24bdbd2e00784ffeee5b585a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Albion House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="3540.87" OriginalAmount="3540.87">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="901069|112dc8" HotelName="Hotel Montana Excel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" HotelFacility="24 Hour Front Desk,Internet,Luggage Storage,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>16-18 Argyle Square, London WC1H 8AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/349859/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in London (Kings Cross St. Pancras), Montana Excel is minutes from British Library and Cartwright Gardens. This hotel is close to King's College London and St. Paul's Cathedral.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Digital television is provided for your entertainment. Shared bathrooms are provided. Conveniences include coffee/tea makers, and housekeeping is provided daily.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;A complimentary English breakfast is served daily.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3564.00" OriginalAmount="3564.00">
      <BasicPropertyInfo Latitude="51.50383958" Longitude="-0.09479968" StarRating="0" HotelCode="960920|publove_the_rose_crown" HotelName="PubLove @ The Rose &amp; Crown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Union Street, Southwark, London SE1 1SG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/28770/3828770/11.jpg?f=15657777</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3566.00" OriginalAmount="3566.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="901065|montagu_place_hotel" HotelName="Montagu Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Montagu Place, London W1H 2ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/342628/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3576.00" OriginalAmount="3576.00">
      <BasicPropertyInfo Latitude="51.4906193" Longitude="-0.190959" StarRating="4" HotelCode="174962|no1_the_mansions" HotelName="No 1 The Mansions" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>219 Earl's Court Road, Kinsington, London SW5 9BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/56/562062/562062a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is No 1 The Mansions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3595.36" OriginalAmount="3595.36">
      <BasicPropertyInfo StarRating="4" HotelCode="|606669" HotelName="THE CAESAR" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/62811_image64276788_0.jpg</HotelPictures>
        <HotelDescription>Imagine a quiet retreat from the urban rush, with fresh, innovative design. The Casear hotel is an oasis of tranquility in the heart of London, that combines contemporary style and modern thinking with your desires and comfort. The caesar is now open after a multi million pound redevelopment. It is modern, contempory designer style hotel with all services ans standards expected. Hotel is undergoing renovations in the rooms and common areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3607.72" OriginalAmount="3607.72">
      <BasicPropertyInfo StarRating="4" HotelCode="|660608" HotelName="TOPHAMS" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/157040_image61289428_0.jpg</HotelPictures>
        <HotelDescription>Design boutique hotel in London. This luxury boutique hotel is placed at just few minutes walking from the Victoria station, in the historic district of Belgravia. The comfortable rooms of Tophams were designed using the best designers of London. The hotel also has a restaurant with a tasty breakfast. The Tophams, which is characterized as gay friendly, has a perfect connections network, being placed nearby the subway of London and the bus station. The Buckingham Palace, the West End and the Knightsbridge, the district of theatres and museums are at just few steps from the hotel. A design hotel ideal for a pleasant stay and for visiting the English capital.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3609" OriginalAmount="3609">
      <BasicPropertyInfo Latitude="51.518614185596" Longitude="-0.13561248779297" StarRating="4" HotelCode="52566|30918" HotelName="Rathbone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Rathbone Street, W1T 1LB London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54922/a_54922_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in one of the most popular areas of London, this hotel is within walking distance of Oxford Street, the theatres, Covent Garden and Soho. The British Museum and Madame Tussauds are also just a few minutes away. The nearest underground stop is Goodge Street and Tottenham Court Road - each 5 minutes away. Shops, restaurants and typical London bars may all be found within 500 m of the hotel. Heathrow Airport is around 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3614" OriginalAmount="3614">
      <BasicPropertyInfo Latitude="51.51688459" Longitude="-0.0803213" StarRating="4" HotelCode="350862|479712" HotelName="The Bull and The Hide" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Devonshire Row, Bishopsgate, London EC2M 4RH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/505892/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3617" OriginalAmount="3617">
      <BasicPropertyInfo Latitude="51.514328" Longitude="-0.13945" StarRating="5" HotelCode="366268|11968" HotelName="Courthouse Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Great Marlborough Street, London W1F 7HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/69709/a_69709_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in the heart of bustling Soho, just minutes from famous London streets like Oxford and Regent Street, guests will find this attractive, newly refurbished hotel. Charing Cross train station is 1.2 km from the hotel and nearby airports include London City (17 km), London Heathrow (27 km), London Gatwick (52 km), London Luton (54 km) and London Stansted (72 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3628" OriginalAmount="3628">
      <BasicPropertyInfo Latitude="51.531077042918" Longitude="-0.12459899649002" StarRating="5" HotelCode="13079|54749" HotelName="Great Northern Hotel A Tribute Portfolio Hotel, London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pancras Road, King's Cross, London N1C 4TB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/13554/a_13554_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3644.80" OriginalAmount="3644.80">
      <BasicPropertyInfo StarRating="4" HotelCode="|710978" HotelName="Holiday Inn London Camden Lock" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/801722_foto_1.jpg</HotelPictures>
        <HotelDescription>Alandoacute;jese en el elegante hotel Holiday Inn London-Camden Lock, junto a los modernos mercados de Camden. El flamante Holiday Inn London-Camden Lock se encuentra a orillas del canal Regent, en el corazandoacute;n del cosmopolita distrito de Camden. El hotel se encuentra a 3 minutos a pie de la estaciandoacute;n de metro de Camden Town y a solo dos paradas de la estaciandoacute;n de King's Cross St. Pancras, con conexiones de tren Eurostar a Parandiacute;s y de metro al Aeropuerto de Heathrow. La estaciandoacute;n de Euston, con conexiones al norte de Inglaterra, estandaacute; a 1 parada de metro. CBS, MTV, Molton Brown, la Associated Press y Elsevier estandaacute;n cerca del Holiday Inn London-Camden Lock. Haga negocios en una de nuestras 6 elegantes salas de reuniones. El servicio de conexiandoacute;n inalandaacute;mbrica a Internet estandaacute; disponible en todo el hotel. Sumandeacute;rjase en la escena musical de Camden en los emblemandaacute;ticos locales como el Electric Ballroom y The Roundhouse. Observe el ambiente de las calles a travandeacute;s de los grandes ventanales del restaurante Terranea, donde podrandaacute; saborear platos asiandaacute;ticos de temporada.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3645" OriginalAmount="3645">
      <BasicPropertyInfo Latitude="51.515768042722" Longitude="-0.16028242032598" StarRating="4" HotelCode="267551|58674" HotelName="Shaftesbury Suites London Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Great Cumberland Place, London W1H 7LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/373258/a_373258_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3651" OriginalAmount="3651">
      <BasicPropertyInfo Latitude="51.51150718" Longitude="-0.09381767" StarRating="4.5" HotelCode="848540|399669" HotelName="Vintry &amp; Mercer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Garlick Hill, London EC4V 2AU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/9/8/1/4/5/6/8/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3652" OriginalAmount="3652">
      <BasicPropertyInfo Latitude="51.525389" Longitude="-0.117676" StarRating="4" HotelCode="148307|240824" HotelName="The Goodenough on Mecklenburgh Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Mecklenburgh Square, London WC1N 2AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/209900/a_209900_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3669" OriginalAmount="3669">
      <BasicPropertyInfo Latitude="51.507087056375" Longitude="-0.12465727293352" StarRating="4" HotelCode="25513|3827" HotelName="Citadines Trafalgar Square London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18/21 Northumberland Avenue, London WC2N 5EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/37191/r_37191_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the historic city of Westminster, in the heart of central London, this apart'hotel is the perfect place to enjoy the wonders of the British capital. A stone’s throw from Trafalgar Square, the property is located close to many government ministries and to Westminster Abbey. Charing Cross and Embankment Tube stations are respectively 3 and 5 minute’ walk away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3669" OriginalAmount="3669">
      <BasicPropertyInfo Latitude="51.520156" Longitude="-0.125689" StarRating="4" HotelCode="18376|24984" HotelName="Montague on the Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/03/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Montague Street, Bloomsbury, London WC1B 5BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22861/a_22861_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in central London in front of the British Museum and the hurly-burly of London’s tourist area. To the rear, there is a serene private garden, cut off from the city by a rectangle of fine Georgian townhouses. Between the two lies The Montague, an intriguing blend of up-to-the-minute city vibrancy and old-world Bloomsbury calm. Links to public transport are roughly 800 m away. Nearby airports include London City Airport (approximately 1 km), London Heathrow Airport (approximately 30 km), Luton Airport (48 km), London Gatwick Airport (approximately 56 km) and London Stansted Airport (approximately 61 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3672" OriginalAmount="3672">
      <BasicPropertyInfo Latitude="51.497808" Longitude="-0.164323" StarRating="4" HotelCode="89403|54252" HotelName="The Beaufort Knightsbridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Beaufort Gardens, Knightsbridge, London SW3 1PP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/313608/313608a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Beaufort Knightsbridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3673" OriginalAmount="3673">
      <BasicPropertyInfo Latitude="51.5136209" Longitude="-0.049418800000012" StarRating="4" HotelCode="140912|41296" HotelName="Marlin Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Commercial Road, London, E1 1LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/201657/a_201657_J1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3680" OriginalAmount="3680">
      <BasicPropertyInfo Latitude="51.52510996" Longitude="-0.08285078" StarRating="5" HotelCode="535553|230858" HotelName="Nobu Hotel Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10-50 Willow Street, Shoreditch, London EC2A 4BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/591612/591612a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3695" OriginalAmount="3695">
      <BasicPropertyInfo Latitude="51.511144653521" Longitude="-0.13121366500854" StarRating="4" HotelCode="189710|56903" HotelName="Leicester House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Leicester Street, London WC2H 7BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/231021/231021a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming property offering luxurious boutique rooms is housed in a 5-storey Georgian building. The history of the building goes back further, originally a six story Georgian townhouse, the building was the Hotel du Commerce in the early 19th century, whose guests included Karl Marx and the Austrian composer Johann Strauss, who stayed at the hotel in 1838.The hotel is just a few minutes' walk from Chinatown and Oxford Street, and offers easy access to the city's Theatreland. Within 300 meters guests will find Piccadilly Circus and Leicester Square Tube Station. The closest bus stop (Chinatown, 2 mins walk) is serviced by the 38, 19 and 14 buses.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3699" OriginalAmount="3699">
      <BasicPropertyInfo Latitude="51.498561486049" Longitude="-0.13712704662703" StarRating="4" HotelCode="47946|1125" HotelName="St. James’ Court, A Taj Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10999/a_10999_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated luxury hotel is ideally located at the heart of Westminster. The hotel is well connected to the local tube network, which makes exploring the most important tourist attractions and the numerous shopping areas and other entertainments easy. Close-by attractions, some of which can be reached by foot, include Buckingham Palace, Big Ben and Westminster Abbey (around 600 m away), the London Eye (1.2 km away) and the National Gallery (1.9 km away). City Airport is approximately 16 km from the hotel, Heathrow is 24 km away, Gatwick 44 km, Luton 56 km and Stansted 63 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3704" OriginalAmount="3704">
      <BasicPropertyInfo Latitude="51.514751295505" Longitude="-0.10923928053558" StarRating="4" HotelCode="376518|200368" HotelName="SACO Fleet Street - Crane Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Crane Court, London EC4A 2EJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/510774/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3719" OriginalAmount="3719">
      <BasicPropertyInfo Latitude="51.513992" Longitude="-0.122167" StarRating="3" HotelCode="189761|425715" HotelName="The Fielding Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>4 Broad Court, Bow Street, Covent Garden, London WC2B 5QZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/351119/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3722" OriginalAmount="3722">
      <BasicPropertyInfo Latitude="51.508025" Longitude="-0.10686799999996" StarRating="5" HotelCode="284137|40951" HotelName="Sea Containers London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Upper Ground, London SE1 9PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/391327/a_391327_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3726.20" OriginalAmount="3726.20">
      <BasicPropertyInfo StarRating="4" HotelCode="|746440" HotelName="THISTLE TRAFALGAR, LEICESTER SQUARE" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1054008_foto_1.jpg</HotelPictures>
        <HotelDescription>The Thistle Trafalgar, Leicester Square is located on an intimate and quiet side street in the heart of the West End with the famous �theatre land� Leicester Square, Piccadilly Circus and Trafalgar Square within just five minutes walk. All 108 bedrooms at this four-star hotel have been recently refurbished to offer the highest standards of comfort and style. Standards reflected in our two ground-floor bars which offer perfect surroundings for after work or before dinner drinks. Our Gravity Bar can also be booked for small meetings and events. With The City on one side and Whitehall on the other, this is truly the centre of London. The Royal Trafalgar hotel by Thistle is the perfect base from which to discover the London's shopping, sightseeing and culture.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3732.00" OriginalAmount="3732.00">
      <BasicPropertyInfo Latitude="51.54254462" Longitude="-0.00508673" StarRating="4" HotelCode="175782|holiday_inn_london_stratford_city_4" HotelName="Holiday Inn London Stratford City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10A Chestnut Plaza, Westfield, Stratford City, London E20 1GL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/344499/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3735" OriginalAmount="3735">
      <BasicPropertyInfo Latitude="51.494797" Longitude="-0.177825" StarRating="4.5" HotelCode="310354|49218" HotelName="The Exhibitionist Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Queensberry Place, Kensington, London SW7 2EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/424501/a_424501_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the vicinity of Earl's Court and Olympia (2.5 km away). It is within London's prime business area, near the Natural History Museum, the Victoria and Albert Museum, Harrods and London's fashion centre. From the hotel it is about 300 m to South Kensington underground station, 1 km to Harrods department store and Hyde Park, 3 km to Victoria Station, 23 km to Heathrow Airport, 48 km to Gatwick Airport, 56 km to Luton Airport and some 64 km to Stansted airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3735.00" OriginalAmount="3735.00">
      <BasicPropertyInfo Latitude="51.512150399307" Longitude="-0.13186812400818" StarRating="4" HotelCode="17454|best_western_premier_shaftesbury_london_piccadilly" HotelName="The Piccadilly London West End" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65-73 Shaftesbury Avenue, London W1D 6EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/21455/a_21455_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located on Shaftesbury Avenue from where guests may reach many of London's most popular attractions on foot. Numerous shops, bars and pubs and nightclubs are situated in the hotel's immediate vicinity. Convenient public transport connections can be found just metres from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3736.00" OriginalAmount="3736.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|710942" HotelName="Melia White House" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/885142_foto_1.jpg</HotelPictures>
        <HotelDescription>Este hotel ofrece a sus huandeacute;spedes una ubicaciandoacute;n muy acertada, cerca de algunos de los enclaves turandiacute;sticos mandaacute;s conocidos de la ciudad, como el Museo Madame Tussauds, o las estaciones ferroviarias de Paddington y King's Cross. Esta lujosa propiedad urbana estandaacute; a unos 35 kilandoacute;metros de los aeropuertos internacionales de Heathrow y Gatwick. El establecimiento, construido en el aandntilde;o 1936, cuenta con un total de 581 habitaciones distribuidas en 8 plantas. Sus huandeacute;spedes serandaacute;n recibidos en un exclusivo ambiente que incluye diversas instalaciones y servicios. Entre las opciones gastronandoacute;micas se encuentra un tentador bar y un restaurante a la carta con aire acondicionado, zona separada para no fumadores y tronas para los niandntilde;os. Las elegantes y alegres habitaciones cuentan con baandntilde;o en suite, televisiandoacute;n vandiacute;a satandeacute;lite y por cable y acceso a internet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3746" OriginalAmount="3746">
      <BasicPropertyInfo Latitude="51.513021" Longitude="-0.100873" StarRating="4" HotelCode="77803|58534" HotelName="The Kings Wardrobe by BridgeStreet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Wardrobe Place, London, EC4V 5AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/105527/a_105527_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3747" OriginalAmount="3747">
      <BasicPropertyInfo Latitude="51.514641715439" Longitude="-0.14841735363007" StarRating="4" HotelCode="337093|3101" HotelName="Radisson Blu Edwardian Berkshire Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oxford Street 350, London W1C 1BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55995/a_55995_U2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located on Oxford Street, close to Bond Street right at the heart of London. In addition, stunning Hyde Park is close by, as are Notting Hill, Park Lane, Piccadilly, and the West End as well as Kensington and Buckingham Palaces, all of which beg to be visited. Bond Street underground station is in the vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3748" OriginalAmount="3748">
      <BasicPropertyInfo Latitude="51.517245" Longitude="-0.122045" StarRating="4" HotelCode="935442|458065" HotelName="The Hoxton Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>199-206 High Holborn, London WC1V 7BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/413354/l_413354_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3768" OriginalAmount="3768">
      <BasicPropertyInfo Latitude="51.525693670417" Longitude="-0.077440738677979" StarRating="4.5" HotelCode="53667|4132" HotelName="One Hundred Shoreditch Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Shoreditch High Street, Shoreditch, London E1 6JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60415/a_60415_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is situated close to the city centre, within a few minutes' walk of Liverpool Street and its train station. Restaurants and links to the public transport network are to be found within 300 m of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3771.64" OriginalAmount="3771.64">
      <BasicPropertyInfo Latitude="51.508442091384" Longitude="-0.12480000305845" StarRating="4" HotelCode="45327|33384" HotelName="The Clermont Charing Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Strand, London WC2N 5HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/23099/a_23099_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fashionable, traditional hotel is located at the heart of London and is well served by public transport from Charing Cross tube station. It is just a short distance to Trafalgar Square and Covent Garden. Restaurants and bars fill the surrounding area, and it is just a few metres to shops, bar and nightclubs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3784" OriginalAmount="3784">
      <BasicPropertyInfo Latitude="51.527750223819" Longitude="-0.08900307220199" StarRating="5" HotelCode="305708|49171" HotelName="M by Montcalm London Shoreditch Tech City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151-157 City Road, EC1V 1JH London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/419583/a_419583_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3787" OriginalAmount="3787">
      <BasicPropertyInfo Latitude="51.517968" Longitude="-0.152979" StarRating="4" HotelCode="147124|32869" HotelName="Durrants Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Street, London W1H 5BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/312970/312970a_hb_a_051.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3792.56" OriginalAmount="3792.56">
      <BasicPropertyInfo Latitude="51.49284" Longitude="-0.184184" StarRating="5" HotelCode="18346|32394" HotelName="The Bentley Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-33 Harrington Gardens, London SW7 4JX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22814/a_22814_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the very heart of Kensington with its couture designer shops and the trendy boutiques on the King's Road. The Royal Albert Hall, the Natural History Museum and the priceless collections of the Victoria and Albert Museum are only minutes away. It is superbly located for the capital's premier commercial and cultural centres and offers easy access to the city, the M4 motorway and London's international airports.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3803" OriginalAmount="3803">
      <BasicPropertyInfo Latitude="51.494301" Longitude="-0.18592149" StarRating="4" HotelCode="433674|200134" HotelName="Ashburn Court Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Ashburn Gardens, Ashbun Court, South Kensington, London SW7 4DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/595583/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3809" OriginalAmount="3809">
      <BasicPropertyInfo Latitude="51.5070733" Longitude="-0.12598055714286" StarRating="4" HotelCode="115319|51877" HotelName="Club Quarters Hotel Trafalgar Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Northumberland Avenue, At Trafalgar Square, London WC2N 5BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/341533/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3809" OriginalAmount="3809">
      <BasicPropertyInfo Latitude="51.50697347906" Longitude="-0.1260634196434" StarRating="4" HotelCode="903487|199845" HotelName="The Grand at Trafalgar Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Northumberland Avenue, Westminster, London WC2N 5BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/343396/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3833.00" OriginalAmount="3833.00">
      <BasicPropertyInfo Latitude="51.500181" Longitude="-0.179796" StarRating="4" HotelCode="73789|the_gore_hotel" HotelName="The Gore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>190 Queen’s Gate, Kensington, London SW7 5EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/99546/a_99546_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in a leafy avenue close to the Royal Albert Hall and just a short walk from Kensington Palace, Hyde Park, the Natural History Museum, the Science Museum, the Victoria and Albert Museum, Harrods and the chic designer boutiques of Knightsbridge. The shopping venues, theatres, sightseeing and nightlife of the West End are just 10 minutes away by bus or tube and Buckingham Palace is a 15-minute ride away on public transport. The nearest underground stations (each within 7-10 minutes on foot) are Gloucester Road, South Kensington (Circle, District and Piccadilly Lines) and Kensington High Street (Circle and District Lines).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3834.00" OriginalAmount="3834.00">
      <BasicPropertyInfo Latitude="51.492374449631" Longitude="-0.19117176532745" StarRating="3" HotelCode="18269|best_western_burns" HotelName="Best Western Burns Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-26 Barkston Gardens, Kensington, London SW5 0EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22701/a_22701_J2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Earls Court; just minutes from the Royal Albert Hall and the Natural History Museum. Many more of London's top sights can easily be reached on foot, or by making use of the underground.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3837.52" OriginalAmount="3837.52">
      <BasicPropertyInfo StarRating="4" HotelCode="|119390" HotelName="Sloane Square" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1058806_foto_43.jpg</HotelPictures>
        <HotelDescription>Sloane Square Hotel is right on Sloane Square andndash; the ideal location for everything that is Chelsea andamp; Knightsbridge. The hotel, offering 102 beautifully designed air-conditioned bedrooms, overlooking the buzz of the square, also has quieter rooms, with views of Holy Trinity Church. We pride ourselves on personal and attentive service. Our bedrooms feature unique signature wallpaper designs, giving the feel of understated elegance. Placing quality and comfort above everything else, our hotel rooms will ensure that you enjoy a great nightandrsquo;s sleep. All rooms come with complimentary Internet, free local and national calls, an iPod docking station and luxury toiletries. Just feet away, youandrsquo;ll find many of the biggest and most famous luxury brands, both on Kingandrsquo;s Road and Sloane Street leading to Knightsbridge, for the luxury department stores of Harrods and Harvey Nichols. If that were not enough, you have Cadogan Hall, Royal Court Theatre and Saatchi Gallery just minutes away. The London Undergroundandrsquo;s Circle and District lines are right across the square from the hotel, offering convenient access to all that central London has to offer, with attractions such as the Natural History Museum and the Victoria and Albert Museum, Buckingham and Kensington royal palaces, Victoria station and the West End, to name but a few.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3848" OriginalAmount="3848">
      <BasicPropertyInfo Latitude="51.514797" Longitude="-0.158564" StarRating="4" HotelCode="147211|457521" HotelName="The Zetter Townhouse Marylebone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Seymour Street, London W1H 7JB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/89/40/8940a25c5dd064222fe0a154480fcb6ba120de65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Zetter Townhouse Marylebone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3860" OriginalAmount="3860">
      <BasicPropertyInfo Latitude="51.520949616616" Longitude="-0.077968355035068" StarRating="5" HotelCode="318579|199302" HotelName="Batty Langley's" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Folgate Street, Spitalfields, London E1 6BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/15000000/14640000/14632300/14632225/05a8ead5_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3880.80" OriginalAmount="3880.80">
      <BasicPropertyInfo StarRating="3" HotelCode="|118283" HotelName="Byron" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/885766_foto_1.jpg</HotelPictures>
        <HotelDescription>El hotel Byron se encuentra en una zona perfecta para cualquier persona que visite el centro de Londres, ya sea por negocios o placer. Ofrece altos niveles de confort moderno aunque emplazado en un entorno tradicional que evoca parte del encanto y la elegancia de la Inglaterra victoriana. El Byron transmite la sensaciandoacute;n de una casa rural en medio de la ciudad. El hotel se encuentra en Queensborough Terrace W2, a solo 180 metros de Hyde Park, a diez minutos a pie de los famosos Marble Arch y Oxford Street Tambiandeacute;n Knightsbridge y Kensington se encuentran muy prandoacute;ximos al hotel. El hotel se encuentra en una tranquila vandiacute;a panduacute;blica, muy cerca de las estaciones de metro de Bayswater y Queensway que llevan a 135 destinos de Londres. El Byron ha sido totalmente redecorado y reformado recientemente. Dispone de 45 habitaciones, cada una de ellas con baandntilde;o o ducha propios, aire acondicionado, televisiandoacute;n, secador de pelo y conexiandoacute;n a Internet inalandaacute;mbrica. El hotel tambiandeacute;n incluye candoacute;modos cuartos de estar, cuenta con ascensor en todas las habitaciones, un portero las 24 horas y oficinas.By road the hotel is easily accessible from the M4 (Heathrow Airport) and M40 (M25). The Heathrow Airbus stops at Queensway which is just 2 minutes walk to the hotel. The nearbyunderground stations are Bayswater and Queensway. Paddington main line trainstation is just 10 minutes walk from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3886.56" OriginalAmount="3886.56">
      <BasicPropertyInfo StarRating="4" HotelCode="|971323" HotelName="ST JAMES COURT LONDON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/801293_foto_1.jpg</HotelPictures>
        <HotelDescription>St. James' Court, A Taj Hotel, London is a masterpiece of Victorian style that typifies the hidden one of the best luxury hotels in Britain charm. Fresh and elegant, with the warmth of signature Taj, strives to make each visit a pleasant and memorable.
When the hotel debuted in 1902 and, today, continues to maintain the sophistication of the past.
Quilon three restaurants, including Michelin star, two bars, a wellness center and award-winning St. James' Patio, and conference and banquet rooms, are sure to be your favorite London hotel.
Make the most of wi-fi, the concierge Golden Keys, personalized treatments at the wellness center and a host of dining options on site.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3901" OriginalAmount="3901">
      <BasicPropertyInfo Latitude="51.517599" Longitude="-0.127656" StarRating="4" HotelCode="16396|3100" HotelName="Radisson Blu Edwardian Bloomsbury Street Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-13 Bloomsbury Street, Bloomsbury, London WC1B 3QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19761/a_19761_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated at the heart of London, just a short distance from the British Museum, Convent Garden, the theatres and many other attractions. Numerous shopping facilities, inviting restaurants and cosy pubs are located in the hotel's immediate vicinity. Links to public transport are just a stone's throw away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3921.00" OriginalAmount="3921.00">
      <BasicPropertyInfo Latitude="51.519348553898" Longitude="-0.12082278728485" StarRating="4" HotelCode="18325|grange_holborn" HotelName="NYX Hotel London Holborn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50-60 Southampton Row, London WC1B 4AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22782/a_22782_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel enjoys an idyllic location on the border between the West End and the City, not far from the lively hustle and bustle of Covent Garden, Oxford Street and the English capital's banking district. This hotel is suitable for both business guests and those here for a holiday, with a diverse selection of restaurants, bars, nightclubs and shopping venues all to be found within a few minutes walk of the hotel. Transfer to London Heathrow Airport takes about 40 minutes, Gatwick is some 1 hour 10 minutes away and Luton may be reached in 1 hour 20 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3930" OriginalAmount="3930">
      <BasicPropertyInfo Latitude="51.5116" Longitude="-0.138379" StarRating="4" HotelCode="189747|56429" HotelName="Sanctum Soho Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Warwick Street, London W1B 5NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/312465/312465a_hb_a_023.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3937" OriginalAmount="3937">
      <BasicPropertyInfo Latitude="51.513923963289" Longitude="-0.17632305622101" StarRating="4" HotelCode="17465|10966" HotelName="Roseate House London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Westbourne Terrace, Lancaster Gate, Hyde Park, London W2 3UL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20709/a_20709_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies an ideal location for those wishing to explore the city's many sights. Hyde Park plus numerous restaurants and bars are situated just a few paces from the hotel. And beyond that lies the famous department stores of Mayfair and Knightsbridge as well as the Royal Albert Hall and the Kensington Museum. Paddington station is 5 minutes away from where the airport express offers direct access to Heathrow. The underground train station Lancaster Gate can be reached in 2 minutes and provides connections to all other parts of the city, such as the West End, the theatre district or London's exciting night-life.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3937.00" OriginalAmount="3937.00">
      <BasicPropertyInfo Latitude="51.515221" Longitude="-0.160916" StarRating="4" HotelCode="154056|the_sumner_hotel" HotelName="The Sumner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Upper Berkeley Street, Marble Arch, London W1H 7QR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/350500/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airports are London (LON) and The Sumner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3955.96" OriginalAmount="3955.96">
      <BasicPropertyInfo Latitude="51.516032338254" Longitude="-0.088068000000008" StarRating="4" HotelCode="130202|120964" HotelName="Apex London Wall Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Copthall Avenue, London EC2R 7NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/187881/a_187881_B1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the financial and business districts, close to the Bank of England and several major London attractions including St Paul's Cathedral, the Barbican Centre and London Wall. It is very easy to access and is within walking distance of 2 main railway and 3 tube stations: Liverpool Street, Moorgate and Bank. These stations offer links to London City Airport, the O2 and the Excel Centre on the DLR, King's Cross St. Pancras and the Eurostar, as well as direct trains to Waterloo train station and London Bridge. London City Airport is some 12 km from the hotel, while Heathrow Airport is about 30 km away, Gatwick Airport is about 53 km away and both Luton and Stansted are approximately 55 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3961" OriginalAmount="3961">
      <BasicPropertyInfo Latitude="51.470483575" Longitude="-0.1774337" StarRating="5" HotelCode="199801|60952" HotelName="Hotel Rafayel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>34 Lombard Road, London SW11 3RF, Adjacent to London Heliport</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/48/481142/481142a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Rafayel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3962" OriginalAmount="3962">
      <BasicPropertyInfo Latitude="51.50613827443" Longitude="-0.14034234477276" StarRating="5" HotelCode="18135|46436" HotelName="St. James's Hotel and Club Mayfair" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7-8 Park Place, St. James's, London SW1A 1LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22081/a_22081_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The secret of this intimate and elegant London townhouse hotel lies partly in its unrivalled location, in a quiet cul-de-sac just off St. James's Street in London's Mayfair. Central and yet quiet and tranquil, the hotel is close to Green Park underground station, the exclusive shops of Jermyn Street, the Burlington Arcade, Bond Street and the theatres and nightlife of London's West End. Visitors to the city will find all the sights nearby, includings St James' Palace (500 m), Piccadilly Circus (800 m) and Buckingham Palace, Trafalgar Square, Hyde Park and the Houses of Parliament (all 1 km). London Heathrow Airport is just 26 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3986.36" OriginalAmount="3986.36">
      <BasicPropertyInfo StarRating="4" HotelCode="|608883" HotelName="THE CLERMONT LONDON, CHARING CROSS" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/378145_image59414122_0.jpg</HotelPictures>
        <HotelDescription>A landmark itself, Charing Cross opened in 1865 and remains one of the most well-places hotels. A few steps to Trafalgar Square. A minute's stroll to London's West End, A stone's throw away from The National Gallery and so much more. And when exploring more of the city, Charing Cross station is right next door. Our rooms, along with some handy extras, are all set up to send you soundly off to sleep. 
The Terrace offers guest an all-day dining option serving everything from afternoon tea to a freshly prepared cocktail and a range of meals with stunning views over the Strand. Hotel residents receive complimentary use of the hotel`s fitness centre which features a full range of cardiovascular fitness equipment and weights.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3987" OriginalAmount="3987">
      <BasicPropertyInfo Latitude="51.523123687665" Longitude="-0.10387390851974" StarRating="4" HotelCode="189767|457954" HotelName="The Zetter Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-50 St John's Square, London EC1V 4JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/344694/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4000.00" OriginalAmount="4000.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|830388" HotelName="Days Inn by Wyndham London Hyde Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/887317_foto_1.jpg</HotelPictures>
        <HotelDescription>Make yourself at home in one of the 55 guestrooms. Complimentary wireless Internet access is available to keep you connected. Bathrooms have showers and hair dryers. Conveniences include safes and desks, and housekeeping is provided daily.At Days Inn by Wyndham London Hyde Park, enjoy a satisfying meal at the restaurant. Wrap up your day with a drink at the bar/lounge. Continental breakfasts are available daily from 7:00 AM to 9:00 AM for a fee.Featured amenities include complimentary wired Internet access, express check-in, and express check-out. Guests may use a roundtrip airport shuttle for a surcharge, and self parking (subject to charges) is available onsite.With a stay at Days Inn by Wyndham London Hyde Park, you'll be centrally located in London, within a 5-minute drive of Hyde Park and Oxford Street.  This hotel is 2.5 mi (4 km) from Buckingham Palace and 2.6 mi (4.2 km) from Piccadilly Circus.Distances are displayed to the nearest 0.1 mile and kilometer.  Kensington Gardens - 0.6 km / 0.4 mi  Marble Arch - 1.3 km / 0.8 mi  Park Lane - 1.3 km / 0.8 mi  Baker Street - 1.4 km / 0.9 mi  Madame Tussauds Wax Museum - 1.6 km / 1 mi  Hyde Park - 1.7 km / 1 mi  Sherlock Holmes Museum - 1.7 km / 1.1 mi  Kensington High Street - 1.7 km / 1.1 mi  Kensington Palace - 1.8 km / 1.1 mi  Royal Albert Hall - 1.8 km / 1.1 mi  Imperial College London - 2.1 km / 1.3 mi  Oxford Street - 2.2 km / 1.3 mi  Regent's Park - 2.2 km / 1.4 mi  Science Museum - 2.2 km / 1.4 mi  Portobello Road Market - 2.2 km / 1.4 mi  The nearest airports are:Heathrow Airport (LHR) - 27.1 km / 16.9 mi London City Airport (LCY) - 18.1 km / 11.3 mi Gatwick Airport (LGW) - 94.9 km / 59 mi Luton Airport (LTN) - 50.6 km / 31.4 mi The preferred airport for Days Inn by Wyndham London Hyde Park is Heathrow Airport (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4010.40" OriginalAmount="4010.40">
      <BasicPropertyInfo StarRating="4" HotelCode="|974894" HotelName="MARLIN APARTMENTS ALDGATE TOWER BRIDGE" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/888397_foto_1.jpg</HotelPictures>
        <HotelDescription>Marlin Aldgate Tower Bridge is situated in one of London's biggest financial districts just a short walk from Tower Bridge and the Tower of London, and just 3 minutes away from the tube providing fast access across the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4033" OriginalAmount="4033">
      <BasicPropertyInfo Latitude="51.520184" Longitude="-0.102541" StarRating="4" HotelCode="82430|55224" HotelName="The Rookery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Peter’s Lane, Cowcross Street, London EC1M 6DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/316394/316394a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4044.00" OriginalAmount="4044.00">
      <BasicPropertyInfo Latitude="51.517196320568" Longitude="-0.080907493829727" StarRating="5" HotelCode="34465|andaz_liverpool_street__a_hyatt_hotel" HotelName="Andaz London Liverpool Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 Liverpool Street, London EC2M 7QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54910/a_54910_O2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys an ideal location in the heart of London. It lies adjacent to Liverpool Street Station, making it very easy to access all locations within and outside of London. Nearby attractions include Tower Bridge, the Tower of London and the popular Spitalfields market, as well as an array of boutique stores. The accommodation is also only a few stops on the central line from Oxford Street. The London airports of City (10 km), Heathrow (30 km), Gatwick (50 km), Luton (55 km) and Stansted (55 km) are all nearby.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4044.76" OriginalAmount="4044.76">
      <BasicPropertyInfo StarRating="4" HotelCode="|D31250" HotelName="Tower Residences By Blue Orchid" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2668515_foto_1.jpg</HotelPictures>
        <HotelDescription>A charming 1900s building boasting stunning views of the Tower of London, Tower Residences' luxury and contemporary studios and apartments provide the perfect base in central London. Residences provides luxury living for up to four people; each incorporating a fully equipped kitchen, elegant and flexible open-plan dining and living rooms with workstation, together with modern, stylish bathrooms, ideal for both short and long-term stays.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4045" OriginalAmount="4045">
      <BasicPropertyInfo Latitude="51.515980376439" Longitude="-0.12021660804749" StarRating="4" HotelCode="259427|1032" HotelName="Middle Eight" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Great Queen Street, Covent Garden, London WC2B 5BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15392/a_15392_I2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel has a classical façade and a central situation in the Covent Garden area of London, allowing easy access to Oxford Street, the British Museum, the West End and the Royal Opera House. Thanks to the nearby links to the underground network, all areas of the city may quickly and easily be reached.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4053" OriginalAmount="4053">
      <BasicPropertyInfo Latitude="51.51394900761" Longitude="-0.18305044047543" StarRating="4" HotelCode="409523|45009" HotelName="The Cleveland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/40 Cleveland Square, London W2 6DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/100383/a_100383_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located on a tranquil and leafy garden square away from the hustle and bustle of London the hotel is just a short walk to London’s famous Hyde Park on Bayswater Road and Paddington Station offering excellent transport links to Heathrow Airport and London’s lively West End. This hotel from Bayswater, in the heart of London, is less than 0.5 miles from Paddington Rail Station and Hyde Park. There are 4 major London Underground stations within a 10-minute walk of The Cleveland. The West End, Westminster and the South Bank are all 15 minutes away or less on the Underground.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4058" OriginalAmount="4058">
      <BasicPropertyInfo Latitude="51.516443557337" Longitude="-0.15101909637451" StarRating="4" HotelCode="31998|10498" HotelName="The Mandeville Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mandeville Place, Marylebone, London W1U 2BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51045/a_51045_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is ideally situated for those wishing to explore London and its countless sights of interest. It lies on Mandeville Place, only a couple of minutes from Bond Street and the district of Marylebone. In the vicinity, guests will find Wigmore Hall, the Wallace Collection and Hyde Park. Soho, Mayfair and Marble Arch are all just a few minutesä walk away, as are shopping opportunities (800 m) as well as restaurants and bars (500 m). By making use of public transport (50 m away), guests are able to reach the British Museum and Knightsbridge shopping street quickly and easily.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4063" OriginalAmount="4063">
      <BasicPropertyInfo Latitude="51.5189932" Longitude="-0.0865441" StarRating="5" HotelCode="199806|58705" HotelName="South Place Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 South Place, London EC2M 2AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/89/f8/89f871ec864df623811301cb3cbdf99e9e9df6ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is South Place Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4106.52" OriginalAmount="4106.52">
      <BasicPropertyInfo StarRating="4" HotelCode="|135532" HotelName="SUNBORN YACHT LONDON HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/744_image49421364_0.jpg</HotelPictures>
        <HotelDescription>Located less than a minute's walk from ExCeL London, the Sunborn Yacht London is a floating super-yacht hotel boasting free WiFi access, a bar and a restaurant. The hotel is 7 minutes' drive from London City Airport and a 6-minute drive from the iconic Canary Wharf. 
Each of the smartly designed rooms feature a TV with Freeview, air conditioning and an electric kettle. Also included is a shower, a hairdryer and free toiletries. Some of the rooms also benefit from a view overlooking The Royal Docks. 
At Sunborn Yacht London there is a 24-hour front desk and a sun deck. Other facilities offered at the property include a ticket service, a tour desk. 
The lounge bar serves a selection of beers, wines, ciders and spirits. 
In the restaurant, a buffet breakfast with continental and cooked items is served each morning. An � la carte menu is available in the evenings.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4141.00" OriginalAmount="4141.00">
      <BasicPropertyInfo Latitude="51.523664886356" Longitude="-0.080555691062955" StarRating="5" HotelCode="556805|the_curtain" HotelName="Mondrian Shoreditch London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Curtain Road, London EC2A 3PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/673285/a_673285_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4152" OriginalAmount="4152">
      <BasicPropertyInfo Latitude="51.494768" Longitude="-0.178617" StarRating="5" HotelCode="36860|56976" HotelName="130 Queen's Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 Queen's Gate, Kensington, London SW7 5LE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/316183/316183a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The ultra-luxurious neo-classical apartments are approximately a 5-minute walk to the Natural History Museum, 10 minutes to the Victoria &amp;amp; Albert Museum and 15 minutes to famous Harrods.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4153" OriginalAmount="4153">
      <BasicPropertyInfo Latitude="51.527342" Longitude="-0.079624" StarRating="5" HotelCode="440144|228174" HotelName="Courthouse Hotel Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>335-337 Old Street, London EC1V 9LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/550354/a_550354_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Courthouse Hotel Shoreditch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4171.20" OriginalAmount="4171.20">
      <BasicPropertyInfo StarRating="4" HotelCode="|825985" HotelName="NOVOTEL LONDON BRIDGE" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/801418_foto_1.jpg</HotelPictures>
        <HotelDescription>Make yourself at home in one of the 182 guestrooms featuring minibars and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with bathtubs or showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and desks.Satisfy your appetite for lunch or dinner at Elements, a restaurant which specializes in international cuisine, or stay in and take advantage of the 24-hour room service. Quench your thirst with your favorite drink at the bar/lounge. Buffet breakfasts are available daily for a fee.Featured amenities include express check-out, complimentary newspapers in the lobby, and dry cleaning/laundry services. Self parking (subject to charges) is available onsite.With a stay at Novotel London Bridge in London (London City Centre), you'll be a 5-minute walk from Borough Market and 8 minutes by foot from Tate Modern.  This 4-star hotel is 0.4 mi (0.7 km) from The Shard and 0.7 mi (1.2 km) from London Bridge.Distances are displayed to the nearest 0.1 mile and kilometer.  Borough Market - 0.4 km / 0.3 mi  Globe Theatre - 0.5 km / 0.3 mi  Tate Modern - 0.7 km / 0.4 mi  The Shard - 0.7 km / 0.4 mi  London Bridge - 1.2 km / 0.7 mi  St. Paul's Cathedral - 1.3 km / 0.8 mi  Sky Garden - 1.4 km / 0.9 mi  Royal National Theatre - 1.4 km / 0.9 mi  Tower Bridge - 1.8 km / 1.1 mi  Liverpool Street - 1.8 km / 1.1 mi  The Gherkin - 1.8 km / 1.1 mi  Tower of London - 1.8 km / 1.1 mi  The Strand - 1.9 km / 1.2 mi  Barbican Arts Centre - 1.9 km / 1.2 mi  St. Thomas' Hospital - 2 km / 1.2 mi  The nearest airports are:London (LCY-London City) - 12 km / 7.4 mi London (LHR-Heathrow) - 31.2 km / 19.4 mi London (LGW-Gatwick) - 80.8 km / 50.2 mi The preferred airport for Novotel London Bridge is London (LCY-London City).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4176.00" OriginalAmount="4176.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|169407" HotelName="THE CHILWORTH LONDON PADDINGTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2988_image50123414_0.jpg</HotelPictures>
        <HotelDescription>The Chilworth is a true boutique experience where everything is "made to mesure" - every detail designed so that your experience of London is yours alone. It's a special place that's all about the joy of small- an intimate setting that exudes warmth and welcome in the best tradition of the hospitality of home. The rooms offer immaculate style accentuated with regal overtones. State-ofthe-art technology including a next generation of plasma screen TVs and complimentary Broadband Internet acces from all the rooms, some with Queen size beds, security locks, air conditioning, safes, iron and ironing boards.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4183.96" OriginalAmount="4183.96">
      <BasicPropertyInfo StarRating="4" HotelCode="|830453" HotelName="NOVOTEL TOWER BRIDGE" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/801414_foto_1.jpg</HotelPictures>
        <HotelDescription>Showcasing a contemporary style, this hotel is located at the heart of London's financial and commercial centres. Lying just a short distance away from Tower Hill tube station, it offers visitors the perfect setting from which to explore everything that this diverse city has to offer. Stylish restaurants, fashionable shops and exciting entertainment opportunities are dotted throughout the area. Stylish and inviting, the hotel tempts business and leisure travellers alike. Elegant guest rooms come complete with modern, convenient amenities. Guests can relax and unwind in the sauna, for a welcome break at the end of the day. The hotel offers a restaurant, where delectable dishes can be enjoyed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4188.68" OriginalAmount="4188.68">
      <BasicPropertyInfo StarRating="3" HotelCode="|A2F189" HotelName="OYO Bakers Hotel, London Victoria" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2542750_foto_1.jpg</HotelPictures>
        <HotelDescription>Stay in one of 11 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms feature showers, complimentary toiletries, and hair dryers. Conveniences include desks and electric kettles, and housekeeping is provided daily.A complimentary continental breakfast is served daily from 8:00 AM to 9:30 AM.A stay at OYO Bakers Hotel London Victoria places you in the heart of London, within a 5-minute drive of Hyde Park and Buckingham Palace.  This hotel is 1.2 mi (2 km) from Big Ben and 1.9 mi (3 km) from Leicester Square.Distances are displayed to the nearest 0.1 mile and kilometer.  Apollo Victoria Theatre - 0.7 km / 0.4 mi  Victoria Station Travel Information Centre - 0.7 km / 0.5 mi  Victoria Palace Theatre - 0.9 km / 0.5 mi  Buckingham Palace - 1.5 km / 0.9 mi  St. James Park - 1.6 km / 1 mi  Battersea Power Station - 1.6 km / 1 mi  Westminster Abbey - 1.7 km / 1 mi  Thames River - 1.7 km / 1 mi  Hyde Park Corner - 1.7 km / 1.1 mi  Harrods - 1.7 km / 1.1 mi  Piccadilly - 1.8 km / 1.1 mi  Green Park - 1.8 km / 1.1 mi  Park Lane - 1.9 km / 1.2 mi  Hyde Park - 1.9 km / 1.2 mi  Houses of Parliament - 1.9 km / 1.2 mi  The nearest airports are:Heathrow Airport (LHR) - 26.3 km / 16.3 mi London City Airport (LCY) - 16.6 km / 10.3 mi Gatwick Airport (LGW) - 64.8 km / 40.3 mi Luton Airport (LTN) - 54.7 km / 34 mi The preferred airport for OYO Bakers Hotel London Victoria is Heathrow Airport (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4192.00" OriginalAmount="4192.00">
      <BasicPropertyInfo Latitude="51.51327329" Longitude="-0.08513037" StarRating="0" HotelCode="847372|counting_house" HotelName="Counting House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Cornhill, London EC3V 3PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/876645/202010239511547.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4202" OriginalAmount="4202">
      <BasicPropertyInfo Latitude="51.493188" Longitude="-0.182142" StarRating="4" HotelCode="296643|200431" HotelName="One Harrington Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Harrington Gardens, South Kensington, London SW7 4JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/404701/gt_404701_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the Royal Borough of Kensington and Chelsea, with many of the capital's best attractions in the surrounding areas. It is nearby fashionable Knightsbridge (site of Harrods department store), the Royal Albert Hall, the National History Museum, the V &amp; A (Victoria and Albert Museum), the Science Museum and the shopping streets of Kensington and Chelsea. Guests will find the West End with its shopping, restaurants, bars, clubs and theatres in the vicinity as well as Earl's Court Exhibition Centre and Olympia, Hyde Park and Kensington Gardens. It is just 550 m to South Kensington metro station and London Heathrow Airport is just 22 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4243" OriginalAmount="4243">
      <BasicPropertyInfo Latitude="51.50930421" Longitude="-0.12660229" StarRating="4" HotelCode="986071|456342" HotelName="Page 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 St. Martin’s Place, London WC2N 4JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/49/45/4945c746763630e1ba7543536bbbf1199da01b34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4244" OriginalAmount="4244">
      <BasicPropertyInfo Latitude="51.506762066506" Longitude="-0.1466176134079" StarRating="4" HotelCode="174961|199215" HotelName="44 Curzon Street by Mansley Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>44 Curzon Street, Mayfair, London W1J 7UG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/344493/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is 44 Curzon Street by Mansley Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4252.00" OriginalAmount="4252.00">
      <BasicPropertyInfo Latitude="51.517419" Longitude="-0.137083" StarRating="5" HotelCode="17190|sanderson" HotelName="Sanderson London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Berners Street, London W1T 3NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/21030/a_21030_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in a lavish building dating back to the 1950s that lies on a side street off Oxford Street, at the heart of London. Exclusive shopping venues and restaurants are to be found close by and the capital's lively nightlife scene plays out in the vicinity. Oxford Circus is the nearest underground station and can easily be reached in a few minutes' walk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4256.32" OriginalAmount="4256.32">
      <BasicPropertyInfo StarRating="4" HotelCode="|813971" HotelName="GRANGE BUCKINGHAM HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/395983_fotpe1_EXT_1.jpg</HotelPictures>
        <HotelDescription>The Buckingham is a beautiful new hotel strategically located in the central area of Bloomsbury in London, just a few minutes from the British Museum and Russell Square stations and Holborn. A building elegantly restored Georgian features, Buckingham provides an intimate and luxurious accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4267" OriginalAmount="4267">
      <BasicPropertyInfo Latitude="51.514776483084" Longitude="-0.134095600401" StarRating="4" HotelCode="263534|444246" HotelName="The Resident Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Carlisle Street, London W1D 3BR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/65/4d/654d21b2ef2305b9f5bffe200721aff7aebdc146.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4267.00" OriginalAmount="4267.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|922478" HotelName="LEONARDO ROYAL LONDON ST PAULS" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/887515_foto_1.jpg</HotelPictures>
        <HotelDescription>Leonardo Royal Hotel London St Paul�s is perfectly placed beside St Paul's Cathedral in London's bustling business district. Leonardo Royal Hotel London St Paul�s features 460 guest rooms, all fitted with modern amenities including free WiFi. The hotel also boasts three on-site restaurants, Ajala Spa, fitness center and 23 flexible meeting spaces.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4279.00" OriginalAmount="4279.00">
      <BasicPropertyInfo Latitude="51.49877041" Longitude="-0.1368996" StarRating="5" HotelCode="986142|the_guardsman" HotelName="The Guardsman" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Vandon Street, Westminister, London SW1H 0AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/42000000/41890000/41888400/41888314/624adfba_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4283" OriginalAmount="4283">
      <BasicPropertyInfo Latitude="51.514083" Longitude="-0.085596" StarRating="5" HotelCode="82457|55086" HotelName="Threadneedles, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Threadneedle Street, London, EC2R 8AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/315924/315924a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4290.00" OriginalAmount="4290.00">
      <BasicPropertyInfo Latitude="51.495908546993" Longitude="-0.208038053373" StarRating="3" HotelCode="385974|hand_flower" HotelName="Hand &amp; Flower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="Bar,Elevator,Internet,LCD/Projector,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Hammersmith Road, Hammersmith, London W14 8XJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0020/47210/2047210/1.jpg?f=15235844</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hand &amp; Flower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4301" OriginalAmount="4301">
      <BasicPropertyInfo Latitude="51.494234784687" Longitude="-0.17553448677063" StarRating="5" HotelCode="259333|983" HotelName="The Ampersand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Harrington Road, London SW7 3ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15332/ba_15332_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated just a minute's walk from South Kensington Underground Station. Nearby points of interest include the Natural History Museum and the Victoria and Albert Museum, both within a 2-minute walk. Harrods and Hyde Park are also just 15 minutes away on foot. London Heathrow Airport is approximately 20 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4301" OriginalAmount="4301">
      <BasicPropertyInfo Latitude="51.506379" Longitude="-0.145612" StarRating="4" HotelCode="13327|31378" HotelName="Hilton London Green Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Half Moon Street, Mayfair, London W1J 7BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/13997/a_13997_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set between the leafy Royal Parks and located in the heart of Mayfair, one of the capital's most prestigious districts, and just few minutes' walk from Green Park tube station, this hotel offers easy access to London's business centre and Piccadilly Circus, and is within walking distance from the West End and Theatreland. It is also close to some of London's best attractions, including Buckingham Palace, Harrods, Royal Albert Hall, London Eye and the shops of Oxford Street and Bond Street.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4307" OriginalAmount="4307">
      <BasicPropertyInfo Latitude="51.529345" Longitude="-0.126088" StarRating="5" HotelCode="173526|31913" HotelName="St. Pancras Renaissance London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Euston Road, London NW1 2AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_a_110.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of London, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4323" OriginalAmount="4323">
      <BasicPropertyInfo Latitude="51.512635319424" Longitude="-0.11892378330231" StarRating="5" HotelCode="18369|24619" HotelName="The Waldorf Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aldwych, WC2B 4DD London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22852/a_22852_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of London city centre with its extensive range of entertainment and shopping facilities. The near vicinity includes the West End and Covent Garden. Links to the public transport system are only 50m away and restaurants and bars only 500m from the hotel. The closest shopping facilities are around 1.5 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4352" OriginalAmount="4352">
      <BasicPropertyInfo Latitude="51.499595247606" Longitude="-0.13184122453686" StarRating="3" HotelCode="17178|444307" HotelName="Sanctuary House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Tothill Street, London SW1H 9LA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/169115/169115a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies a fantastic location in one of London's oldest and most fashionable areas. It is close to Westminster Abbey, the Houses of Parliament, Buckingham Palace and St. James Park, while the Olympic Park is 4 km away. Westminster underground station is roughly 650 metres from the hotel. The nearest airports are London Heathrow, approximately 27 km away, and London Gatwick, which is about 48 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4355" OriginalAmount="4355">
      <BasicPropertyInfo Latitude="51.520177" Longitude="-0.130307" StarRating="4" HotelCode="114320|55548" HotelName="Staunton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Gower Street, Bloomsbury, London WC1E 6HE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/157811/gt_157811_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's West End, this city hotel is only a few minutes’ walk from Oxford Street, with Soho, Covent Garden and Theatreland a short stroll away. The British Museum and University of London are adjacent and the City's financial centre is just a short taxi or tube ride from this London home. Other places of interest include Piccadilly Circus (1.5 km away), Hyde Park (2.5 km away), Big Ben (2.5 km away), Tottenham Court Road (600 m) and Regent’s Park (2 km away). Nearby airports include London Heathrow (28 km away), London Luton (53 km away), London Gatwick (50 km away) and London Stansted (56 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4362.00" OriginalAmount="4362.00">
      <BasicPropertyInfo Latitude="51.520560986235" Longitude="-0.13074163558201" StarRating="4" HotelCode="50965|the_academy_the_bloomsbury_town_house" HotelName="The Academy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Gower Street, Fitzrovia, London WC1E 6HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39723/a_39723_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4366.68" OriginalAmount="4366.68">
      <BasicPropertyInfo Latitude="51.517347372445" Longitude="-0.12910813093185" StarRating="4" HotelCode="259001|6564" HotelName="The Bloomsbury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16-22 Great Russell Street, London WC1B 3NN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15136/a_15136_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional 4 star London hotel is centrally located and is just 2 minutes from the nearest underground station, Tottenham Court Road. Numerous shops as well as restaurants, bars and pubs are within easy reach of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="4375.08" OriginalAmount="4375.08">
      <BasicPropertyInfo Latitude="51.506124773726" Longitude="-0.12425065040588" StarRating="5" HotelCode="16979|11307e" HotelName="The Royal Horseguards Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Whitehall Court, London SW1A 2EJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20684/a_20684_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a stone's throw from the Houses of Parliament, Trafalgar Square, and overlooks the River Thames and the London Eye. It is within easy reach of Buckingham Palace, Chinatown and the theatres and shops of the West End. The spectacularly ornate One Whitehall Place, one of London's most prestigious conference and banqueting venues, adjoins the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4375.68" OriginalAmount="4375.68">
      <BasicPropertyInfo Latitude="51.495619" Longitude="-0.182918" StarRating="4" HotelCode="17049|102239" HotelName="Meliá London Kensington Member of Meliá Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Gloucester Road, London SW7 4PE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20787/a_20787_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most exclusive areas of London and enjoys an ideal situation only 80 m from Gloucester Road tube station and near the Hyde Park, Earl's Court and Olympia exhibition centres, the Royal Albert Hall, Harrod's, the shops of Kensington High Street, the Natural History and Science museums. Central London is just a 15-minute walk away and it is 2 km to Victoria station, 15 km from London City Airport and 20 km from London Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4408.00" OriginalAmount="4408.00">
      <BasicPropertyInfo Latitude="51.512291803468" Longitude="-0.17515167361068" StarRating="5" HotelCode="16985|lancaster_london" HotelName="Royal Lancaster London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lancaster Terrace, London W2 2TY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20692/a_20692_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is located close to Hyde Park, Oxford Street and Lancaster Gate underground station. Many of the city's most popular sights are within easy reach of the hotel by public transport. Guests can enjoy shopping in the famous Oxford Street boutiques.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4427" OriginalAmount="4427">
      <BasicPropertyInfo Latitude="51.5386952" Longitude="-0.14324357" StarRating="0" HotelCode="986162|457727" HotelName="City Centre Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Parkway, London NW1 7PG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0020/14231/2014231/1.jpg?f=15082115</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4431" OriginalAmount="4431">
      <BasicPropertyInfo Latitude="51.5394591" Longitude="-0.14432933" StarRating="4" HotelCode="986185|408391" HotelName="Camden Market Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Inverness Street, London NW1 7HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0027/49571/2749571/42.jpg?f=15616701</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4432.28" OriginalAmount="4432.28">
      <BasicPropertyInfo StarRating="4" HotelCode="|830444" HotelName="MEGARO" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/420025_foto_1.jpg</HotelPictures>
        <HotelDescription>Located opposite St Pancras Eurostar Terminal and Kings Cross Railway and Underground Station, 5 to 10 minutes away by taxi or Underground to Covent Garden, West End and Oxford Street.Superior rooms are of a truly unique contemporary style and furnished with oak wood and all have the following features:Work desk and seating area, Free broadband internet access, Media box providing Interactive TV with Free Music Channels and Pay Movies, Free WiFi access and Wireless Keyboards, Flat-screen TV with a 32" Screen, Comfortable High Quality Down Duvets, Mini-Bar tailored to guests individual needs, Coffee Machine with high quality of beverages available, Ironing Centre, Air Conditioning and Safe. Bathrooms are encased in glass and wood, vary in size small to medium, majority have baths and few have showers only. Superior triples rooms are either  1 double and 1 single or 1 double + sofa bed.Hotel has a fine dining Megaro Restaurant offering the best in modern English/French cuisine, Executive Chef Paul Ribbands aims to provide the highest quality food with a Friendly, Comfortable and Stylish service, English a la carte breakfast is served here. The Megaro Bar is everything you would expec</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4453" OriginalAmount="4453">
      <BasicPropertyInfo Latitude="51.506676439895" Longitude="-0.027917253967303" StarRating="5" HotelCode="27478|50226" HotelName="Canary Riverside Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Westferry Circus, Canary Wharf, London E14 8RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/312034/312034a_hb_a_021.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Originals City, Hotel Le Lion d'or, Chinon.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4453.00" OriginalAmount="4453.00">
      <BasicPropertyInfo Latitude="51.512239705121" Longitude="-0.10450154542923" StarRating="4" HotelCode="30026|crowne_plaza_london_the_city" HotelName="Crowne Plaza London The City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 New Bridge Street, London EC4V 6DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/48362/a_48362_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just set back from the north bank of the River Thames in the heart of London's vibrant city business district only a short walk away from some of the city's most famous buildings from Shakespeare's Globe and St Paul's Cathedral right through to the ultra contemporary Millennium Bridge and Tate Modern.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4453.28" OriginalAmount="4453.28">
      <BasicPropertyInfo Latitude="51.508237" Longitude="-0.143715" StarRating="5" HotelCode="69071|33174" HotelName="The May Fair, A Radisson Collection Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stratton Street, Mayfair, London W1J 8LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/91028/a_91028_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart London, in the exclusive district of Mayfair. Many prestigious shopping venues on Bond Street and in Knightsbridge as well as tourist sights such as Buckingham Palace can all easily be reached from the hotel. Countless shopping venues, bars, restaurants and nightclubs as well as links to the public transport network are to be found in the vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4469.00" OriginalAmount="4469.00">
      <BasicPropertyInfo Latitude="51.510682614478" Longitude="-0.13087486886059" StarRating="3.5" HotelCode="571806|hotel_indigo_london_1_leicester_square" HotelName="Hotel Indigo London - 1 Leicester Square" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Leicester Square, London WC2H 7NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/628021/628021a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4484.00" OriginalAmount="4484.00">
      <BasicPropertyInfo Latitude="51.48898953" Longitude="-0.14651681" StarRating="2" HotelCode="441224|publove_at_the_white_ferry_victoria__hostel" HotelName="The White Ferry House Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1A Sutherland Street, London SW1V 4LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625044/625044a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4487.64" OriginalAmount="4487.64">
      <BasicPropertyInfo Latitude="51.518067" Longitude="-0.149759" StarRating="5" HotelCode="23056|6646" HotelName="The Marylebone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>47 Welbeck Street, London W1G 8DN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/30421/a_30421_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's West End, guests just need to cross Bond Street to enter Marylebone Village, the perfect place to explore an eclectic mix of upmarket stores, quirky specialists and boutiques. The hotel is also in close proximity to Selfridges, Liberty and New Bond Street, and nestled among Madame Tussaud's, London Zoo and the Wallace Collection.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4494" OriginalAmount="4494">
      <BasicPropertyInfo Latitude="51.516748" Longitude="-0.136269" StarRating="5" HotelCode="18259|55196" HotelName="The London Edition" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Berners Street, London W1T 3NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22689/a_22689_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel is centrally located just a few paces from the famous Oxford Street shopping area, in an ideal location. Numerous entertainment options, such as bars, restaurants and nightclubs are within walking distance of the hotel. The hotel is also very well connected, with Tottenham Court Road and Oxford Circus underground stations located just 5 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4510" OriginalAmount="4510">
      <BasicPropertyInfo Latitude="51.51595345732" Longitude="-0.15993559632125" StarRating="2" HotelCode="94581|29288" HotelName="The Prince Akatoki London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 Great Cumberland Place, Marble Arch, London W1H 7FD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/2/8/9/6/3/3/8/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The design hotel is set on a quiet residential street close to Marble Arch at the top of Park Lane and is just 2 blocks from Selfridges and Hyde Park. The chic boutiques and fashionable attractions of Marylebone, plus the famous shopping areas of Oxford Street and Bond Street are also within easy reach by foot. Marble Arch tube station is just about a 2-minute walk from the design hotel and is served by the Central Line. Heathrow Airport is about 29 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4514" OriginalAmount="4514">
      <BasicPropertyInfo Latitude="51.491181025435" Longitude="-0.14341276712197" StarRating="2" HotelCode="114282|380517" HotelName="Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>104 Warwick Way, London, Greater London SW1V 1SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/313848/313848a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4518" OriginalAmount="4518">
      <BasicPropertyInfo Latitude="51.522621" Longitude="-0.125348" StarRating="5" HotelCode="17041|16326" HotelName="Kimpton Fitzroy London" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-8 Russell Square, Bloomsbury, London WC1B 5BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20776/ba_20776_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel is located at the heart of London at the northern end of Russell Square. It offers convenient transport links to Oxford (A40), Gatwick (A23), Heathrow as well as northern England.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4520.00" OriginalAmount="4520.00">
      <BasicPropertyInfo Latitude="51.503890941391" Longitude="-0.15021979808807" StarRating="5" HotelCode="14174|intercontinental_london_park_lane" HotelName="InterContinental London Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>One Hamilton Place, Park Lane, W1J 7QY London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16444/a_16444_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located and is perfect for guests looking for a sophisticated place to stay. Conveniently located near to the local underground network, guests can easily access the centre of town with its multiple tourist attractions, shops and entertainment venues. The nearest underground station is Hyde Park Corner and is just minutes away. The Piccadilly Line runs from this station directly to Heathrow airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4544.00" OriginalAmount="4544.00">
      <BasicPropertyInfo Latitude="51.525176611433" Longitude="-0.1436474510549" StarRating="4" HotelCode="321892|the_level_at_melia_white_house" HotelName="The Level at Meliá White House" Meals="BED &amp; BREAKFAST,HALF-BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Albany Street, Regents Park, London NW1 3UP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/435759/a_435759_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4545" OriginalAmount="4545">
      <BasicPropertyInfo Latitude="51.5262539" Longitude="-0.12688900000001" StarRating="3" HotelCode="903418|457647" HotelName="Euro Bloomsbury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Cartwright Gardens, Russel Square, London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/350321/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities for holidaymakers and business guests alike. Guests are welcomed at the accommodation, which has a total of 31 rooms. Wireless internet access in public areas allows travellers to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4599" OriginalAmount="4599">
      <BasicPropertyInfo Latitude="51.509397691259" Longitude="-0.13622939586639" StarRating="5" HotelCode="13969|2145" HotelName="The Dilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Piccadilly, London W1J 0BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16109/a_16109_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This refined city hotel is located at the heart of London, just a stone's throw from Piccadilly Circus. Piccadilly Circus tube station is not far away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4619" OriginalAmount="4619">
      <BasicPropertyInfo Latitude="51.5104" Longitude="-0.12681" StarRating="5" HotelCode="18145|31915" HotelName="St. Martins Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 St. Martin's Lane, London WC2N 4HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22093/a_22093_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of lively Covent Garden, in the theatre district and only a few minutes' walk from countless entertainment and shopping venues, restaurants and museums. Trafalgar Square, Leicester Square, Soho and the commercial district are all to be found in the immediate vicinity of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4621" OriginalAmount="4621">
      <BasicPropertyInfo Latitude="51.51368306" Longitude="-0.09016946" StarRating="5" HotelCode="524240|408398" HotelName="The Ned London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>27 Poultry, London EC2R 8AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/639593/a_639593_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4625" OriginalAmount="4625">
      <BasicPropertyInfo Latitude="51.499296048113" Longitude="-0.15775680541992" StarRating="5" HotelCode="51493|24675" HotelName="Jumeirah Lowndes Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Lowndes Street, Knightsbridge, London SW1X 9ES</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/42028/a_42028_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to the centre of London where guests will discover many shopping and entertainment venues, this comfortable hotel lies just 50 m from links to the public transport network and about 800 m from shops, bars and restaurants. Knightsbridge underground station is about 200 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4639" OriginalAmount="4639">
      <BasicPropertyInfo Latitude="51.4921395" Longitude="-0.187852" StarRating="4" HotelCode="34454|55175" HotelName="Collingham Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-27 Collingham Gardens, London SW5 0HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/316819/316819a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4646" OriginalAmount="4646">
      <BasicPropertyInfo Latitude="51.499124064552" Longitude="-0.13447925448418" StarRating="4" HotelCode="318126|12144" HotelName="St. Ermin's Hotel, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Caxton Street, London SW1H OQW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/32620/a_32620_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a splendid location from which it is easy to begin exploration of London's stunning attractions. Famous sights such as Buckingham Palace are close by and it is just a short distance to St. James' Park tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4657" OriginalAmount="4657">
      <BasicPropertyInfo Latitude="51.498270816124" Longitude="-0.14356791973114" StarRating="5" HotelCode="17019|24983" HotelName="The Rubens at the Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Buckingham Palace Road, London SW1W 0PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20746/a_20746_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in central London directly opposite The Royal Mews and Buckingham Palace. It is within close proximity of St. James's Park, The Mall, Green Park and Piccadilly and within easy reach of Theatreland. Victoria train and coach station is but a few minutes away with Westminster Abbey, the Houses of Parliament and The Tate Britain Gallery also easily reached within 15 minutes on foot. For shopping, Sloane Street, Knightsbridge and Kensington High Street are a short bus ride away. Nearby airports include London Heathrow (approximately 24 km), London City Airport (approximately 25 km), London Gatwick (approximately 45 km), Luton (approximately 51 km) and London Stansted (approximately 56 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4671" OriginalAmount="4671">
      <BasicPropertyInfo Latitude="51.494038961881" Longitude="-0.17582888905338" StarRating="4" HotelCode="114324|55668" HotelName="Cheval Harrington Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Harrington Road, London SW7 3ES</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/157815/w_157815_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4671" OriginalAmount="4671">
      <BasicPropertyInfo Latitude="51.492499" Longitude="-0.178154" StarRating="5" HotelCode="258999|16969" HotelName="The Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City 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,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>109-113 Queen's Gate, South Kensington, London SW7 5LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15135/a_15135_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, close to Kensington Gardens, in the elegant borough of Kensington. By making use of the underground or simply by walking, guests may explore numerous shops and other entertainment options as well as tourist attractions, all of which are within easy reach of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4716" OriginalAmount="4716">
      <BasicPropertyInfo Latitude="51.514409586445" Longitude="-0.13198996044159" StarRating="4" HotelCode="114622|55087" HotelName="Hazlitts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Frith Street, London Borough of Camden, London W1D 3JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/158139/a_158139_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4742.00" OriginalAmount="4742.00">
      <BasicPropertyInfo Latitude="51.500755567766" Longitude="-0.15219402610933" StarRating="5" HotelCode="18329|the_halkin" HotelName="COMO The Halkin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halkin Street, London SW1X 7DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22787/a_22787_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-class hotel is centrally located, and countless shopping and entertainment venues are situated in the surrounding area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4764.28" OriginalAmount="4764.28">
      <BasicPropertyInfo Latitude="51.507714" Longitude="-0.147148" StarRating="4" HotelCode="18284|106037" HotelName="The Chesterfield Mayfair" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35 Charles Street, Mayfair, London W1J 5EB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22722/a_22722_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of Mayfair. It is within 500 metres of Oxford Street and its shops, and offers easy access to the West End theatre district and all of London's main attractions. Nearby airports include London City (20 km), London Heathrow (32 km), London Gatwick (45 km), Luton (52 km) and London Stansted (56 km).</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4767" OriginalAmount="4767">
      <BasicPropertyInfo Latitude="51.499449663949" Longitude="-0.13295710086822" StarRating="5" HotelCode="175714|32870" HotelName="Conrad London St. James" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-28 Broadway, London SW1H 0BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/245963/a_245963_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4797" OriginalAmount="4797">
      <BasicPropertyInfo Latitude="51.50190892114" Longitude="-0.15873371163934" StarRating="5" HotelCode="17523|31914" HotelName="The Park Tower Knightsbridge, a Luxury Collection Hotel, London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Knightsbridge, London, England SW1X 7RN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/21571/a_21571_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally located in the exclusive shopping area of Kensington, close to Hyde Park. By making use of the underground or simply by walking, guests will find numerous shops and other entertainment options as well as tourist attractions, all of which are within easy reach of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="4799.42" OriginalAmount="4799.42">
      <BasicPropertyInfo Latitude="51.500037" Longitude="-0.161528" StarRating="5" HotelCode="35462|10e62d" HotelName="The Capital" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Basil Street, Knightsbridge, London SW3 1AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57664/a_57664_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive luxury hotel is located at the heart of the exclusive Knightsbridge district of London and is just a short distance from a vast selection of shopping venues including the famous Harrods department store, Harvey Nichols flagship store, as well as Sloane Street and the famous Hyde Park. Links to the transport network are just a few steps away, lying about 50 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4808" OriginalAmount="4808">
      <BasicPropertyInfo Latitude="51.51392396329" Longitude="-0.12710452079773" StarRating="4" HotelCode="29234|29290" HotelName="Radisson Blu Edwardian Mercer Street Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Mercer Street, London WC2H 9HD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47045/a_47045_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This prestigious city hotel is situated at the heart of popular Convent Garden. Numerous shops, a range of restaurants, bars and pubs are located in the hotel's vicinity. Many of London's top sights and almost all of the city's districts may easily be reached by making use of the public transport, located 300 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4810.60" OriginalAmount="4810.60">
      <BasicPropertyInfo StarRating="3" HotelCode="|160110" HotelName="TREBOVIR LONDON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/974956_foto_1.jpg</HotelPictures>
        <HotelDescription>Conveniently located close to all the facilities that Earls Court has to offer, including restaurants and excellent transport links to the heart of London's shopping areas such as Kensington, Knightsbridge Oxford Street.The breakfast room is  located on the lower ground floor, and is a pleasant place to start the day.This is a traditional building.This accommodation has a very small lobby.This is a good 3 star hotel in an excellent location, to explore the whole of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4831" OriginalAmount="4831">
      <BasicPropertyInfo Latitude="51.50472678657" Longitude="-0.1470373836504" StarRating="5" HotelCode="17641|31906" HotelName="Sheraton Grand London Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic 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>Piccadilly, London W1J 7BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/21570/a_21570_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is located close to Buckingham Palace, and within a few paces of the famous Oxford Street. The prestigious Regent Street, Bond Street and Knightsbridge shopping streets are all within walking distance of the hotel. In addition, Green Park underground station is in the vicinity and Heathrow airport is approximately 20 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4878.88" OriginalAmount="4878.88">
      <BasicPropertyInfo StarRating="5" HotelCode="|173755" HotelName="QUEENSGATE 130" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/887957_foto_1.jpg</HotelPictures>
        <HotelDescription>The 50 luxury serviced apartments range from spacious Studios to One, Two and Three Bedroom accommodation and for the ultimate in luxury: two Four Bedroom Penthouse Suites with private lift access. All the apartments are designed to maximise light and furnished in an elegant, international style to provide uncluttered modern accommodation solutions for business or leisure visitors requiring short or long stay accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4916" OriginalAmount="4916">
      <BasicPropertyInfo Latitude="51.522580044626" Longitude="-0.16056864831808" StarRating="4" HotelCode="30104|13412" HotelName="Dorset Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/40 Dorset Square, Marylebone, City of Westminster, London NW1 6QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/348039/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4921" OriginalAmount="4921">
      <BasicPropertyInfo Latitude="51.505449" Longitude="-0.150336" StarRating="5" HotelCode="15708|2146" HotelName="London Hilton on Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Park Lane, W1K 1BE London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/18791/a_18791_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of London's district of Mayfair. There is a wonderful view of Hyde Park from the hotel. Scores of shops and entertainment venues as well as various tourist attractions are within easy walking distance or may be reached by making use of the efficient public transport system (200 metres away). The closest tube stations are Hyde Park Corner and Green Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4948.00" OriginalAmount="4948.00">
      <BasicPropertyInfo Latitude="51.496004202505" Longitude="-0.16867608419693" StarRating="5" HotelCode="114472|the_franklin_2" HotelName="The Franklin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Egerton Gardens, Knightsbridge, London SW3 2DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/157977/a_157977_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4989.60" OriginalAmount="4989.60">
      <BasicPropertyInfo StarRating="5" HotelCode="|D23639" HotelName="Sun Street Hotel" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2643619_foto_1.jpg</HotelPictures>
        <HotelDescription>Sun Street Hotel dispone de un total de 41 habitaciones. Las personas que se hospeden en esta propiedad podrandaacute;n permanecer al dandiacute;a gracias al Wi-Fi. Los visitantes disponen de recepciandoacute;n 24 horas. Sun Street Hotel cuenta con varias habitaciones accesibles para personas de movilidad reducida ya que vela por las necesidades especiales de sus visitantes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4995" OriginalAmount="4995">
      <BasicPropertyInfo Latitude="51.506430023352" Longitude="-0.14518438280334" StarRating="4" HotelCode="12552|2139" HotelName="Flemings Mayfair Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-12 Half Moon Street, Mayfair, London W1J 7BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/12800/a_12800_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a few steps away from Green Park, Piccadilly and the fascinating boutiques and restaurants of Shepherd Market, Mount Street and Bond Street.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5001.00" OriginalAmount="5001.00">
      <BasicPropertyInfo Latitude="51.52207551" Longitude="-0.11066658" StarRating="4" HotelCode="388543|the_clerk__well_pub__rooms" HotelName="The Clerk &amp; Well Pub &amp; Rooms" Meals="BREAKFAST-FOR-2" BedType="BREAKFAST-FOR-2" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>156 Clerkenwell Road, London EC1R 5DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/44/ba/44ba78ea51c5b7ddc68f722703c228bb711fceb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Clerk &amp; Well Pub &amp; Rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5015.00" OriginalAmount="5015.00">
      <BasicPropertyInfo Latitude="51.51502984584" Longitude="-0.18058293694162" StarRating="4" HotelCode="47228|chilworth_court_" HotelName="Chilworth Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125-129 Gloucester Terrace, Bayswater, London W2 6DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/315599/315599a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Luxury Serviced Apartments in Bayswater: Chilworth Court Apartments offers a selection of 20 spacious and bright serviced apartments, conveniently located for transport links, including Paddington Station and the Heathrow Express service.  It's also minutes from Hyde Park, fashionable Notting Hill and Portobello Market and the multi-cultural district of Edgware Road with its eclectic mix of restaurants, shisha cafés and nightclubs.  And Oxford Street, one of London's most famous shopping streets, is also within easy walking distance.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5019" OriginalAmount="5019">
      <BasicPropertyInfo Latitude="51.509916862386" Longitude="-0.12972503900528" StarRating="5" HotelCode="326443|31310" HotelName="Radisson Blu Edwardian Hampshire Hotel, London" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-36 Leicester Square, Westminster, London WC2H 7LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47046/a_47046_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is the perfect West End location, tucked away between the National Gallery and Leicester Square. To one side, one will find the Trafalgar Square and St James' Park, Buckingham Palace and Westminster. To the other, one will find Leicester Square and theatreland, Soho's hip restaurants and nightlife, bustling Chinatown and Covent Garden's speciality shopping. The hotel is some 26 km from London Heathrow Airport and roughly 55 km from London Luton Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="5040.00" OriginalAmount="5040.00">
      <BasicPropertyInfo Latitude="51.511387204815" Longitude="-0.18503198528481" StarRating="4" HotelCode="37755|20916b" HotelName="Park Avenue J Hotel Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Queensborough Terrace, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/62292/a_62292_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of London within a few metres of Hyde Park, just 50 m from links to links to the public transport network and bars and shopping venues are to be found 100 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5046" OriginalAmount="5046">
      <BasicPropertyInfo Latitude="51.435275059886" Longitude="-0.59006262334822" StarRating="4" HotelCode="68208|487989" HotelName="Savill Court Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Country House,Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Wick Lane, Bishopsgate, Windsor Great Park, Egham, Surrey TW20 0XN</AddressLine>
          </AddressLines>
          <CityName>Egham</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/153708/153708a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This timeless 19th century mansion exudes an elegant presence due to its location within minutes of neighbouring Windsor Great Park and Windsor Castle. The hotel is set amidst parkland in the Thames Valley area and is located between Egham and Windsor, in the Royal County of Runnymede where the famous Magna Cartna letter was signed. The centre of Egham can be reached in around ten minutes by car or public transport. It is also situated around an hour’s drive from London and 17 km from Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5131.00" OriginalAmount="5131.00">
      <BasicPropertyInfo Latitude="51.509537705242" Longitude="-0.19673321663481" StarRating="4" HotelCode="29187|the_laslett_hotel" HotelName="The Laslett" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Pembridge Gardens, Notting Hill, London W2 4DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46915/a_46915_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment hotel is located in the heart of one of the most desirable locations in London’s Notting Hill. It is just a stone's through away from London's famous Portobello Road Market and some of London's trendiest bars and restaurants. The aparthotel creates an attractive location for guests wishing to experience the thriving community and cultural diversity of Notting Hill while being situated less than 15 minutes away from London's West End. Oxford Street and its numerous shops can be reached in around 15 minutes by car or public transport, and Notting Hill Gate tube station is just about a 2-minute walk from the aparthotel. London City Airport, Heathrow Airport and Gatwick Airport can be found approximately 17 km, 20 km and 39 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="5149.00" OriginalAmount="5149.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|150200" HotelName="JUMEIRAH LOWNDES LONDON" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/780890_image61480264_0.jpg</HotelPictures>
        <HotelDescription>Close to the High Streets of Knightsbridge-Chelsea-Hyde ParkSituated in Londons leafy Londons Belgravia village the Jumeirah Lowndes Hotel is nestled amongst exclusive shops and cobbled streets. Just moments from Harrods and Harvey Nichols and the embassies of Belgrave Square the hotel is within easy access of Londons airports the city and its best shopping and attractions.Each room and suite is beautifully finished in contemporary style offering the perfect place to relax and unwind. Amenities include Nespresso coffee machines- complimentary internet access- Temple spa products. Some rooms overlook leafy Lowndes Square.Lowndes Restaurant and Bar offers a relaxed vibrant venue and is open daily for breakfast and for all day dining.Guests enjoy complimentary access to The Peak Health Club and Spa located across the road at our sister hotel Jumeirah Carlton Tower. Situated on the 9th floor The Peak boasts stunning views over central London state of the art gym equipment golf simulator aerobics studio sauna award winning spa treatments including massage and facials and 20m indoor heated pool.**No access to the Peak Club Health and Spa between 1 Sep 2019 and summer 2020 due to the renovation of Jumeirah Carlton Tower**Situated in Londons leafy Londons Belgravia village the Jumeirah Lowndes Hotel is nestled amongst exclusive shops and cobbled streets. Just moments from Harrods and Harvey Nichols and the embassies of Belgrave Square the hotel is within easy access of Londons airports the city and its best shopping and attractions.Each room and suite is beautifully finished in contemporary style offering the perfect place to relax and unwind. Amenities include Nespresso coffee machines- complimentary internet access- Temple spa products. Some rooms overlook leafy Lowndes Square.Lowndes Restaurant and Bar offers a relaxed vibrant venue and is open daily for breakfast and for all day dining.Guests enjoy complimentary access to The Peak Health Club and Spa located across the road at our sister hotel Jumeirah Carlton Tower. Situated on the 9th floor The Peak boasts stunning views over central London state of the art gym equipment golf simulator aerobics studio sauna award winning spa treatments including massage and facials and 20m indoor heated pool.**No access to the Peak Club Health and Spa between 1 Sep 2019 and summer 2020 due to the renovation of Jumeirah Carlton Tower**</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5188" OriginalAmount="5188">
      <BasicPropertyInfo Latitude="51.512352" Longitude="-0.15109" StarRating="5" HotelCode="31999|48554" HotelName="Marriott Grosvenor Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grosvenor Square, W1K 6JP London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51046/a_51046_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in the elegant district of Mayfair, this luxury hotel enjoys a convenient position close to countless shops, restaurants, bars, and nightclubs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5192.00" OriginalAmount="5192.00">
      <BasicPropertyInfo Latitude="51.521690108211" Longitude="-0.10521301586914" StarRating="4" HotelCode="296637|blueprint_apartments_turnmill_street_2" HotelName="Blueprint Living Apartments - Turnmill Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 Turnmill Street, London, Clerkenwell EC1M 5RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/352832/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Blueprint Apartments -Turnmill Street in London The City of London, you'll be minutes from St. Etheldreda's and Smithfield Market. This property is close to St. Paul's Cathedral and King's College London.Rooms Make yourself at home in one of the air-conditioned rooms featuring kitchens. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Conveniences include safes and desks, and housekeeping is provided daily.Rec, Spa, Premium Amenities Make use of convenient amenities such as complimentary wireless Internet access, concierge services, and tour/ticket assistance.Business, Other Amenities Featured amenities include luggage storage, laundry facilities, and a safe deposit box at the front desk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5197.00" OriginalAmount="5197.00">
      <BasicPropertyInfo Latitude="51.494383902424" Longitude="-0.14911236441799" StarRating="3" HotelCode="187908|bb_belgravia_studios82" HotelName="B+B Belgravia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64-66 Ebury Street, London SW1W 9QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/7e/56/7e568077b1b45943e07273e3e1c9ebe6a4f68034.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="5197.72" OriginalAmount="5197.72">
      <BasicPropertyInfo StarRating="5" HotelCode="|826240" HotelName="The Capital Hotel, Apartments &amp; Townhouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/801072_foto_1.jpg</HotelPictures>
        <HotelDescription>Awarded Best Hotel and Best Business for Customer Service at the Royal Borough of Kensington &amp; Chelsea Business Awards 2018, The 5 Star Capital Hotel, Apartments &amp; Townhouse  - London evokes the feeling of a luxurious English mansion the moment you step into the stylish Victorian building. As one of London's first boutique hotels and a member of Pride of Britain, this sophisticated 'Grand Hotel in Miniature' exudes British old world charm. It is perfectly located on a quiet tree-lined street in the heart of Knightsbridge, while within walking distance to major landmarks. Experience the comfort and intimacy of our Capital Classic double bedrooms offering guests 19m�  of space infused with traditional English service and style, with crisp white colour palettes offset by pops of purple and grey. Designed for the single traveller or a couple visiting together, these quiet, bright rooms in London offer a queen bed, Wi-Fi, flat-screen TV, handy phones, Egyptian cotton sheets and luxurious Temple Spa bath products.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5205" OriginalAmount="5205">
      <BasicPropertyInfo Latitude="51.50105" Longitude="-0.119177" StarRating="5" HotelCode="80367|48502" HotelName="Marriott London County Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Westminster Bridge Road, London SE1 7PB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/348646/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Marriott London County Hall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5219" OriginalAmount="5219">
      <BasicPropertyInfo Latitude="51.504525374265" Longitude="-0.14747589826584" StarRating="5" HotelCode="318127|31887" HotelName="Athenaeum Hotel &amp; Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>116 Piccadilly, Mayfair, London W1J 7BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/32621/a_32621_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located in the heart of Mayfair, one of London’s most celebrated neighbourhoods, just 5 a minute walk from Green Park and Hyde Park underground stations. It is perfectly situated for easy access to Knightsbridge, Bond Street, Oxford Street and Westminster. The central-Mayfair location makes it easy to discover London’s greatest attractions and experience the historic Royal Parks. Buckingham Palace, the West End, Harrods and the Royal Academy of Arts are virtually on the doorstep.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5221.95" OriginalAmount="5221.95">
      <BasicPropertyInfo Latitude="51.498052" Longitude="-0.164031" StarRating="5" HotelCode="114336|1809348" HotelName="Claverley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>13-14 Beaufort Gardens, Knightsbridge, London, SW3 1PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/316591/316591a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5250" OriginalAmount="5250">
      <BasicPropertyInfo Latitude="51.490183154741" Longitude="-0.13873520982168" StarRating="3" HotelCode="89404|200072" HotelName="The Melita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Charlwood Street, London SW1V 2DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/1000000/900000/893300/893253/0f9b2b0f_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5266" OriginalAmount="5266">
      <BasicPropertyInfo Latitude="51.516080524059" Longitude="-0.15780240297318" StarRating="4" HotelCode="16421|11852" HotelName="Nobu Hotel London Portman Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Portman Square, Marylebone, London W1H7BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19803/a_19803_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This deluxe city hotel is located just a stone's throw away from the legendary Oxford Street. The hotel is surrounded by an abundance of restaurants, pubs and high-class boutiques and is well situated for the celebrated Hyde Park. Marble Arch tube station is close at hand.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="5270.04" OriginalAmount="5270.04">
      <BasicPropertyInfo StarRating="4" HotelCode="|A32514" HotelName="Hotel Indigo London - 1 Leicester Square, an IHG Hotel" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1578246_foto_1.jpg</HotelPictures>
        <HotelDescription>Hotel Indigo London - 1 Leicester Square, an IHG Hotel Square offers rooms in London, 100 metres from Prince Of Wales Theatre and 200 metres from Shaftesbury Avenue. This 4-star hotel offers a rooftop bar with spectacular London views, a 24-hour front desk, a concierge service and free WiFi. Guests can make use of on-site dining. Breakfast is available each morning, and includes buffet and � la carte options. The property also features a bar. Queen's Theatre is 200 metres from the hotel. The nearest airport is London City Airport, 13 km from Hotel Indigo London - 1 Leicester Square, an IHG Hotel Square.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5276" OriginalAmount="5276">
      <BasicPropertyInfo Latitude="51.49451206" Longitude="-0.1747939" StarRating="5" HotelCode="44519|35609" HotelName="The Pelham" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Cromwell Place, South Kensington, London SW7 2LA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/18914/a_18914_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The A. Venue Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="5322.24" OriginalAmount="5322.24">
      <BasicPropertyInfo StarRating="3" HotelCode="|710626" HotelName="The 29 London" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/803095_foto_1.jpg</HotelPictures>
        <HotelDescription>This city guesthouse is located in central London and is within walking distance of the city's famous landmarks. It is very close to the Victoria rail, tube and coach stations, as well as to the Gatwick Express Terminal at Victoria station. Guests will find pubs and bars just 150 metres from the establishment. Built in 1850, this family-friendly establishment comprises of en-suite rooms with facilities making them ideal for both leisure and business travellers. The establishment offers and array of facilities and services among which is WLAN Internet access. All rooms are fitted with modern electric appliances and other amenities. A healthy, well-balanced continental breakfast is available.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="5332.00" OriginalAmount="5332.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|676523" HotelName="Intercontinental Park Lane" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/885148_foto_1.jpg</HotelPictures>
        <HotelDescription>This 5 star hotel is located in the city centre of London and was established in 1975. It is a short drive away from the Buckingham Palace and the nearest station is Hyde Park Corner. The Hotel has a restaurant, a bar, a conference room, a coffee shop and a fitness centre/gym. All 447 rooms are equipped with minibar, hairdryer, safe, ironing set and air conditioning.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="5348.60" OriginalAmount="5348.60">
      <BasicPropertyInfo StarRating="5" HotelCode="|623454" HotelName="The Sanderson" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/391813_fotpe1_BAR_1.jpg</HotelPictures>
        <HotelDescription>Sanderson is situated in the heart of Soho and the media district within walking distance of nightlife, restaurants, shopping, museums, Leicester Square, Covent Garden, and the business and fashion districts. "Urban Spa" hotel situated in the heart of Soho. Facilities and services include front desk 24h, bar, restaurant, SPA, gym, conference facilities, WiFi access and courtyard garden. The guest rooms are equipped with bathroom/shower, hair dryer, mini bar, telephone, satellite TV and air conditioning.Address: 50 Berners Street, W1T 3NG London, United Kingdom</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5371" OriginalAmount="5371">
      <BasicPropertyInfo Latitude="51.511674047521" Longitude="-0.11872713988112" StarRating="5" HotelCode="186633|31759" HotelName="ME London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>336-337 The Strand, London WC2R 1HA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/260733/a_260733_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated south of Covent Garden, the hotel is just a 5-minute walk from the Temple Tube Station. Leicester Square is also just a 10-minute walk away. Across the river from the hotel one can see the London Eye. Both Oxford Street and Buckingham Palace are just over a mile away. Nearby airports include London City (15 km), London Heathrow (25 km), London Gatwick and London Stansted (both 30 km), and London Luton (35 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="5375.36" OriginalAmount="5375.36">
      <BasicPropertyInfo StarRating="4" HotelCode="|935437" HotelName="LANCASTER LONDON" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/885145_foto_1.jpg</HotelPictures>
        <HotelDescription>The hotel has just inaugurated a collection of brand new rooms and suites, all rooms feature Smart TVs, heated bathroom floors, USB charging ports and much more. 
Lancaster London also features a 24/7, guests-only gym. Nipa- Thay ranked amongst the top Thai restaurants in the UK and Island Grill. Lancaster Gate underground is right by, Paddington Station is 5-minutes away and just fifteen minutes walk from Oxford Street and Mayfair.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="5420.92" OriginalAmount="5420.92">
      <BasicPropertyInfo Latitude="51.518021675267" Longitude="-0.14265596866608" StarRating="4" HotelCode="17096|10e4c4" HotelName="Treehouse London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14-15 Langham Place, Marylebone, London W1B 2QS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20867/w_20867_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the top end of fashionable Regent Street in one of the most exclusive areas of London, on the corner of Langham Place and Regent Street. Conveniently located in the heart of London, just a short walk from shopping areas such as Oxford Street, Bond Street, and Piccadilly, as well as Theatreland, all easily accessible by public transport, the hotel is the ideal base for exploring the London attractions, whether guests are visiting the city for business or pleasure. The hotel is 45 km from London Gatwick Airport, 20 km from London Heathrow Airport, 56 km from London Luton Airport and 55 km from London Stansted Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5433" OriginalAmount="5433">
      <BasicPropertyInfo Latitude="51.507347095143" Longitude="-0.020916965029755" StarRating="5" HotelCode="82911|56553" HotelName="Marriott Executive Apartments London, Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Hertsmere Road, Canary Wharf, London E14 4ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/111833/a_111833_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Canary Wharf development at West India Quay, near the water side, next to the West India Quay DLR station and a 5-minute walk from Canary Wharf Tube Station. It is just 15 minutes away from Bank and Tower Hill for all the central London attractions, like St. Paul's Cathedral and London Bridge. The ExCel Exhibition Centre is 10 minutes from the hotel and London Heathrow and Stansted Airports are 20 and 35 km from the hotel respectively. Guests may reach London City Airport in 10 minutes by public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5436.00" OriginalAmount="5436.00">
      <BasicPropertyInfo Latitude="51.52322156" Longitude="-0.12422977" StarRating="0" HotelCode="737902|russell_house_hotel" HotelName="Russell Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Bernard Street, London WC1N 1LN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/1/1/4/1/5/1/7/4/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="5472.00" OriginalAmount="5472.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|602976" HotelName="LONDON KENSINGTON BY MELIA" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1345103_foto_1.jpg</HotelPictures>
        <HotelDescription>The newly-refurbished London Kensington managed by Melia offers guests a design-inspired boutique hotel located in the heart of Kensington and Chelsea. It is located just a 2-minute walk from Gloucester Rd tube station, and has an easy access to many of London�s popular attractions. All of the air-conditioned, no-smoking guest bedrooms have a flat-screen TV with movie channels, tea and coffee and free WiFi, among many other amenities. At the London Kensington managed by Melia you have a choice of where to relax: The Jam Cupboard, with its contemporary style, cocktail bar and mouth-watering restaurant menu; and the Polo Bar Kensington, with traditional English bar, real fire, delicious snack menu and live sports coverage. For business guests, the meeting rooms at London Kensington managed by Melia are spacious enough to accommodate any of your events from one to one meetings to cocktail receptions of up to 120 people.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5482" OriginalAmount="5482">
      <BasicPropertyInfo Latitude="51.50987422" Longitude="-0.12347783" StarRating="0" HotelCode="788875|458459" HotelName="The Nadler Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Bedford Street, London WC2R 0PZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/29000000/28410000/28402900/28402808/545d7db5_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="5516.00" OriginalAmount="5516.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|248349" HotelName="THE LEVEL AT MELIA WHITE HOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1067327_foto_1.jpg</HotelPictures>
        <HotelDescription>An exclusive concept in central London, offering exceptional experiences for the discerning traveller. Experience a personalised service with a private check-in and welcome drink, VIP amenities and complimentary access to the Level Lounge. Perfectly located, a short walk from the world-renowned shops on Oxford Street and attractions such as London Zoo and Madame Tussauds.The Level rooms are stylish and comfortable and the Executive Lounge is a delight. Guests will also enjoy the restaurant, cocktail bar and 3 conference rooms. The Level at Meli� White House is the perfect destination for those visiting on business or exploring London as a leisure destination.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5576" OriginalAmount="5576">
      <BasicPropertyInfo Latitude="51.515623181467" Longitude="-0.15703529119492" StarRating="5" HotelCode="47439|2162" HotelName="Hyatt Regency London - The Churchill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Portman Square, London W1H 7BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10387/a_10387_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel is situated in the central location of Portman Square, close to Hyde Park and the famous shopping area of Oxford Street. Numerous restaurants and bars are just a short walk from the hotel. Marble Arch tube station is less than 5 minutes from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5622" OriginalAmount="5622">
      <BasicPropertyInfo Latitude="51.513012568682" Longitude="-0.15797674655914" StarRating="5" HotelCode="29213|55118" HotelName="Marriott London Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Park Lane, W1K 7AA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/06/065169/065169a_hb_a_031.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5624.00" OriginalAmount="5624.00">
      <BasicPropertyInfo Latitude="51.49701049" Longitude="-0.11289727" StarRating="2" HotelCode="386109|publove__the_steam_engine__hostel" HotelName="The Steam Engine Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>41-42 Cosser Street, London SE1 7BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625042/625042a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in London. The nearest airport is The Steam Engine Waterloo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5652" OriginalAmount="5652">
      <BasicPropertyInfo Latitude="51.51655674" Longitude="-0.08058442" StarRating="4" HotelCode="986316|503594" HotelName="Pan Pacific London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Houndsditch, London EC3A 7AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/1285847/gt_1285847_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="5679.88" OriginalAmount="5679.88">
      <BasicPropertyInfo StarRating="5" HotelCode="|623453" HotelName="St Martins Lane London" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/801074_foto_1.jpg</HotelPictures>
        <HotelDescription>Make yourself at home in one of the 203 guestrooms featuring minibars and flat-screen televisions. Complimentary wired and wireless Internet access keeps you connected, and cable programming provides entertainment. Private bathrooms have designer toiletries and hair dryers. Conveniences include phones, as well as laptop-compatible safes and desks.Grab a bite at The Restaurant, one of the hotel's 2 restaurants, or stay in and take advantage of the 24-hour room service. Snacks are also available at the coffee shop/cafe. Quench your thirst with your favorite drink at the bar/lounge. Full breakfasts are served on weekdays from 7:00 AM to 10:30 AM for a fee.Featured amenities include express check-in, express check-out, and complimentary newspapers in the lobby. Self parking (subject to charges) is available onsite.St Martins Lane London is centrally located in London, a 3-minute walk from Leicester Square and 5 minutes by foot from Trafalgar Square.  This 5-star hotel is 0.7 mi (1.1 km) from Piccadilly Circus and 0.8 mi (1.2 km) from Big Ben.Distances are displayed to the nearest 0.1 mile and kilometer.  Leicester Square - 0.3 km / 0.2 mi  The Strand - 0.3 km / 0.2 mi  National Gallery - 0.3 km / 0.2 mi  Covent Garden Market - 0.3 km / 0.2 mi  Whitehall - 0.4 km / 0.3 mi  Charing Cross - 0.4 km / 0.3 mi  Palace Theatre London - 0.4 km / 0.3 mi  Trafalgar Square - 0.4 km / 0.3 mi  Royal Opera House - 0.6 km / 0.3 mi  Regent Street - 0.6 km / 0.4 mi  Piccadilly - 0.6 km / 0.4 mi  Piccadilly Circus - 0.7 km / 0.4 mi  St. James Park - 0.8 km / 0.5 mi  Thames River - 0.8 km / 0.5 mi  Dominion Theatre - 0.8 km / 0.5 mi  The nearest airports are:Heathrow Airport (LHR) - 27.8 km / 17.3 mi London City Airport (LCY) - 14.3 km / 8.9 mi Gatwick Airport (LGW) - 68.7 km / 42.7 mi Luton Airport (LTN) - 54.8 km / 34 mi The preferred airport for St Martins Lane London is Heathrow Airport (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5758" OriginalAmount="5758">
      <BasicPropertyInfo Latitude="51.5061811" Longitude="-0.1480249" StarRating="5" HotelCode="429776|287736" HotelName="Mayfair House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22-28 Shepherd Street, Mayfair, London, W1J 7JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/148272/7e7dd6bc-cc7a-4e6e-ac5e-f85bb396a899.jpg?d=636863403640000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5774" OriginalAmount="5774">
      <BasicPropertyInfo Latitude="51.498216" Longitude="-0.164353" StarRating="5" HotelCode="114275|200262" HotelName="Knightsbridge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Beaufort Gardens, London SW3 1PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/340829/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5815" OriginalAmount="5815">
      <BasicPropertyInfo Latitude="51.507345388917" Longitude="-0.12915627116399" StarRating="4" HotelCode="32627|34009" HotelName="The Trafalgar St. James London, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Spring Gardens, Trafalgar Square, London SW1A 2TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51873/a_51873_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Explore central London from this boutique-style hotel with a prime location on the south side of Trafalgar Square, within walking distance from restaurants, bars, a club, entertainment, cultural activities, Leicester Square, Soho and the business district. Charing Cross underground and train station is just a 2-minute walk from the city hotel and sights such as Westminster Abbey, the Houses of Parliament and Buckingham Palace are all within easy walking distance. Nearby airports include London City (15 km), London Heathrow (25 km), London Gatwick (50 km), London Luton (55 km) and London Stansted (60 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="5855.28" OriginalAmount="5855.28">
      <BasicPropertyInfo StarRating="5" HotelCode="|608859" HotelName="THE ATHENAEUM HOTEL &amp;  RESIDENCES" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/768107_image50760797_0.jpg</HotelPictures>
        <HotelDescription>Embodying five-star luxury with an independent spirit, our award-winning, family-run hotel is located in the heart of Mayfair, opposite the tranquility of Royal Green Park. Our rooms, suites and residences epitomize our proud British heritage, championing bespoke British craftsmanship with a nod to our Art Deco roots. With dining options including modern, seasonal dishes and decadent afternoon tea in Mayfair, The Athenaeum captures a quintessential spirit of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="5933.52" OriginalAmount="5933.52">
      <BasicPropertyInfo Latitude="51.494047" Longitude="-0.15739" StarRating="5" HotelCode="263508|142915" HotelName="Cheval Phoenix House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Wilbraham Place, Sloane Street, London SW1X 9AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/366954/gt_366954_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Cheval Phoenix House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5965.00" OriginalAmount="5965.00">
      <BasicPropertyInfo Latitude="51.51757073" Longitude="-0.13545472" StarRating="5" HotelCode="570588|the_mandrake_hotel" HotelName="The Mandrake Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20-21 Newman Street, London W1T 1PG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/687659/w_687659_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6021" OriginalAmount="6021">
      <BasicPropertyInfo Latitude="51.509540422175" Longitude="-0.15525162220001" StarRating="5" HotelCode="35406|31900" HotelName="JW Marriott Grosvenor House London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>86-90 Park Lane, London W1K 7TN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/57595/a_57595_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys a wonderfully prestigious position on Park Lane, within a few paces of excellent links to the capital's public transport network. Many of London's top tourist sights, shops and entertainment venues are to be found in the vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6092.00" OriginalAmount="6092.00">
      <BasicPropertyInfo Latitude="51.509972663317" Longitude="-0.13021677627921" StarRating="0" HotelCode="986146|the_londoner" HotelName="The Londoner" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Leicester Square, London WC2H 7DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/1215487/a_1215487_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6095" OriginalAmount="6095">
      <BasicPropertyInfo Latitude="51.5108881" Longitude="-0.12387874" StarRating="4" HotelCode="558862|320420" HotelName="Henrietta Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>14-15 Henrietta Street, WC2E 8QH London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/722985/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6112" OriginalAmount="6112">
      <BasicPropertyInfo Latitude="51.497362447992" Longitude="-0.15619575977325" StarRating="5" HotelCode="49088|36766" HotelName="The Hari Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Chesham Place, SW1X 8HQ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/34283/a_34283_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant top-class hotel is centrally located at the heart of Belgravia and offers convenient links with the local transport network. Using the underground or simply walking, guests will find numerous shops and other entertainment options as well as tourist attractions, all within easy reach of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6176.88" OriginalAmount="6176.88">
      <BasicPropertyInfo Latitude="51.49899628" Longitude="-0.19807449" StarRating="4" HotelCode="628399|2542465" HotelName="Monarch House Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241 Kensington High Street, London W8 6EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/51279/3751279/1.jpg?f=15400680</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6178.00" OriginalAmount="6178.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="5" HotelCode="901347|no11_cadogan_gardens" HotelName="11 Cadogan Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Cadogan Gardens, Chelsea, Knightsbridge, London SW3 2RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/342649/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Victoria Palace theatre lies 1.2 km away, as does Hyde Park Corner, Chelsea Bridge and Apollo Victoria theatre. The hotel is near Sloane Square (100 m) and Sloane Square station is about 300 metres away. The hotel is 20 km away from Heathrow Airport and 38 km from Gatwick Airport. Stansted Airport is approximately 64 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6210" OriginalAmount="6210">
      <BasicPropertyInfo Latitude="51.507697" Longitude="-0.132475" StarRating="5" HotelCode="49086|32871" HotelName="Sofitel London St. James" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Waterloo Place, London SW1Y 4AN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/34281/a_34281_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superb luxury hotel is located between Buckingham Palace and Trafalgar Square and is just two minutes walk from Piccadilly Circus and the West End. There is an underground station in the vicinity of the hotel, with a good connection to Waterloo Station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6263.52" OriginalAmount="6263.52">
      <BasicPropertyInfo Latitude="51.504998261738" Longitude="-0.1500170846557" StarRating="5" HotelCode="18372|33024" HotelName="COMO Metropolitan London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Old Park Lane, London W1K 1LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22855/a_22855_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel has an exclusive location in the famous Mayfair district of London. Various prestigious boutiques and shopping streets, inviting restaurants and bars are located in the hotel's vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6348" OriginalAmount="6348">
      <BasicPropertyInfo Latitude="51.508028235391" Longitude="-0.10528874268163" StarRating="5" HotelCode="775465|360124" HotelName="Bankside Hotel, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>2 Blackfriars Road, Upper Ground, London SE1 9JU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/633381/633381a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6373" OriginalAmount="6373">
      <BasicPropertyInfo Latitude="51.517868" Longitude="-0.143976" StarRating="5" HotelCode="13936|2144" HotelName="The Langham London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1c Portland Place, Regent Street, London W1B 1JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15922/a_15922_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, directly on Regent Street, close to Oxford Street and Bond Street. The hotel enjoys a wonderful location on London's most exclusive shopping street, which is close to countless museums, restaurants and many more of the city's most significant sights. Despite this, the hotel's surroundings are peaceful allowing guests to seek refuge from the vibrant city of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6414.00" OriginalAmount="6414.00">
      <BasicPropertyInfo Latitude="51.512245" Longitude="-0.203411" StarRating="3.5" HotelCode="81198|the_portobello_hotel" HotelName="Portobello" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Stanley Gardens, Notting Hill, London W11 2NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/315041/315041a_hb_a_021.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Portobello.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="45" TotalAmount="6447.20" OriginalAmount="6447.20">
      <BasicPropertyInfo Latitude="51.521488" Longitude="-0.162639" StarRating="5" HotelCode="18350|103715" HotelName="The Landmark London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Marylebone Road, London NW1 6JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22821/a_22821_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic luxury spa hotel lies within a short distance of Regents Park, just a few kilometres from the centre of London. A lake and underground station are both to be found close by.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="6517.64" OriginalAmount="6517.64">
      <BasicPropertyInfo StarRating="5" HotelCode="|440437" HotelName="The Mandrake" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1074945_foto_1.jpg</HotelPictures>
        <HotelDescription>Make yourself at home in one of the 34 air-conditioned rooms featuring flat-screen televisions. Complimentary wireless Internet access is available to keep you connected. Bathrooms feature bathtubs or showers, complimentary toiletries, and hair dryers. Conveniences include phones, as well as coffee/tea makers and irons/ironing boards.Enjoy a meal at Yopo Restaurant, or stay in and take advantage of the hotel's room service (during limited hours). Relax with a refreshing drink at one of the 2 bars/lounges. Cooked-to-order breakfasts are available daily from 7:00 AM to 11:00 AM for a fee.Featured amenities include complimentary newspapers in the lobby, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite.Located in London (London City Centre), The Mandrake is within a 15-minute walk of The British Museum and Oxford Street.  This 5-star hotel is 0.7 mi (1.1 km) from Piccadilly Circus and 0.6 mi (0.9 km) from Leicester Square.Distances are displayed to the nearest 0.1 mile and kilometer.  Dominion Theatre - 0.5 km / 0.3 mi  Oxford Circus - 0.6 km / 0.4 mi  London Palladium Theatre - 0.7 km / 0.4 mi  Regent Street - 0.8 km / 0.5 mi  University College London - 0.8 km / 0.5 mi  Russell Square - 0.8 km / 0.5 mi  University of London - 0.9 km / 0.6 mi  Leicester Square - 0.9 km / 0.6 mi  The British Museum - 1 km / 0.6 mi  Oxford Street - 1 km / 0.6 mi  Piccadilly - 1 km / 0.6 mi  Piccadilly Circus - 1.1 km / 0.7 mi  Regent's Park - 1.2 km / 0.8 mi  Royal Opera House - 1.3 km / 0.8 mi  Selfridges - 1.3 km / 0.8 mi  The nearest airports are:Heathrow Airport (LHR) - 27.6 km / 17.1 mi London City Airport (LCY) - 15.3 km / 9.5 mi Gatwick Airport (LGW) - 68.6 km / 42.6 mi Luton Airport (LTN) - 53.4 km / 33.2 mi Stansted Airport (STN) - 59.1 km / 36.7 mi</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6529" OriginalAmount="6529">
      <BasicPropertyInfo Latitude="51.493095" Longitude="-0.175575" StarRating="5" HotelCode="114364|200309" HotelName="Number Sixteen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Sumner Place, London, Greater London SW7 3EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/316320/316320a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6531.00" OriginalAmount="6531.00">
      <BasicPropertyInfo Latitude="51.505857654548" Longitude="-0.14048337936401" StarRating="5" HotelCode="115450|the_stafford_london_by_kempinski" HotelName="The Stafford London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16-18 St James's Place, SW1A 1NJ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/159063/a_159063_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in historic St James's, 500 m from Piccadilly and only 5 minutes' walk from Old Bond Street and Jermyn Street. A secret passageway connects the front of the hotel to Green Park, and within 5 minutes guests can walk to the Green Park underground station. The hotel is close to theatres, royal parks, palaces and London's finest stores. The Victoria bus and train station is situated around 2.5 km away. The nearest airport is London City Airport, around 5 km from the hotel. Other nearby airports include London Heathrow Airport (about 27 km away), London Luton Airport (about 50 km away), London Stansted Airport (about 58 km away) and London Gatwick Airport (about 60 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6573" OriginalAmount="6573">
      <BasicPropertyInfo Latitude="51.502049" Longitude="-0.186639" StarRating="5" HotelCode="28457|17129" HotelName="The Milestone Hotel &amp; Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/03/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Kensington Court, London W8 5DL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/42030/a_42030_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of London and offers views out over Kensington Palace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6807" OriginalAmount="6807">
      <BasicPropertyInfo Latitude="51.511704" Longitude="-0.132234" StarRating="5" HotelCode="170589|46457" HotelName="W London Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Wardour Street, Leicester Square, London W1D 6QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/238679/a_238679_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6827" OriginalAmount="6827">
      <BasicPropertyInfo Latitude="51.67732" Longitude="-0.43631" StarRating="5" HotelCode="114912|224257" HotelName="The Grove" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Country House,Spa Hotel,Golf Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>Chandler's Cross, Watford, Hertfordshire WD3 4TG</AddressLine>
          </AddressLines>
          <CityName>Watford</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/169012/169012a_hb_a_051.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in the Hertfordshire countryside in the south of England. Nearby places of interest include the Harry Potter Studio Tour (10-minute drive), Waddesdon Manor and Whipsnade Zoo (both around 25 minutes’ drive). Watford town centre is roughly 10 minutes by car and St. Albans is approximately 15 minutes away. Heathrow and Luton airports are within a 30-minute drive of the hotel and the train to London Euston takes 20 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7096" OriginalAmount="7096">
      <BasicPropertyInfo Latitude="51.498225768117" Longitude="-0.1435808740631" StarRating="5" HotelCode="104131|57600" HotelName="41 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/03/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Buckingham Palace Road, London SW1W 0PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/145165/a_145165_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel overlooks the Royal Mews at Buckingham Palace and is just a short walk away from the Royal Parks and Pall Mall. Nearby, guests can shop on the fashionable Sloane Street and Knightsbridge, as well as visit some of London's great attractions like Big Ben, Westminster Abbey, Trafalgar Square and a host of West End theatres. London Heathrow and City Airports are 24 and 25 km from the hotel respectively and London Gatwick Airport is some 45 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7106" OriginalAmount="7106">
      <BasicPropertyInfo Latitude="51.518443136553" Longitude="-0.13485417697825" StarRating="5" HotelCode="114346|54254" HotelName="Charlotte Street Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15-17 Charlotte Street, London, Greater London W1T 1RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/348854/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="7188.48" OriginalAmount="7188.48">
      <BasicPropertyInfo StarRating="5" HotelCode="|812188" HotelName="LANDMARK HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/801071_foto_1.jpg</HotelPictures>
        <HotelDescription>We are delighted to welcome you to one of the most popular 5 star hotels in London, The Landmark London. We rank among the finest of the capital�s leading luxury hotels in London, and have a distinctive style and ambience that makes us unique.

Our luxury hotel in London combines classic British elegance and grandeur with the deluxe facilities required by today�s discerning travellers, such as hotel conference rooms, fantastic restaurants and bars, a luxurious Spa &amp; Health Club with a 15 metre swimming pool and a gymnasium.

At our hotel in London, we continually strive to ensure that we not only meet our guests� expectations, but that we exceed them. We take pride in offering the highest level of service to ensure that we continue to be one of the leading 5 star hotels in London and is the reason why we are one of the most popular wedding hotels in London, too. Therefore, if you want to indulge in a night of pure bliss and relaxation, we recommend you visit our London hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7303.00" OriginalAmount="7303.00">
      <BasicPropertyInfo Latitude="51.507656859624" Longitude="-0.14241589814765" StarRating="4" HotelCode="13498|holiday_inn_london_mayfair" HotelName="Holiday Inn London - Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Berkeley Street, London W1J 8NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14279/a_14279_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Mayfair, London's premier hotel district. With its unparalleled location on the corner of Piccadilly and Berkeley Street, it is ideally situated for guests either there on business or leisure. Green Park, the Royal Academy, Fortnum and Mason, superb shops in Bond Street, Regent Street as well as many clubs, casinos and night spots are all in the immediate vicinity and can be easily reached on foot. Oxford Street, Harrods, Buckingham Palace, Theatreland and the West End business district are all close by. Adjacent is Green Park underground which gives direct access to Heathrow airport, and via Victoria, the main line rail service to Gatwick Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7409.00" OriginalAmount="7409.00">
      <BasicPropertyInfo Latitude="51.50689924" Longitude="-0.1453576" StarRating="0" HotelCode="519388|park_lane_apartments_clarges_st" HotelName="Park Lane Apartments - Clarges Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34-36 Clarges Street, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/688554/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="7450.12" OriginalAmount="7450.12">
      <BasicPropertyInfo StarRating="5" HotelCode="|676974" HotelName="1 Hotel Mayfair" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/885153_foto_1.jpg</HotelPictures>
        <HotelDescription>This 5 star hotel is located in the city centre of London and was established in 1958. It is close to the Picadilly Circus and the nearest station is Green Park. The Hotel has a restaurant and a conference room. All 195 rooms are equipped with minibar, hairdryer, safe, ironing set and air conditioning.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7492" OriginalAmount="7492">
      <BasicPropertyInfo Latitude="51.51009966" Longitude="-0.07802517" StarRating="5" HotelCode="498750|199414" HotelName="Four Seasons Hotel London At Ten Trinity Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>10 Trinity Square, London EC3N 4AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/635200/635200a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="7619.40" OriginalAmount="7619.40">
      <BasicPropertyInfo StarRating="5" HotelCode="|971325" HotelName="TAJ 51 BUCKINGHAM GATE SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/29170_image61504346_0.jpg</HotelPictures>
        <HotelDescription>Taj 51 Buckingham Gate Suites and Residences is a five star hotel that exudes luxury in a prestigious environment. 
The hotel offers authentic experiences in an environment customized and personalized and consists of three Victorian houses - Reyes, minsters and falconers, each clearly designed and restored. 
The 85 luxury suites and residences with butler service offer space and exclusivity of a private home, each with its own kitchen and living room. 
Make the most of wi-fi connection, the main concierge Golden Keys, personalized treatments at the wellness center and a host of dining options on site, including Quilon, an exclusive restaurant with a Michelin star.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7620" OriginalAmount="7620">
      <BasicPropertyInfo Latitude="51.504411872346" Longitude="-0.086775407409732" StarRating="5" HotelCode="255954|45031" HotelName="Shangri-La Hotel, At The Shard, London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 St Thomas Street, London SE1 9QU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/359882/a_359882_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7659.72" OriginalAmount="7659.72">
      <BasicPropertyInfo Latitude="51.498224062323" Longitude="-0.13800501823425" StarRating="5" HotelCode="26214|75534" HotelName="Taj 51 Buckingham Gate Suites and Residences, London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 09/04/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Buckingham Gate, Suites and Residences, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/38373/a_38373_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies at the heart of London, close to Buckingham Palace and the Houses of Parliament, St. James' Park, Green Park as well as public transport (St. James' Park underground station) are to be found in the vicinity. It is just 28 km to Heathrow airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="7773.12" OriginalAmount="7773.12">
      <BasicPropertyInfo StarRating="5" HotelCode="|743079" HotelName="SOFITEL ST JAMES" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/886935_foto_1.jpg</HotelPictures>
        <HotelDescription>Sofitel London St James offers five-star accommodation in the heart of London's West End. This landmark hotel - consistently rated as one of the best in London - combines traditional British design with contemporary style that is unmistakably French. Located in a grade II listed building, the hotel features a restaurant, Wild Honey St James, The Rose Lounge, the St James Bar, a large choice of conference suites and an award-winning spa. Sofitel London St James is an entirely smoke-free hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7892" OriginalAmount="7892">
      <BasicPropertyInfo Latitude="51.497539447614" Longitude="-0.14569759368897" StarRating="5" HotelCode="65378|31893" HotelName="The Goring" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beeston Place, London SW1W 0JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/84244/a_84244_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated a couple of minutes' stroll from Buckingham Palace, this charming hotel could not be better placed for the enjoyment of all that London has to offer: The glamour of Knightsbridge and Sloane Street, the bustle of Piccadilly and Theatreland, the shopping and art-steeped milieus of Bond Street and Jermyn Street are all close by. The hotel's immediate vicinity features restaurants, bars, pubs, nightlife spots, public transport links and shops. Hyde Park is 500 metres away, Westminster Abbey is 600 metres away, the Houses of Parliament are 800 metres away and Harrods is 1.6 km from the establishment. Victoria station is 200 metres away and nearby airports include London City (18 km), London Heathrow (26 km), London Gatwick (46 km), Luton (56 km) and London Stansted (67 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7894" OriginalAmount="7894">
      <BasicPropertyInfo Latitude="51.511531" Longitude="-0.119286" StarRating="5" HotelCode="15417|24676" HotelName="One Aldwych" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>One Aldwych, London WC2B 4BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/1000000/120000/116000/115923/599675b4_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="8030" OriginalAmount="8030">
      <BasicPropertyInfo Latitude="51.491824199445" Longitude="-0.16179600670335" StarRating="5" HotelCode="114485|200373" HotelName="San Domenico House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Draycott Place, London, Greater London SW3 2SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/157990/w_157990_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8044.00" OriginalAmount="8044.00">
      <BasicPropertyInfo Latitude="51.496829" Longitude="-0.167625" StarRating="5" HotelCode="114379|egerton_house_hotel" HotelName="Egerton House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Egerton Terrace, Knightsbridge, London SW3 2BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/157874/gt_157874_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet cul-de-sac in the heart of Knightsbridge, an exclusive and fashionable address. London's finest museums, Hyde Park and its most exclusive shops are all within a 5-minute walk, and the hotel is next door to Harrods and Harvey Nichols. Links to the public transport are within around 200 m and the bus and railway stations are roughly 3 km from the hotel. The Knightsbridge tube station can be reached in some 5 minutes on foot. The hotel is situated at a mere 15 km from London City Airport, whilst London Heathrow Airport and Gatwick Airport are approximately 40 km and 70 km away respectively. London Luton and Stansted Airports are both about 100 km from the residence.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="8292" OriginalAmount="8292">
      <BasicPropertyInfo Latitude="51.510739" Longitude="-0.151052" StarRating="4" HotelCode="14858|989" HotelName="The Biltmore Mayfair, LXR Hotels and Resorts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Grosvenor Square, Westminster, London W1K 2HP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17461/a_17461_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a splendid location very close to the shopping areas of Bond Street and Oxford Street. An abundance of tourist attractions, such as Buckingham Palace, are to be found in the area surrounding the hotel. Bond Street tube station and several tempting bars are just a stone's throw away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8349.00" OriginalAmount="8349.00">
      <BasicPropertyInfo Latitude="51.508375" Longitude="-0.079935999999975" StarRating="5" HotelCode="296638|cheval_three_quays" HotelName="Cheval Three Quays" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Lower Thames Street, London EC3R 6AG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/404696/w_404696_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="8751" OriginalAmount="8751">
      <BasicPropertyInfo Latitude="51.510338579132" Longitude="-0.12081365277868" StarRating="5" HotelCode="18503|34008" HotelName="The Savoy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Strand, London WC2R 0EZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22998/a_22998_AR2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, well-known hotel is situated directly beside the River Thames and in Convent Garden at the heart of the theatre district of London. Only a few minutes away, guest will reach The London Eye (moving wheel) and Soho. It offers convenient links to many of the links to the public transport network, meaning that London's top tourist attractions, as well as numerous shopping and entertainment venues, are all within easy reach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8781.00" OriginalAmount="8781.00">
      <BasicPropertyInfo Latitude="51.493326336119" Longitude="-0.17864316701889" StarRating="4.5" HotelCode="189735|adria_boutique_hotel" HotelName="Adria Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Queens Gate, London SW7 5AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/344668/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This clean, comfortable and affordable hotel ideally situated in the heart of Hammersmith, West London. Just several minutes away from local transport services, it is within close proximity of some of London's main attractions and is easily accessible from London's main airports. The hotel is situated in lively Hammersmith, just a couple of miles from central London. Hammersmith and City Tube Station is just a 5-minute walk away. The famous London Hammersmith Apollo entertainment venue is less than 0.5 miles away. Guests are also just a few minutes’ walk from 2 shopping centres, restaurants, bars and a cinema. Hammersmith and Fulham is a great choice for travellers interested in parks, entertainment and monuments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="9132.00" OriginalAmount="9132.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|910224" HotelName="ADRIA BOUTIQUE HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/527848_foto_1.JPG</HotelPictures>
        <HotelDescription>Location This clean, comfortable and affordable hotel ideally situated in the heart of Hammersmith, West London. Just several minutes away from local transport services, it is within close proximity of some of London's main attractions and is easily accessible from London's main airports. The hotel is situated in lively Hammersmith, just a couple of miles from central London. Hammersmith and City Tube Station is just a 5-minute walk away. The famous London Hammersmith Apollo entertainment venue</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="9179.36" OriginalAmount="9179.36">
      <BasicPropertyInfo StarRating="5" HotelCode="|710649" HotelName="The Biltmore Mayfair, LXR Hotels &amp; Resorts" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1718684_foto_1.jpg</HotelPictures>
        <HotelDescription>The Biltmore Mayfair, located in London's prestigious Grosvenor Square, offers a perfect balance of distinctive character and unmatched service. The hotel is a few steps from the best shops, restaurants and royal parks. Buckingham Palace and Westminster Palace are within walking distance.
The hotel has a terrace, international cuisine restaurant, bar, lounge, and a lounge where it is possible to hold weddings.
Its rooms have modern d�cor and are equipped with a walk-in shower, a comfortable double bed and luxurious toiletries create a relaxing atmosphere.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="9440" OriginalAmount="9440">
      <BasicPropertyInfo Latitude="51.494386973724" Longitude="-0.1841045303272" StarRating="5" HotelCode="263506|57673" HotelName="Cheval Gloucester Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ashburn Place, Kensington, London SW7 4LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/366952/w_366952_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="9444" OriginalAmount="9444">
      <BasicPropertyInfo Latitude="51.513921" Longitude="-0.133526" StarRating="5" HotelCode="55615|55383" HotelName="The Soho Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Richmond Mews, London W1D 3DH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/2/2/4/0/5/2/9/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="9455" OriginalAmount="9455">
      <BasicPropertyInfo Latitude="51.502506" Longitude="-0.152444" StarRating="5" HotelCode="28455|55244" HotelName="The Lanesborough" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hyde Park Corner, London SW1X 7TA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/87684/9affe32a-af5e-4408-8db7-28d4d4c0d200.jpg?d=636644155530000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="9502" OriginalAmount="9502">
      <BasicPropertyInfo Latitude="51.51758104287" Longitude="-0.11801719665527" StarRating="5" HotelCode="31272|39757" HotelName="Rosewood London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>252 High Holborn, London WC1V 7EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49958/a_49958_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is centrally located in the London district of Holburn. The British Museum, the Royal Opera House and various West End theatres are all just a short distance from the hotel, as are score of shopping and entertainment venues. High Holburn is the nearest underground station and is situated approximately 500 metres from the hotel. The nearest golf course is approximately 4 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9758.32" OriginalAmount="9758.32">
      <BasicPropertyInfo Latitude="51.506459" Longitude="-0.123656" StarRating="5" HotelCode="904535|177807" HotelName="Corinthia Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Whitehall Place, London SW1A 2BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/87334/c55963c2-cb4a-4d7a-9e49-173d88dfcda1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated within a 5-minute walk from Trafalgar Square. Westminster is 1.5 km away and Covent Garden just 1 km. Other nearby places of interest include Mayfair, 3 km away, and the Olympic Stadium, 12 km away. London City airport is the closest airport, which is just a 20-minute drive away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="9762" OriginalAmount="9762">
      <BasicPropertyInfo Latitude="51.49876156976" Longitude="-0.16644406564137" StarRating="5" HotelCode="263507|57672" HotelName="Cheval Knightsbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Cheval Place, London SW7 1EW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/366953/a_366953_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Cheval Knightsbridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="9766" OriginalAmount="9766">
      <BasicPropertyInfo Latitude="51.509161474785" Longitude="-0.14233946800232" StarRating="5" HotelCode="11557|31894" HotelName="Brown's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Albemarle Street, London W1S 4BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/9318/a_9318_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel enjoys an idyllic location in the fabulous Mayfair district of the London, close to Piccadilly Circus and Bond Street (some 200 m from the hotel). Green Park underground station also lies just a stone's throw away just 1 km from the hotel. Located in the vicinity are many of the city's world-famous sights including Buckingham Palace (1 km away) as well as countless restaurants, bars, renowned pubs, cafés and all types of entertainment venues.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="9921" OriginalAmount="9921">
      <BasicPropertyInfo Latitude="51.507059678518" Longitude="-0.15239238739014" StarRating="5" HotelCode="26019|61750" HotelName="The Dorchester" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Park Lane, Mayfair, London W1K 1QA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/009224/009224a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is located at the heart of London directly opposite Hyde Park and within walking distance of Oxford Street's numerous shopping opportunities, various sightseeing attractions such as Buckingham Palace and the buzzing nightlife scene in the London districts of Knightsbridge and Mayfair. In addition, the park allows guests to take some time out from the noisy and hectic metropolis.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="10065" OriginalAmount="10065">
      <BasicPropertyInfo Latitude="51.496949167896" Longitude="-0.15910729765892" StarRating="5" HotelCode="52563|13323" HotelName="The Cadogan, A Belmond Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 11/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>75 Sloane Street, Chelsea, London SW1X 9SG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54887/a_54887_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located halfway down Sloane Street, on the corner of Pont Street. In only a few minutes, guests will reach the shops of Knightsbridge, such as Harrods and Harvey Nichols, the designer boutiques of Sloane Street, or the famous King's Road. Alternatively, a short taxi ride will bring guests to the antique shops of Pimlico. The 'Theatreland' district is equally easy to reach by taxi, as is the whole West End, with its glamorous restaurants and clubs. Public transport departs from stops directly in front of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="10116" OriginalAmount="10116">
      <BasicPropertyInfo Latitude="51.510226525949" Longitude="-0.1496484875679" StarRating="5" HotelCode="28666|37427" HotelName="The Connaught" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carlos Place, Mayfair, London W1K 2AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/42029/a_42029_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the beautiful historic Mayfair district, with its many antique shops and is located close to the town centre where guests will discover many shopping and entertainment venues. The hotel is situated around 300m from links to public transport network and shopping facilities. Restaurants and bars are also roughly 200 m away and the closest nightclub is 500 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="10157" OriginalAmount="10157">
      <BasicPropertyInfo Latitude="51.514453465874" Longitude="-0.12703617008055" StarRating="0" HotelCode="199777|444219" HotelName="Covent Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Monmouth Street, Covent Garden, London WC2H 9HB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/351741/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="10218" OriginalAmount="10218">
      <BasicPropertyInfo Latitude="51.512969" Longitude="-0.152319" StarRating="5" HotelCode="310898|60647" HotelName="The Beaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Brown Hart Gardens, Mayfair, London W1K 6TF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/491158/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 73 rooms. Services and facilities at the hotel include a restaurant, a dining area, a bar, room service and a conference room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="10305.00" OriginalAmount="10305.00">
      <BasicPropertyInfo Latitude="51.501953" Longitude="-0.156267" StarRating="5" HotelCode="18258|the_berkeley_2" HotelName="The Berkeley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wilton Place, Knightsbridge, London SW1X 7RL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/22687/a_22687_F2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel lies at the heart of the central district of Knightsbridge. The famous Harrods department store is within easy reach of the hotel and the hotel also offers excellent public transport connections, which are only a short walk away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="10697.72" OriginalAmount="10697.72">
      <BasicPropertyInfo StarRating="5" HotelCode="|150170" HotelName="JUMEIRAH CARLTON TOWER LONDON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/953486_foto_1.jpg</HotelPictures>
        <HotelDescription>Jumeirah Carlton Tower is located on corner of Sloane Street and Cadogan Place in Knightsbridge central London. Overlooking Cadogan Gardens the hotel is a short walk from Harrods Harvey Nichols and Hyde Park and offers easy access to the City and West End. Chauffer service available close to Victoria Station short walk from Knightsbridge and Sloane Square tube stations.** Full renovation planned for 1 September 2019 - summer 2020. Hotel will stop receiving guests during renovation period**Situated in the exclusive Knightsbridge district of London The Carlton Tower - Jumeirah is a luxury retreat in the heart of the city. Just minutes from Harrods and Harvey Nichols a short walk from Hyde Park and the Victoria and Albert Museum guests will enjoy five star service and stylish surroundings.The hotel offers rooms and suites ranging from comfortable Superior and Deluxe Rooms to extra Spacious Junior Suites and the opulent Royal Suite. Each room features custom-made furniture complemented by marble bathrooms complimentary WiFi and state of the art entertainment facilities including in room iPad and a Geneva iPod docking station and alarm clock. Nespresso coffee machines are also providedGuests receive complimentary access to The Peak Health Club and Spa including 20m indoor heated swimming pool and sauna steam room and gym and timetabled exercise classes. Additional services including spa treatments and personal training are available.Dine at your choice of three restaurants and bars. Savour award winning British cuisine at the stylish Rib Room Bar and Restaurant including signature dishes of prawn cocktail and roast rib of beef or sip a cocktail on the terrace. Indulge with afternoon tea or a relaxed meal in the Chinoiserie. Enjoy a healthy buffet lunch in The Club Room.** Full renovation planned for 1 September 2019 - summer 2020. Hotel will stop receiving guests during renovation period**Situated in the exclusive Knightsbridge district of London The Carlton Tower - Jumeirah is a luxury retreat in the heart of the city. Just minutes from Harrods and Harvey Nichols a short walk from Hyde Park and the Victoria and Albert Museum guests will enjoy five star service and stylish surroundings.The hotel offers rooms and suites ranging from comfortable Superior and Deluxe Rooms to extra Spacious Junior Suites and the opulent Royal Suite. Each room features custom-made furniture complemented by marble bathrooms complimentary WiFi and state of the art entertainment facilities including in room iPad and a Geneva iPod docking station and alarm clock. Nespresso coffee machines are also providedGuests receive complimentary access to The Peak Health Club and Spa including 20m indoor heated swimming pool and sauna steam room and gym and timetabled exercise classes. Additional services including spa treatments and personal training are available.Dine at your choice of three restaurants and bars. Savour award winning British cuisine at the stylish Rib Room Bar and Restaurant including signature dishes of prawn cocktail and roast rib of beef or sip a cocktail on the terrace. Indulge with afternoon tea or a relaxed meal in the Chinoiserie. Enjoy a healthy buffet lunch in The Club Room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="10779" OriginalAmount="10779">
      <BasicPropertyInfo Latitude="51.512627" Longitude="-0.147828" StarRating="5" HotelCode="47499|37428" HotelName="Claridge's" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Brook Street, Mayfair, London W1K 4HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10455/a_10455_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is located just 500 m from famous Oxford Street, close to Bond Street underground station (approximately 300 m away). Heathrow airport is about 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="10797" OriginalAmount="10797">
      <BasicPropertyInfo Latitude="51.508249375" Longitude="-0.1309725" StarRating="5" HotelCode="114264|55596" HotelName="Haymarket Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Suffolk Place, London, Greater London SW1Y 4HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/344320/4.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="10834" OriginalAmount="10834">
      <BasicPropertyInfo Latitude="51.510021" Longitude="-0.136549" StarRating="5" HotelCode="208408|31419" HotelName="Cafe Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Regent Street, London W1B 4DY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/222260/222260a_hb_a_028.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="10873" OriginalAmount="10873">
      <BasicPropertyInfo Latitude="51.501459746214" Longitude="-0.18402544049286" StarRating="5" HotelCode="263509|57674" HotelName="Cheval Thorney Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Palace Gate, Kensington, London W8 5NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/366955/w_366955_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10884.84" OriginalAmount="10884.84">
      <BasicPropertyInfo Latitude="51.498578" Longitude="-0.15838" StarRating="5" HotelCode="26021|9472" HotelName="Jumeirah Carlton Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cadogan Place, Knightsbridge, London SW1X 9PY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/38065/a_38065_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally situated on Cadogan Place. Countless shopping and entertainment venues, as well as some of the city's best tourist sights, are within walking distance of the hotel, or may easily be reached by making use of public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11235" OriginalAmount="11235">
      <BasicPropertyInfo Latitude="51.502092777068" Longitude="-0.15989989042282" StarRating="5" HotelCode="14381|53781" HotelName="Mandarin Oriental Hyde Park London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 12/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Knightsbridge, SW1X 7LA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16753/a_16753_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accredited luxury hotel is fantastically located at the heart of prestigious Knightsbridge. Many of the most popular tourist attractions including Buckingham Palace, the famous Harrods department store and picturesque Hyde Park are all in the immediate vicinity. Various boutiques, shops and shopping streets are just within metres of the hotel. Furthermore, there are many excellent restaurants in the surrounding area as well as diverse establishments where visitors may enjoy various theatre and musical productions. The hotel is served by an excellent public transport network, which departs from locations within minutes of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11389.52" OriginalAmount="11389.52">
      <BasicPropertyInfo Latitude="51.51185378" Longitude="-0.17623075" StarRating="3" HotelCode="433324|2377935" HotelName="Fountain House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Lancaster Terrace, London W2 3PF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/595635/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="11466.04" OriginalAmount="11466.04">
      <BasicPropertyInfo StarRating="5" HotelCode="|817528" HotelName="Corinthia" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/801037_foto_1.jpg</HotelPictures>
        <HotelDescription>This 5 star hotel is located in the city centre of London and was established in 1885. It is a short drive away from the The London Eye and the nearest station is Embankment Tube Station. The Hotel has 2 restaurants, 3 bars, a conference room, a coffee shop, an indoor swimming pool and a fitness centre/gym. All 294 rooms are equipped with minibar, hairdryer, safe, ironing set and air conditioning.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11598" OriginalAmount="11598">
      <BasicPropertyInfo Latitude="51.50643159" Longitude="-0.15184217" StarRating="5" HotelCode="199759|63307" HotelName="45 Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Park Lane, London W1K 1PN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/4000000/3870000/3860300/3860221/58ca6d39_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11813" OriginalAmount="11813">
      <BasicPropertyInfo Latitude="51.511259005364" Longitude="-0.13487254936319" StarRating="5" HotelCode="341681|58384" HotelName="Ham Yard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Ham Yard, London W1D 7DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/498241/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11840" OriginalAmount="11840">
      <BasicPropertyInfo Latitude="51.501567357258" Longitude="-0.16282548710251" StarRating="5" HotelCode="186632|57323" HotelName="Bulgari Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Knightsbridge, London SW7 1DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/311709/311709a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11914" OriginalAmount="11914">
      <BasicPropertyInfo Latitude="51.50449532238" Longitude="-0.15013933181763" StarRating="5" HotelCode="26020|53780" HotelName="Four Seasons London at Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hamilton Place, Park Lane, London W1J 7DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/338285/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is ideally located opposite Hyde Park, close to Knightsbridge, Piccadilly Circus and the exclusive shopping areas. The theatre district as well as many of London's top sights can easily be reached on foot and the nearest underground station, Hyde Park Corner, is about 100 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="11952.00" OriginalAmount="11952.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|171274" HotelName="THE W14 KENSINGTON HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/30035_image62168194_0.jpg</HotelPictures>
        <HotelDescription>Situated in the vibrant Kensington district, the W14 Hotel London offers a perfect balance of affordability, comfort, and convenience. Ideal for both business and leisure travellers, this budget-friendly hotel provides an assortment of tastefully appointed rooms, ranging from compact singles for solo adventurers to spacious family rooms for larger groups.
Each room is outfitted with contemporary amenities such as free Wi-Fi and flat-screen TVs to ensure a restful and connected stay. The hotel's proximity to a plethora of dining options ensures guests can easily explore local cuisine.
The hotel's location is a significant advantage. Not only are you in walking distance to prominent London attractions like the Natural History Museum and Hyde Park, but the nearby Kensington (Olympia) station also provides easy access to the broader cityscape. This makes the W14 Hotel an excellent base for those looking to delve into all that London has to offer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12712" OriginalAmount="12712">
      <BasicPropertyInfo Latitude="51.50239055255" Longitude="-0.15369818406145" StarRating="5" HotelCode="263536|57576" HotelName="The Wellesley Knightsbridge, a Luxury Collection Hotel, London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Knightsbridge, London SW1X 7LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/366989/a_366989_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12969" OriginalAmount="12969">
      <BasicPropertyInfo Latitude="51.507253334969" Longitude="-0.14165014028549" StarRating="5" HotelCode="16765|4780" HotelName="The Ritz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>150 Piccadilly, W1J 9BR London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/20385/w_20385_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel lies on Piccadilly, at the heart of London and is the ideal starting point from whence to explore the top sights of England's premier metropolis. A diverse selection of bars, restaurants, nightclubs and various important shopping districts, the Royal Academy of Arts, and Burlington House, as well as the exclusive auction houses, Sotheby's and Christies, are all to be found close to the hotel. Green Park is the nearest underground station and may be reached on foot in just a few minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13983" OriginalAmount="13983">
      <BasicPropertyInfo Latitude="51.514654234271" Longitude="-0.1730078458786" StarRating="3" HotelCode="173037|16365" HotelName="Alexandra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159-161 Sussex Gardens, Hyde Park, London W2 2RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7334/a_7334_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated just a few minutes away from Hyde Park near to Oxford Street and Marble Arch. The nearest tube stations are Paddington and Lancaster Gate. There are scores of shops, restaurants and bars in the surrounding area and the nearest night club is 2 km away. The Heathrow Express takes 20 minutes to get to the hotel in Paddington. Both Stansted and Gatwick airports are easily accessible by train from Paddington.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="14243.16" OriginalAmount="14243.16">
      <BasicPropertyInfo StarRating="5" HotelCode="|D1A056" HotelName="Raffles London At The Owo" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2628246_foto_1.jpg</HotelPictures>
        <HotelDescription>El Raffles London at The OWO es un destino cultural para los viajeros modernos. Combina el legado de este edificio histandoacute;rico con servicios modernos inigualables. Este exclusivo hotel en Whitehall es un lugar elegante para eventos privados, de negocios y de gran calado.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="18734.40" OriginalAmount="18734.40">
      <BasicPropertyInfo StarRating="4" HotelCode="|614704" HotelName="THE GORE HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/33592_image64198949_0.jpg</HotelPictures>
        <HotelDescription>The Gore is a charming boutique hotel located in the heart of South Kensington, offering 50 unique bedrooms packed with history. Free WiFi is available. All the rooms at The Gore are individually furnished with hand-picked pieces, period pictures and ornate feature beds. All rooms include a flat-screen TV. The Gore contains the iconic Bar 190, the fabulous Bistro One Ninety and three bespoke event rooms. Bar 190 offers luxurious yet intimate surroundings where guests can unwind and peruse the extensive cocktail list. Just a short walk from Kensington Palace, Hyde Park, the Natural History Museum, the Science Museum, Victoria and Albert Museum, Harrods and the chic designer boutiques of Knightsbridge. The shopping, theatres, sightseeing and nightlife of the West End are just 10 minutes away by bus or Tube. Kensington and Chelsea is a great choice for travellers interested in museums, parks and culture.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19741.64" OriginalAmount="19741.64">
      <BasicPropertyInfo Latitude="51.51075134" Longitude="-0.12828794" StarRating="0" HotelCode="966750|4649195" HotelName="Native Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Charing Cross Road, Westminster Borough, London WC2H 0HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/36779/3836779/16.jpg?f=15675798</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="24192.00" OriginalAmount="24192.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|608854" HotelName="THE FRANKLIN LONDON" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/33591_image64198903_0.jpg</HotelPictures>
        <HotelDescription>Set in the heart of Kensington in central London, just steps from the Victoria and Albert Museum, The Franklin Hotel- Starhotels Collezione offers elegant accommodation with free WiFi access and a Hammam floor. Guests can dine in The Franklin Restaurant by Michelin starred chef Alfredo Russo or enjoy a drink in the bar. 
Reopened in 2016 after an extensive refurbishment, the hotel features elegant rooms and suites designed to incorporate classic elements and Italian details. Each room at The Franklin is air conditioned and is fitted with a flatscreen TV, a seating area, a signature bed with premium linens and a pillow menu. The luxury bathrooms come with bathrobes and toiletries. 
Free WiFi access is provided throughout the property. Further facilities include a 24-hour front desk, concierge services, a techno gym and a spa. 
The famous Harrods Department Store can be reached in a 7-minute walk, while the Natural History Museum is less than 10 minutes away. The Royal Albert Hall and Hyde Park are 1 km from The Franklin Hotel - Starhotels Collezione.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="25344.00" OriginalAmount="25344.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|623447" HotelName="THE PELHAM HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/33594_image64199883_0.jpg</HotelPictures>
        <HotelDescription>Located in the center of South Kensington, next to South Kensington Underground Station, The Pelham is a luxury hotel offering stylish boutique-style accommodation with a restaurant, bar and fitness centre. Free WiFi is provided.Each individually decorated room features antique and modern furniture, air conditioning and a flat-screen TV. In addition, the rooms have a bathroom with a hairdryer, free toiletries, a bathrobe, slippers and a bathtub.La Trattoria by Alfredo Russo, a Michelin-starred chef, serves breakfast, lunch and dinner. Italian cuisine dishes are prepared with fresh products. A selection of champagne and organic wine is also offered. The hotel also has a wood-panelled lounge and library, where afternoon tea is served.The property is less than a 10-minute walk from a number of local attractions, including the Royal Albert Hall, the Natural History Museum and the Victoria and Albert Museum. It is also less than 1.6 km from Hyde Park and Kensington Gardens and 3.5 km from Notting Hill.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1075" OriginalAmount="1075">
      <BasicPropertyInfo Latitude="51.564921289556" Longitude="0.10105855212032" StarRating="3" HotelCode="335002|167944" HotelName="O'Gradys Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>699 High Road, Ilford, Essex IG3 8RH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is O'Gradys Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1128.00" OriginalAmount="1128.00">
      <BasicPropertyInfo Latitude="51.53798516" Longitude="0.08007575" StarRating="3" HotelCode="639569|the_bank_hotel_2" HotelName="Bank Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Ripple Road, Barking IG11 8DN, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Barking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1321.00" OriginalAmount="1321.00">
      <BasicPropertyInfo Latitude="51.51110958" Longitude="-0.37596778" StarRating="0" HotelCode="159970|broadway_inn_2" HotelName="The Broadway Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>1A-3A The Broadway, Southall, Greater London UB1 1JR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1650.00" OriginalAmount="1650.00">
      <BasicPropertyInfo Latitude="51.53699143" Longitude="-0.47635733" StarRating="3" HotelCode="780579|brunel_lodge" HotelName="Brunel Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70 The Greenway, Uxbridge UB8 2PL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel is located in London, approximately 9.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1677" OriginalAmount="1677">
      <BasicPropertyInfo Latitude="51.47595429" Longitude="-0.01870235" StarRating="3" HotelCode="323927|58010" HotelName="Greenwich High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 11/04/2025" HotelFacility="Bar,Kitchen,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>65 Greenwich High Road, Greenwich, London SE10 8JL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This Aparthotel is situated just 5 minutes’ walk from Greenwich Train Station. London Bridge can be reached via train in just 8 minutes’ from Greenwich Station. The town centre offers many bars, restaurants and shops, which can also be reached in a 15-minute walk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2052" OriginalAmount="2052">
      <BasicPropertyInfo Latitude="51.533759" Longitude="-0.29564800000003" StarRating="3" HotelCode="61558|455943" HotelName="Fox &amp; Goose" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hanger Lane, Ealing, London W5 1DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Fox &amp; Goose.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2122" OriginalAmount="2122">
      <BasicPropertyInfo Latitude="51.501155683026" Longitude="-0.093609997519746" StarRating="3" HotelCode="151561|396617" HotelName="CitySpace. Borough" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>200 Borough High Street, London SE1 1JX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is CitySpace. Borough.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2147" OriginalAmount="2147">
      <BasicPropertyInfo Latitude="51.51339" Longitude="-0.18647" StarRating="1" HotelCode="307769|405192" HotelName="Queens Hotel Bayswater" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86-92 Inverness Terrace, Bayswater, London W2 3LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2156.00" OriginalAmount="2156.00">
      <BasicPropertyInfo Latitude="51.52395245" Longitude="-0.09278683" StarRating="0" HotelCode="953637|excel_apartments_old_street" HotelName="Excel Apartments Old Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Banner Street, London EC1Y 8PX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2457.00" OriginalAmount="2457.00">
      <BasicPropertyInfo Latitude="51.54951876" Longitude="-0.054511" StarRating="0" HotelCode="783990|flynns_pub_guesthouse" HotelName="Flynns Pub &amp; Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>418 Mare Street, Hackney E8 1HP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2545.00" OriginalAmount="2545.00">
      <BasicPropertyInfo Latitude="51.50286" Longitude="-0.091832" StarRating="1.5" HotelCode="316281|hostel_st_christophers_village" HotelName="St Christopher's at The Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,ATM/Cash Machine,Bar,Beauty Salon,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,Library,Lounge,Luggage Storage,Meeting Room,Nightclub,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>161-165 Borough High Street, Southwark, London SE1 1HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at St Christopher's Inn, London Bridge - Hostel, you'll be centrally located in London, steps from Borough Market and minutes from London Dungeon. This hostel is close to London Bridge and Tower of London.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 11 guestrooms. Shared bathrooms are provided.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Quench your thirst with your favorite drink at a bar/lounge. A complimentary continental breakfast is served daily.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include a 24-hour front desk, luggage storage, and laundry facilities.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2547.00" OriginalAmount="2547.00">
      <BasicPropertyInfo Latitude="51.51306798" Longitude="-0.07527726" StarRating="4" HotelCode="986390|canopy_by_hilton_london_city" HotelName="Canopy by Hilton London City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Minories Street, London EC3N 1AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2566.00" OriginalAmount="2566.00">
      <BasicPropertyInfo Latitude="51.510936" Longitude="-0.186224" StarRating="3" HotelCode="258581|jones" HotelName="Jones" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inverness Terrace, Bayswater, London W2 3JP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2584.00" OriginalAmount="2584.00">
      <BasicPropertyInfo Latitude="51.512464" Longitude="-0.178238" StarRating="3" HotelCode="94569|elysee_hotel" HotelName="Elysee Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25-26 Craven Terrace, London W2 3EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is just a few steps from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2748" OriginalAmount="2748">
      <BasicPropertyInfo Latitude="51.500207397071" Longitude="-0.11410476686477" StarRating="0" HotelCode="986317|424866" HotelName="Stow-Away: South Bank by Bridgestreet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>137 Lower Marsh, London SE1 7AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2787.92" OriginalAmount="2787.92">
      <BasicPropertyInfo StarRating="4" HotelCode="|AD3B78" HotelName="Thistle London Park Lane" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>general: The contemporary comfort of Great Cumberland Place and prime central location makes it the ideal base to discover London. Located in the heart of Londonandapos;s most iconic shopping district and just a short walk away from Buckingham Palace, Theatreland or the electricity of Soho. Once youandapos;ve ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2852.00" OriginalAmount="2852.00">
      <BasicPropertyInfo Latitude="51.51631386" Longitude="-0.17310918" StarRating="0" HotelCode="419799|the_continental_hotel__2" HotelName="Rove London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Designated Smoking Area,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36-42 Norfolk Square, Paddington, London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Hyde Park, The Continental Hotel promises a relaxing and wonderful visit. The property features a wide range of facilities to make your stay a pleasant experience. Take advantage of the hotel's 24-hour front desk, Wi-Fi in public areas, family room, smoking area. Comfortable guestrooms ensure a good night's sleep with some rooms featuring facilities such as carpeting, towels, linens, non smoking rooms, heating. The hotel offers various recreational opportunities. No matter what your reasons are for visiting London, The Continental Hotel will make you feel instantly at home.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3014" OriginalAmount="3014">
      <BasicPropertyInfo Latitude="51.51493301" Longitude="-0.06524645" StarRating="4" HotelCode="986368|513819" HotelName="Wilde Aparthotels by Staycity London Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>73 Commercial Road, Tower Hamlets, London E1 1RD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3072.00" OriginalAmount="3072.00">
      <BasicPropertyInfo Latitude="51.513819673914" Longitude="-0.10120150199561" StarRating="4" HotelCode="34456|club_quarters_st_pauls" HotelName="Club Quarters Hotel St. Paul's" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Ludgate Hill, London, Greater London EC4M 7DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3090.00" OriginalAmount="3090.00">
      <BasicPropertyInfo Latitude="51.51337675" Longitude="-0.13575673" StarRating="0" HotelCode="986341|premier_inn_london_soho" HotelName="Hub by Premier Inn London Soho" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hopkins Street, London W1F 0DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3191" OriginalAmount="3191">
      <BasicPropertyInfo Latitude="51.51688676" Longitude="-0.10959905" StarRating="0" HotelCode="957209|487230" HotelName="The Chronicle Supercity Aparthotels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Norwich Street, London EC4A 1DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3206.00" OriginalAmount="3206.00">
      <BasicPropertyInfo Latitude="51.4939903" Longitude="-0.18683973" StarRating="0" HotelCode="986132|courtfield_gardens_apartments" HotelName="Courtfield Gardens Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Courtfield Gardens, Kensington and Chelsea, London SW5 0NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3252.48" OriginalAmount="3252.48">
      <BasicPropertyInfo Latitude="51.519424318073" Longitude="-0.17338851593858" StarRating="4" HotelCode="986352|883303" HotelName="Wilde Aparthotels London - Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/04/2025">
        <Address>
          <AddressLines>
            <AddressLine>4 North Wharf Road, London W2 1NW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3364" OriginalAmount="3364">
      <BasicPropertyInfo Latitude="51.4907589386" Longitude="-0.14459335737729" StarRating="2" HotelCode="144514|395486" HotelName="Bakers Hotel - B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Warwick Way, London SW1V 4JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Bakers Hotel - B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3438.00" OriginalAmount="3438.00">
      <BasicPropertyInfo Latitude="51.51532556" Longitude="-0.1914806" StarRating="0" HotelCode="986068|the_hayden_pub_rooms" HotelName="The Hayden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Westbourne Grove, London W2 4UJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3513.00" OriginalAmount="3513.00">
      <BasicPropertyInfo Latitude="51.514658943243" Longitude="-0.10890111488993" StarRating="4" HotelCode="400832|saco_st_pauls__red_lion_court" HotelName="City2Stay Serviced Apartments Red Lion Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Red Lion Court, Holborn, London EC4A 3EF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This apartment complex is located in London. The nearest airport is City2Stay Serviced Apartments Red Lion Court.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3618.00" OriginalAmount="3618.00">
      <BasicPropertyInfo Latitude="51.5293571" Longitude="-0.1241352" StarRating="0" HotelCode="962161|the_standard_london" HotelName="Standard Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Argyle Street, London WC1H 8EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3680.00" OriginalAmount="3680.00">
      <BasicPropertyInfo Latitude="51.5104638" Longitude="-0.07525538" StarRating="5" HotelCode="986115|tower_suites" HotelName="Tower Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Minories, London EC3N 1JY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3694.24" OriginalAmount="3694.24">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986370|2452395" HotelName="Soho Lofts by Q Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Bourchier Street, Soho, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3784.88" OriginalAmount="3784.88">
      <BasicPropertyInfo StarRating="5" HotelCode="|B35606" HotelName="Tower Suites by Blue Orchid" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>Boasting a bar, terrace and sweeping views of Tower Bridge, The Tower of London and the River Thames, Tower Suites by Blue Orchid is situated in London, less than 500 metres from the Tower of London. The rooms are fitted with kitchen facilities, air conditioning, a flat-screen TV with satellite channels, a kettle, a shower, a hairdryer and a desk. At the hotel rooms come with a wardrobe and a private bathroom. Tower Suites by Blue Orchid offers a full buffet breakfast. Among the facilities of this property are an Italian restaurant, coffee lounge and bar open 24 hours for residents. Room service, concierge services and free WiFi are provided. Popular points of interest near the accommodation include Tower Bridge, Sky Garden and Brick Lane. The property is close to numerous transport links. The nearest airport is London City Airport, 10 km from Tower Suites by Blue Orchid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3884" OriginalAmount="3884">
      <BasicPropertyInfo Latitude="51.498971494016" Longitude="-0.1426873887629" StarRating="4" HotelCode="445901|199860" HotelName="The Resident Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>10 Palace Place, London SW1E 5BW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3896.00" OriginalAmount="3896.00">
      <BasicPropertyInfo Latitude="51.520403057257" Longitude="-0.10063612443946" StarRating="4" HotelCode="620510|fox_and_anchor" HotelName="The Fox &amp; Anchor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>115 Charterhouse Street, London EC1M 6AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3949.00" OriginalAmount="3949.00">
      <BasicPropertyInfo Latitude="51.52251227" Longitude="-0.135828" StarRating="3.5" HotelCode="496028|fitzrovia_belle_public_house_hotel" HotelName="Fitzrovia Belle Public House &amp; Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>174 Tottenham Court, London W1T 7NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4072.00" OriginalAmount="4072.00">
      <BasicPropertyInfo Latitude="51.50624217" Longitude="-0.12629783" StarRating="5" HotelCode="986055|great_scotland_yard_hotel_the_unbound_collection_by_hyatt" HotelName="Great Scotland Yard Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Great Scotland Yard, London SW1A2HW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4530.00" OriginalAmount="4530.00">
      <BasicPropertyInfo Latitude="51.5065718" Longitude="-0.14577026" StarRating="0" HotelCode="986349|the_mayfair_townhouse_by_iconic_luxury_hotels" HotelName="The Mayfair Townhouse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-41 Half Moon Street, London W1J 7BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5078.00" OriginalAmount="5078.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4.5" HotelCode="986336|the_westin_london_city" HotelName="The Westin London City" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Upper Thames Street, London EC4V 3AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5219.60" OriginalAmount="5219.60">
      <BasicPropertyInfo Latitude="51.4968746" Longitude="-0.12906368" StarRating="0" HotelCode="986386|4649165" HotelName="Hope House Residences by Q Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Great Peter Street, Westminster Borough, London SW1P 3LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="5296.00" OriginalAmount="5296.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|093311" HotelName="Kimpton Fitzroy London, An Ihg" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>Built in 1898, this hotel with a long history and Victorian facade comprises 371 rooms spread over 9 floors, of which 12 are suites. Guests are offered use of a bar and a restaurant with a non-smoking area as well as 13 fully furnished conference and function rooms. In addition, there is 24-hour room service.This traditional hotel is located at the heart of London at the northern end of Russell Square. It offers convenient transport links to Oxford (A40), Gatwick (A23), Heathrow as well as northern England.All of the air-conditioned rooms come with an en suite bathroom, a hairdryer, 2 telephone connections, ironing equipment, tea and coffee maker, a wake-up service, pay TV, a Playstation, Internet access, a minibar, a fridge and a hire safe. The modern designs in the deluxe rooms are equipped with a multi-jet shower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6594.00" OriginalAmount="6594.00">
      <BasicPropertyInfo Latitude="51.51798231" Longitude="-0.1202189" StarRating="5" HotelCode="775208|loscar_london" HotelName="L’oscar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-6 Southampton Row, London WC1B 4AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="8627" OriginalAmount="8627">
      <BasicPropertyInfo Latitude="51.49145" Longitude="-0.15627" StarRating="4" HotelCode="199805|416314" HotelName="The Apartments by Sloane Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 30/03/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Concierge,Dry Cleaning,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>15-19 Sloane Gardens, London SW1W 8EB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This apartment complex is located in London. The nearest airport is The Apartments by Sloane Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9780.00" OriginalAmount="9780.00">
      <BasicPropertyInfo Latitude="51.51740712" Longitude="-0.134026" StarRating="0" HotelCode="986346|urban_chic_rathbone" HotelName="Urban Chic Rathbone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rathbone Place, London W1T 1JG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Bar,Fax,Restaurant,Telephone Service,Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Room Service,Sauna,Shopping Arcade,Swimming Pool,Currency Exchange,Garden,Bicycle Rental,Diet Meals,Spa,Jacuzzi,Golf,Wheelchair Access,Kitchen,Wake-up Call Service,Business Centre,Concierge,Elevator,Parking,24 Hour Front Desk,24 Hour Room Service,ATM/Cash Machine,Beauty Salon,Coffee Shop,Dry Cleaning,Housekeeping,Library,Luggage Storage,Meeting Room,Airport Transfer (on Demand),Banquet Hall,Smoking Rooms,Babysitting,Boutique,LCD/Projector,Valet Parking,Pets allowed,Vending Machine</BasicAmenities>
    <HotelRating>3,5,4,2,1.5,2.5,3.5,4.5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,DINNER</Meals>
    <PropertyType>CITY HOTEL,AIRPORT HOTEL,CONFERENCE HOTEL,HISTORIC HOTEL,BUSINESS HOTEL,GUESTHOUSE,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,SPA HOTEL,HOTEL DE CHARME,HOSTEL,CLUB RESORT,ECO HOTEL,HOSTELS,INNS,APARTHOTEL,BED AND BREAKFASTS,BOUTIQUE HOTEL,COUNTRY HOUSE,GUEST HOUSES,GOLF HOTEL,VILLAGE</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|TravcoSearch|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Travco.<>c__DisplayClass11_0.<GetSearchRS>b__0(CurrencyConversion x) in G:\Trivender PC\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 282
   at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in G:\Trivender PC\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 282|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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="e0814d29-42f6-4879-b6cb-346c98210e7c">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-17T00:00:00" End="2025-04-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="28455|55244" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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="e0814d29-42f6-4879-b6cb-346c98210e7c" TimeStamp="0001-01-01T00:00:00" HotelName="The Lanesborough" HotelCode="28455|189d2f" StarRating="5" GTCityId="40324" CountryCode="GB" CityName="London" CountryName="United Kingdom" Address="Hyde Park Corner, London SW1X 7TA" PostCode="SW1X 7TA" PhoneNo="+442072595599,+442073337711" FaxNo="" Email="info@lanesborough.com,reservations@lanesborough.com" CheckInTime="" CheckOutTime="" Latitude="51.502506" Longitude="-0.152444" SourceId="45" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - De Luxe - Park View|Room 2: Twin/Double room - De Luxe - Park View|Room 3: Twin/Double room - De Luxe - Park View|Room 4: Twin/Double room - De Luxe - Park View" RoomTypeCode="90287443|1|9455|27|OTQ1NXxHQlB8MjAyNS0wNC0xNQ==" OriginalAmount="0" TotalPrice="9455" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T02:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Deluxe Room|Room 4: Park View Deluxe Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b|8|MTAzNzkuODR8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="10379.84" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2594.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe Room-Park View Deluxe Room|Room 2: Deluxe Room-Park View Deluxe Room|Room 3: Deluxe Room-Park View Deluxe Room|Room 4: Deluxe Room-Park View Deluxe Room" RoomTypeCode="189d2f_3544390309410218769_2_61-27_2_2_0_3_697667621_0_1-13-0~1-13-0~1-13-0~1-13-0_3-25_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|MTA0NTAuMzR8R0JQfDIwMjUtMDQtMTQ=" OriginalAmount="0" TotalPrice="10450.34" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Deluxe Room|Room 4: Executive Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003381~-390581648~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092412f24|8|MTA4MDIuMDR8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="10802.04" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2700.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Executive Room|Room 4: Park View Deluxe Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003381~-390581648~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092412f24^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b|8|MTA4MDIuMDR8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="10802.04" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2700.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Deluxe Room|Room 4: Park View Executive Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~20035d9~2098901634~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092553149|8|MTA5MzkuMzR8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="10939.34" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2735.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Executive Room|Room 4: Park View Deluxe Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~20035d9~2098901634~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092553149^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b|8|MTA5MzkuMzR8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="10939.34" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2735.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - Executive|Room 2: Twin/Double room - Executive|Room 3: Twin/Double room - Executive|Room 4: Twin/Double room - Executive" RoomTypeCode="72988909|1|10992|27|MTA5OTJ8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="10992" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T02:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Deluxe Room|Room 4: Deluxe Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX$ID_B2B_48$RO$HBEDSNOR$4~2~0$$N@07~A-SIC~20037f0~-805416907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092373333|8|MTEwNjEuNzd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11061.77" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2765.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Deluxe Room|Room 4: Park View Deluxe Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX$ID_B2B_48$RO$HBEDSNOR$4~2~0$$N@07~A-SIC~20037f0~-805416907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092373333^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b|8|MTEwNjEuNzd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11061.77" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2765.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Executive Room|Room 4: Executive Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003381~-390581648~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092412f24^20250417$20250421$W$164$24696$DBL.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003381~-390581648~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092412f24|8|MTEyMjQuMjR8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11224.24" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2806.40" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Deluxe Room|Room 4: Premier Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.PE$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003ac5~1766134933~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921135cb|8|MTEyMjcuNjd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11227.67" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2807.09" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Premier Room|Room 4: Park View Deluxe Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.PE$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003ac5~1766134933~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921135cb^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b|8|MTEyMjcuNjd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11227.67" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2807.09" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe Room-Deluxe Room, Park View|Room 2: Deluxe Room-Deluxe Room, Park View|Room 3: Deluxe Room-Deluxe Room, Park View|Room 4: Deluxe Room-Deluxe Room, Park View" RoomTypeCode="189d2f_3544391425087170359_2_108-44_2_2_0_3_3849115396_5_1-13-0~1-13-0~1-13-0~1-13-0_3-25_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|MTEzNDQuMDB8R0JQfDIwMjUtMDQtMTQ=" OriginalAmount="0" TotalPrice="11344.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Executive Room|Room 4: Park View Executive Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003381~-390581648~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092412f24^20250417$20250421$W$164$24696$DBL.EJ-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~20035d9~2098901634~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092553149|8|MTEzNjEuNTR8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11361.54" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2840.73" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Executive Room|Room 4: Executive Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~20035d9~2098901634~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092553149^20250417$20250421$W$164$24696$DBL.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003381~-390581648~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092412f24|8|MTEzNjEuNTR8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11361.54" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2840.73" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Executive Room|Room 4: Deluxe Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003381~-390581648~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092412f24^20250417$20250421$W$164$24696$DBL.DX$ID_B2B_48$RO$HBEDSNOR$4~2~0$$N@07~A-SIC~20037f0~-805416907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092373333|8|MTE0ODMuOTd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11483.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2871.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Deluxe Room|Room 4: Executive Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX$ID_B2B_48$RO$HBEDSNOR$4~2~0$$N@07~A-SIC~20037f0~-805416907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092373333^20250417$20250421$W$164$24696$DBL.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003381~-390581648~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092412f24|8|MTE0ODMuOTd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11483.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2871.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Executive Room|Room 4: Park View Executive Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~20035d9~2098901634~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092553149^20250417$20250421$W$164$24696$DBL.EJ-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~20035d9~2098901634~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092553149|8|MTE0OTguODR8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11498.84" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2875.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Deluxe Room|Room 4: Park View Premier Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$ROO.PE-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003f75~1688701373~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092393a15|8|MTE1MDIuMjd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11502.27" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2875.74" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Premier Room|Room 4: Park View Deluxe Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$ROO.PE-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003f75~1688701373~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092393a15^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b|8|MTE1MDIuMjd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11502.27" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2875.74" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Executive Room|Room 4: Deluxe Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~20035d9~2098901634~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092553149^20250417$20250421$W$164$24696$DBL.DX$ID_B2B_48$RO$HBEDSNOR$4~2~0$$N@07~A-SIC~20037f0~-805416907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092373333|8|MTE2MjEuMjd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11621.27" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2905.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Deluxe Room|Room 4: Park View Executive Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX$ID_B2B_48$RO$HBEDSNOR$4~2~0$$N@07~A-SIC~20037f0~-805416907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092373333^20250417$20250421$W$164$24696$DBL.EJ-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~20035d9~2098901634~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092553149|8|MTE2MjEuMjd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11621.27" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2905.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Executive Room|Room 4: Premier Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003381~-390581648~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092412f24^20250417$20250421$W$164$24696$DBL.PE$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003ac5~1766134933~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921135cb|8|MTE2NDkuODd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11649.87" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2912.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Premier Room|Room 4: Executive Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.PE$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003ac5~1766134933~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921135cb^20250417$20250421$W$164$24696$DBL.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003381~-390581648~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092412f24|8|MTE2NDkuODd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11649.87" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2912.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Deluxe Room|Room 4: Deluxe Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX$ID_B2B_48$RO$HBEDSNOR$4~2~0$$N@07~A-SIC~20037f0~-805416907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092373333^20250417$20250421$W$164$24696$DBL.DX$ID_B2B_48$RO$HBEDSNOR$4~2~0$$N@07~A-SIC~20037f0~-805416907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092373333|8|MTE3NDMuNzB8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11743.70" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2935.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Deluxe Room|Room 4: Junior Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$JSU.ST$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2004425~-744428766~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092603e5f|8|MTE3NzYuODd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11776.87" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2944.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Executive Room|Room 4: Premier Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~20035d9~2098901634~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092553149^20250417$20250421$W$164$24696$DBL.PE$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003ac5~1766134933~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921135cb|8|MTE3ODcuMTd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11787.17" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2947.14" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Premier Room|Room 4: Park View Executive Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.PE$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003ac5~1766134933~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921135cb^20250417$20250421$W$164$24696$DBL.EJ-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~20035d9~2098901634~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092553149|8|MTE3ODcuMTd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11787.17" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2947.14" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Deluxe Room|Room 4: Premier Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX$ID_B2B_48$RO$HBEDSNOR$4~2~0$$N@07~A-SIC~20037f0~-805416907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092373333^20250417$20250421$W$164$24696$DBL.PE$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003ac5~1766134933~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921135cb|8|MTE5MDkuNjB8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11909.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2977.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Premier Room|Room 4: Deluxe Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.PE$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003ac5~1766134933~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921135cb^20250417$20250421$W$164$24696$DBL.DX$ID_B2B_48$RO$HBEDSNOR$4~2~0$$N@07~A-SIC~20037f0~-805416907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092373333|8|MTE5MDkuNjB8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11909.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2977.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Executive Room|Room 4: Park View Premier Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003381~-390581648~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092412f24^20250417$20250421$W$164$24696$ROO.PE-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003f75~1688701373~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092393a15|8|MTE5MjQuNDd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11924.47" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2981.46" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Premier Room|Room 4: Executive Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$ROO.PE-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003f75~1688701373~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092393a15^20250417$20250421$W$164$24696$DBL.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003381~-390581648~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092412f24|8|MTE5MjQuNDd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11924.47" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2981.46" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe room|Room 2: Deluxe room|Room 3: Deluxe room|Room 4: Deluxe room" RoomTypeCode="212360186|1|11937|27|MTE5Mzd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="11937" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T02:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Executive Room|Room 4: Park View Premier Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~20035d9~2098901634~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092553149^20250417$20250421$W$164$24696$ROO.PE-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003f75~1688701373~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092393a15|8|MTIwNjEuNzd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="12061.77" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3015.79" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Premier Room|Room 4: Park View Executive Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$ROO.PE-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003f75~1688701373~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092393a15^20250417$20250421$W$164$24696$DBL.EJ-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~20035d9~2098901634~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092553149|8|MTIwNjEuNzd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="12061.77" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3015.79" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Premier Room|Room 4: Premier Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.PE$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003ac5~1766134933~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921135cb^20250417$20250421$W$164$24696$DBL.PE$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003ac5~1766134933~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921135cb|8|MTIwNzUuNTB8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="12075.50" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3019.22" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Executive Room-Executive Room|Room 2: Executive Room-Executive Room|Room 3: Executive Room-Executive Room|Room 4: Executive Room-Executive Room" RoomTypeCode="189d2f_3544949963226191723_2_61-27_2_2_0_3_2559549787_1_1-11-0~1-11-0~1-11-0~1-11-0_3-25_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|MTIxNTAuNjB8R0JQfDIwMjUtMDQtMTQ=" OriginalAmount="0" TotalPrice="12150.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Deluxe Room|Room 4: Park View Premier Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX$ID_B2B_48$RO$HBEDSNOR$4~2~0$$N@07~A-SIC~20037f0~-805416907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092373333^20250417$20250421$W$164$24696$ROO.PE-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003f75~1688701373~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092393a15|8|MTIxODQuMjB8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="12184.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3046.22" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Premier Room|Room 4: Deluxe Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$ROO.PE-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003f75~1688701373~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092393a15^20250417$20250421$W$164$24696$DBL.DX$ID_B2B_48$RO$HBEDSNOR$4~2~0$$N@07~A-SIC~20037f0~-805416907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092373333|8|MTIxODQuMjB8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="12184.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3046.22" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Executive Room|Room 4: Junior Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003381~-390581648~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092412f24^20250417$20250421$W$164$24696$JSU.ST$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2004425~-744428766~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092603e5f|8|MTIxOTkuMDd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="12199.07" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3050.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Executive Room|Room 4: Junior Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~20035d9~2098901634~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092553149^20250417$20250421$W$164$24696$JSU.ST$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2004425~-744428766~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092603e5f|8|MTIzMzYuMzd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="12336.37" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3084.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Premier Room|Room 4: Park View Premier Room" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.PE$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003ac5~1766134933~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921135cb^20250417$20250421$W$164$24696$ROO.PE-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003f75~1688701373~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092393a15|8|MTIzNTAuMTB8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="12350.10" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3087.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Deluxe Room|Room 4: Junior Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX$ID_B2B_48$RO$HBEDSNOR$4~2~0$$N@07~A-SIC~20037f0~-805416907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092373333^20250417$20250421$W$164$24696$JSU.ST$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2004425~-744428766~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092603e5f|8|MTI0NTguODB8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="12458.80" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3114.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - Premier|Room 2: Twin/Double room - Premier|Room 3: Twin/Double room - Premier|Room 4: Twin/Double room - Premier" RoomTypeCode="178692019|1|12539|27|MTI1Mzl8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="12539" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T02:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Deluxe Room|Room 4: Executive Junior Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$JSU.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2005235~162569253~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092104b3f|8|MTI2MDAuNjd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="12600.67" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3150.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Premier Room|Room 4: Junior Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.PE$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003ac5~1766134933~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921135cb^20250417$20250421$W$164$24696$JSU.ST$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2004425~-744428766~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092603e5f|8|MTI2MjQuNzB8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="12624.70" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3156.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Executive Room|Room 4: Executive Junior Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003381~-390581648~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092412f24^20250417$20250421$W$164$24696$JSU.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2005235~162569253~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092104b3f|8|MTMwMjIuODd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="13022.87" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3256.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Executive Room|Room 4: Executive Junior Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~20035d9~2098901634~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092553149^20250417$20250421$W$164$24696$JSU.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2005235~162569253~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092104b3f|8|MTMxNjAuMTd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="13160.17" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3290.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Deluxe Room|Room 4: Executive Junior Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX$ID_B2B_48$RO$HBEDSNOR$4~2~0$$N@07~A-SIC~20037f0~-805416907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092373333^20250417$20250421$W$164$24696$JSU.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2005235~162569253~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092104b3f|8|MTMyODIuNjB8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="13282.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3320.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Deluxe Room|Room 4: Belgravia Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$SUI.ST-16$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2006045~1419827732~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309223581e|8|MTM0MjQuNDd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="13424.47" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3356.29" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Premier Room|Room 4: Executive Junior Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.PE$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003ac5~1766134933~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921135cb^20250417$20250421$W$164$24696$JSU.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2005235~162569253~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092104b3f|8|MTM0NDguNTB8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="13448.50" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3362.47" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Executive Room|Room 4: Belgravia Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003381~-390581648~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092412f24^20250417$20250421$W$164$24696$SUI.ST-16$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2006045~1419827732~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309223581e|8|MTM4NDYuNjd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="13846.67" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3462.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Premium Room-Premier Room|Room 2: Premium Room-Premier Room|Room 3: Premium Room-Premier Room|Room 4: Premium Room-Premier Room" RoomTypeCode="189d2f_3545239136639894996_2_61-27_2_2_0_3_588641260_4_1-10-0~1-10-0~1-10-0~1-10-0_3-25_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|MTM4NjQuNjh8R0JQfDIwMjUtMDQtMTQ=" OriginalAmount="0" TotalPrice="13864.68" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast Continental|Room 2: Breakfast Continental|Room 3: Breakfast Continental|Room 4: Breakfast Continental" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe Room-Deluxe Room|Room 2: Deluxe Room-Deluxe Room|Room 3: Deluxe Room-Deluxe Room|Room 4: Deluxe Room-Deluxe Room" RoomTypeCode="189d2f_3545240226500922354_2_61-27_2_2_1_3_3945626827_5_1-13-0~1-13-0~1-13-0~1-13-0_3-25_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|MTM5MzMuNzl8R0JQfDIwMjUtMDQtMTQ=" OriginalAmount="0" TotalPrice="13933.79" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-10T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Executive Room|Room 4: Belgravia Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~20035d9~2098901634~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092553149^20250417$20250421$W$164$24696$SUI.ST-16$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2006045~1419827732~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309223581e|8|MTM5ODMuOTd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="13983.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3496.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Deluxe Room|Room 4: Belgravia Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX$ID_B2B_48$RO$HBEDSNOR$4~2~0$$N@07~A-SIC~20037f0~-805416907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092373333^20250417$20250421$W$164$24696$SUI.ST-16$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2006045~1419827732~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309223581e|8|MTQxMDYuNDB8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="14106.40" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3526.77" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Premier Room|Room 4: Belgravia Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.PE$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003ac5~1766134933~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921135cb^20250417$20250421$W$164$24696$SUI.ST-16$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2006045~1419827732~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309223581e|8|MTQyNzIuMzB8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="14272.30" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3568.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite|Room 2: Junior Suite|Room 3: Junior Suite|Room 4: Junior Suite" RoomTypeCode="178744143|1|14539|27|MTQ1Mzl8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="14539" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T02:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Deluxe Room|Room 4: Park Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$SUI.ST-6$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2009312~-1144084164~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309218869e|8|MTY0MDAuNDR8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="16400.44" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4100.45" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Executive Room|Room 4: Park Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003381~-390581648~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092412f24^20250417$20250421$W$164$24696$SUI.ST-6$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2009312~-1144084164~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309218869e|8|MTY4MjIuNjR8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="16822.64" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4206.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Executive Room|Room 4: Park Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~20035d9~2098901634~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092553149^20250417$20250421$W$164$24696$SUI.ST-6$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2009312~-1144084164~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309218869e|8|MTY5NTkuOTR8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="16959.94" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4240.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Deluxe Room|Room 4: Park Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX$ID_B2B_48$RO$HBEDSNOR$4~2~0$$N@07~A-SIC~20037f0~-805416907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092373333^20250417$20250421$W$164$24696$SUI.ST-6$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2009312~-1144084164~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309218869e|8|MTcwODIuMzd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="17082.37" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4270.93" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Deluxe Room|Room 4: Hyde Park Corner Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$SUI.ST-7$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~200a122~372795737~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c937d|8|MTcyMjQuMjR8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="17224.24" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4306.40" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Premier Room|Room 4: Park Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.PE$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003ac5~1766134933~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921135cb^20250417$20250421$W$164$24696$SUI.ST-6$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2009312~-1144084164~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309218869e|8|MTcyNDguMjd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="17248.27" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4312.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite - Executive|Room 2: Junior Suite - Executive|Room 3: Junior Suite - Executive|Room 4: Junior Suite - Executive" RoomTypeCode="179004196|1|17540|27|MTc1NDB8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="17540" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T02:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Executive Room|Room 4: Hyde Park Corner Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003381~-390581648~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092412f24^20250417$20250421$W$164$24696$SUI.ST-7$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~200a122~372795737~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c937d|8|MTc2NDYuNDR8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="17646.44" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4412.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Executive Room|Room 4: Hyde Park Corner Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~20035d9~2098901634~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092553149^20250417$20250421$W$164$24696$SUI.ST-7$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~200a122~372795737~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c937d|8|MTc3ODMuNzR8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="17783.74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4446.45" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Deluxe Room|Room 4: Hyde Park Corner Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX$ID_B2B_48$RO$HBEDSNOR$4~2~0$$N@07~A-SIC~20037f0~-805416907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092373333^20250417$20250421$W$164$24696$SUI.ST-7$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~200a122~372795737~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c937d|8|MTc5MDYuMTd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="17906.17" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4476.88" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Premier Room|Room 4: Hyde Park Corner Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.PE$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003ac5~1766134933~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921135cb^20250417$20250421$W$164$24696$SUI.ST-7$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~200a122~372795737~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c937d|8|MTgwNzIuMDd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="18072.07" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4518.53" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Deluxe Room|Room 4: Grosvenor Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$SUI.ST-2$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~200b892~-1880432659~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922ba8f1|8|MTg1OTcuMjR8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="18597.24" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4649.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Executive Room|Room 4: Grosvenor Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003381~-390581648~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092412f24^20250417$20250421$W$164$24696$SUI.ST-2$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~200b892~-1880432659~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922ba8f1|8|MTkwMTkuNDR8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="19019.44" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4755.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Executive Room|Room 4: Grosvenor Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~20035d9~2098901634~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092553149^20250417$20250421$W$164$24696$SUI.ST-2$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~200b892~-1880432659~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922ba8f1|8|MTkxNTYuNzR8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="19156.74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4789.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Deluxe Room|Room 4: Grosvenor Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX$ID_B2B_48$RO$HBEDSNOR$4~2~0$$N@07~A-SIC~20037f0~-805416907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092373333^20250417$20250421$W$164$24696$SUI.ST-2$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~200b892~-1880432659~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922ba8f1|8|MTkyNzkuMTd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="19279.17" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4820.13" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Premier Room|Room 4: Grosvenor Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.PE$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003ac5~1766134933~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921135cb^20250417$20250421$W$164$24696$SUI.ST-2$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~200b892~-1880432659~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922ba8f1|8|MTk0NDUuMDd8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="19445.07" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4861.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Deluxe Room|Room 4: St James Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$SUI.ST$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~200cf8a~1974284564~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923abdf7|8|MTk5NDIuNzh8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="19942.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4986.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Executive Room|Room 4: St James Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003381~-390581648~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092412f24^20250417$20250421$W$164$24696$SUI.ST$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~200cf8a~1974284564~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923abdf7|8|MjAzNjQuOTh8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="20364.98" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5091.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Executive Room|Room 4: St James Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~20035d9~2098901634~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092553149^20250417$20250421$W$164$24696$SUI.ST$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~200cf8a~1974284564~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923abdf7|8|MjA1MDIuMjh8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="20502.28" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5126.09" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Deluxe Room|Room 4: St James Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX$ID_B2B_48$RO$HBEDSNOR$4~2~0$$N@07~A-SIC~20037f0~-805416907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092373333^20250417$20250421$W$164$24696$SUI.ST$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~200cf8a~1974284564~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923abdf7|8|MjA2MjQuNzF8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="20624.71" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5156.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Premier Room|Room 4: St James Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.PE$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003ac5~1766134933~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921135cb^20250417$20250421$W$164$24696$SUI.ST$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~200cf8a~1974284564~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923abdf7|8|MjA3OTAuNjF8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="20790.61" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5198.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Deluxe Room|Room 4: Buckingham Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$SUI.ST-3$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~200e15a~1084184198~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309231ce45|8|MjA5ODYuMjV8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="20986.25" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5246.91" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Executive Room|Room 4: Buckingham Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003381~-390581648~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092412f24^20250417$20250421$W$164$24696$SUI.ST-3$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~200e15a~1084184198~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309231ce45|8|MjE0MDguNDV8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="21408.45" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5352.63" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Park View Executive Room|Room 4: Buckingham Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.EJ-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~20035d9~2098901634~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092553149^20250417$20250421$W$164$24696$SUI.ST-3$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~200e15a~1084184198~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309231ce45|8|MjE1NDUuNzV8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="21545.75" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5386.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Deluxe Room|Room 4: Buckingham Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX$ID_B2B_48$RO$HBEDSNOR$4~2~0$$N@07~A-SIC~20037f0~-805416907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092373333^20250417$20250421$W$164$24696$SUI.ST-3$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~200e15a~1084184198~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309231ce45|8|MjE2NjguMTh8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="21668.18" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5417.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Park View Deluxe Room|Room 2: Park View Deluxe Room|Room 3: Premier Room|Room 4: Buckingham Suite" RoomTypeCode="20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.DX-1$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2002c4c~1115558760~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309256288b^20250417$20250421$W$164$24696$DBL.PE$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~2003ac5~1766134933~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921135cb^20250417$20250421$W$164$24696$SUI.ST-3$ID_B2B_48$RO$HBEDS4F3$4~2~0$$N@07~A-SIC~200e15a~1084184198~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK04170279001309231ce45|8|MjE4MzQuMDh8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="21834.08" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5459.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite|Room 2: Suite|Room 3: Suite|Room 4: Suite" RoomTypeCode="179443651|1|31382|27|MzEzODJ8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="31382" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T02:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite - Grosvenor|Room 2: Suite - Grosvenor|Room 3: Suite - Grosvenor|Room 4: Suite - Grosvenor" RoomTypeCode="179004197|1|39383|27|MzkzODN8R0JQfDIwMjUtMDQtMTU=" OriginalAmount="0" TotalPrice="39383" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T02:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_w_011.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_w_010.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_l_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_ro_008.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_ro_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_ro_012.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_ro_011.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_w_009.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_w_008.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_w_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_w_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_a_012.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_w_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_a_013.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_w_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_a_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_a_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_a_008.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_a_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_w_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_w_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_w_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_a_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_a_021.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_a_022.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_a_023.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/02/024696/024696a_hb_a_014.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located in the centre of London.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;93 non-smoking rooms are available to guests at this hotel, which includes a lift and a reception desk. Amenities include a baggage storage service and a safe. Wireless internet access (no extra charge) allows guests to stay connected while on holiday. The tour desk offers assistance with booking excursions. The hotel has wheelchair-accessible facilities. Guests arriving by car can park their vehicles in the car park for a fee. Other services include a babysitting service (for a fee), a childcare service, a transfer service, translation services, 24-hour room service, a hairdresser and a coin-operated laundry. Complimentary newspapers are available.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain just the right temperature. Rooms include a queen-size bed. A safe and a minibar are also available. Additional features include a mini fridge and a tea/coffee station. Equipped with a telephone, a TV and WiFi, the rooms provide many ways for guests to stay connected and entertained. Guests will also find slippers in their rooms. The bathrooms have a shower, a bathtub and a whirlpool bath. A hairdryer and bathrobes are available for daily use. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. The hotel has family rooms and 1 smoking room.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The indoor and outdoor pools are ideal for exercise as well as relaxation. The hot tub in the pool area promises pure relaxation. Sport and leisure facilities at the hotel include a gym and aerobics. Various wellness options are available at the hotel, including a spa, a sauna, a steam bath, a hammam, a beauty salon and massage treatments. Parents can unwind while the kids can participate in an entertainment programme full of fun activities. Copyright GIATA 2004 - 2022. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;The accommodation offers breakfast and dinner.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>44-20-72595606</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>44-20-72595599</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>93</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>Hairdresser</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Facilities</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Pets</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Indoor Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Jacuzzi</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sauna</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Steam bath</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Aerobics</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Children's Entertainment</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Social distancing regulations</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Enhanced cleaning programme</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Contactless check-in/-out</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Protective masks for guests</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Hand sanitiser</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Use of commercially available disinfectants</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Protective equipment for employees</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Time interval between room bookings</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Protective equipment for guests</Description><Value>true</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="e0814d29-42f6-4879-b6cb-346c98210e7c">
  <Rooms>
    <Room RoomType="Room 1: Twin/Double room - De Luxe - Park View" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: Twin/Double room - De Luxe - Park View" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 3: Twin/Double room - De Luxe - Park View" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 4: Twin/Double room - De Luxe - Park View" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="28455|189d2f" SourceId="27" RoomTypeCode="90287443|1|9455|27|OTQ1NXxHQlB8MjAyNS0wNC0xNQ==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2025-04-17T00:00:00" End="2025-04-21T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|WebbedsSunHotelsBlock|successfully done supplier prebooking||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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="e0814d29-42f6-4879-b6cb-346c98210e7c">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-17T00:00:00" End="2025-04-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="199801|60952" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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="e0814d29-42f6-4879-b6cb-346c98210e7c" TimeStamp="0001-01-01T00:00:00" HotelName="Hotel Rafayel" HotelCode="199801|10ea51" StarRating="5" GTCityId="40324" CountryCode="GB" CityName="London" CountryName="United Kingdom" Address="34 Lombard Road, London SW11 3RF, Adjacent to London Heliport" PostCode="SW11 3RF" PhoneNo="+442078013603,+442078013610,+442078013600" FaxNo="+442078013601" Email="reservations@hotelrafayel.com" CheckInTime="" CheckOutTime="" Latitude="51.470483575" Longitude="-0.1774337" SourceId="45" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite|Room 2: Junior Suite|Room 3: Junior Suite|Room 4: Junior Suite" RoomTypeCode="76786788|1|3961|27|Mzk2MXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="3961" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T05:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite - River View|Room 2: Suite - River View|Room 3: Suite - River View|Room 4: Suite - River View" RoomTypeCode="76786614|1|4503|27|NDUwM3xHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="4503" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T05:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Junior Suite|Room 2: Junior Suite|Room 3: Junior Suite|Room 4: Junior Suite" RoomTypeCode="159666163|3|4513|27|NDUxM3xHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="4513" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:40:26.2566578+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite - River View|Room 2: Suite - River View|Room 3: Suite - River View|Room 4: Suite - River View" RoomTypeCode="76786615|3|5084|27|NTA4NHxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="5084" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:40:26.3191613+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite Room-Nile Junior Suite|Room 2: Junior Suite Room-Nile Junior Suite|Room 3: Junior Suite Room-Nile Junior Suite|Room 4: Junior Suite Room-Nile Junior Suite" RoomTypeCode="10ea51_14972274996697307_2_108-44_2_2_0_3_1434873320_1_1-14-0~1-14-0~1-14-0~1-14-0_2-23_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|NTg0MC4wMHxHQlB8MjAyNS0wNC0xNQ==" OriginalAmount="0" TotalPrice="5840.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="23" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite Room-Emperor Suite, river view|Room 2: Suite Room-Emperor Suite, river view|Room 3: Suite Room-Emperor Suite, river view|Room 4: Suite Room-Emperor Suite, river view" RoomTypeCode="10ea51_14979974589440633_2_108-44_2_2_0_3_336321357_0_1-15-2~1-15-2~1-15-2~1-15-2_2-23_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|NjY0MC4wMHxHQlB8MjAyNS0wNC0xNQ==" OriginalAmount="0" TotalPrice="6640.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Minibar|Air conditioning (centrally regulated)|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="23" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://photos.hotelbeds.com/giata/original/48/481142/481142a_hb_r_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/48/481142/481142a_hb_ro_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/48/481142/481142a_hb_a_010.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/48/481142/481142a_hb_t_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/48/481142/481142a_hb_f_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/48/481142/481142a_hb_f_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/48/481142/481142a_hb_f_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/48/481142/481142a_hb_f_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/48/481142/481142a_hb_l_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/48/481142/481142a_hb_k_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/48/481142/481142a_hb_ro_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/48/481142/481142a_hb_ba_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/48/481142/481142a_hb_ro_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/48/481142/481142a_hb_ro_004.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Rafayel.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel has 65 non-smoking rooms and includes a lift and a reception desk. Amenities include a baggage storage service and a safe. Wireless internet access (no extra charge) is provided in public areas. Wheelchair-accessible facilities are available. Additional amenities include a playroom and a library. Guests arriving by car can park their vehicles in the car park for a fee. Further services and facilities include 24-hour room service, a laundry service, a hairdresser, a coin-operated laundry, a page service and a hotel shuttle bus. The conference room is available for conferences, lectures and meetings.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain just the right temperature. Guests are sure to get a good night's sleep in the double bed. For a fee, extra beds or children's beds can be provided for little travellers. A safe, a minibar and a desk are also available. Additional features include a mini fridge and a tea/coffee station. Other features include a telephone, a flatscreen television and WiFi. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. Family rooms are available for parents with children.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The indoor and outdoor pools are ideal for exercise as well as relaxation. The hot tub in the pool area promises pure relaxation. Sport and leisure facilities at the hotel include a gym and aerobics. Various wellness options are available at the hotel, including a spa, a sauna, a steam bath, massage treatments and hydrotherapy treatments. Copyright GIATA 2004 - 2022. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Travellers can choose options including breakfast, lunch and dinner.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>44-20-78013601</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>44-207-8013600</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>65</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>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hairdresser</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Games room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Facilities</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Pets</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Indoor Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Jacuzzi</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sauna</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Steam bath</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Aerobics</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Social distancing regulations</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Enhanced cleaning programme</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Use of commercially available disinfectants</Description><Value>true</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="e0814d29-42f6-4879-b6cb-346c98210e7c">
  <Rooms>
    <Room RoomType="Room 1: Junior Suite" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: Junior Suite" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 3: Junior Suite" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 4: Junior Suite" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="199801|10ea51" SourceId="27" RoomTypeCode="76786788|1|3961|27|Mzk2MXxHQlB8MjAyNS0wNC0xNg==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2025-04-17T00:00:00" End="2025-04-21T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2025-04-12T05:00:00" End="2025-04-13T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>CheckIn instructions: Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedThis property accepts credit cards and debit cards; cash is not acceptedThis property reserves the right to pre-authorize the guest's credit card prior to arrival.Onsite parties or group events are strictly prohibited . CheckIn special instructions: Front desk staff will greet guests on arrival.. Mandatory fees: You'll be asked to pay the following charges at the property. Fees may include applicable taxes: Deposit: GBP 50 per night We have included all charges provided to us by the property. . Optional fees: Fee for English breakfast: approximately GBP 14.95 for adults and GBP 14.95 for childrenSecured self parking fee: GBP 20 per nightPet fee: GBP 30 per pet, per nightService animals are exempt from feesLate check-out fee: GBP 20 (subject to availability)Crib (infant bed) fee: GBP 30.0 per nightRollaway bed fee: GBP 30.0 per night The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. . Know before you go: Only registered guests are allowed in the guestrooms. The property allows pets in specific rooms only and has other pet restrictions (surcharges apply and can be found in the Fees section). Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation. A car is recommended for transportation to and from this property. . Tax Recovery Charges and Service Fees for 2 people: 176.52 USD (This amount is included within the total price).&lt;br/&gt;&lt;br/&gt;Cancellation made less than 19 hours (12:00) prior to the arrival will be charged with 25% of the total booking value.</ImportantInfo>
  <TotalAmount>3961</TotalAmount>
  <TraceId>e0814d29-42f6-4879-b6cb-346c98210e7c</TraceId>
</CheckRatesRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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="e0814d29-42f6-4879-b6cb-346c98210e7c">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-17T00:00:00" End="2025-04-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="18346|32394" SourceId="16" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|DOTWPrice|exception while supplier interation||DOTW|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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="e0814d29-42f6-4879-b6cb-346c98210e7c">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-17T00:00:00" End="2025-04-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="13969|2145" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|DOTWPrice|exception while supplier interation||DOTW|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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="e0814d29-42f6-4879-b6cb-346c98210e7c" TimeStamp="0001-01-01T00:00:00" HotelName="The Dilly" HotelCode="13969|6556" StarRating="5" GTCityId="40324" CountryCode="GB" CityName="London" CountryName="United Kingdom" Address="21 Piccadilly, London W1J 0BH" PostCode="W1J 0BH" PhoneNo="+442077348000" FaxNo="" Email="reservations@thedillylondon.com" CheckInTime="24-Hour" CheckOutTime="24-Hour" Latitude="51.509397691259" Longitude="-0.13622939586639" SourceId="8" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room|Room 2: Double room|Room 3: Double room|Room 4: Double room" RoomTypeCode="146857198|1|4599|27|NDU5OXxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="4599" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:44:29.4379146+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: Standard Room with Double Bed|Room 4: Standard Room with Double Bed" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba|8|NDc5NC4zMnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="4794.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1196.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room - Superior|Room 2: Double room - Superior|Room 3: Double room - Superior|Room 4: Double room - Superior" RoomTypeCode="151040078|1|4804|27|NDgwNHxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="4804" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:44:29.5160443+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - Superior|Room 2: Twin room - Superior|Room 3: Twin room - Superior|Room 4: Twin room - Superior" RoomTypeCode="151040130|1|4804|27|NDgwNHxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="4804" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:44:29.5785475+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: Standard Room with Double Bed|Room 4: Superior Double" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.SU$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~232196088~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332|8|NDgyNC4zNXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="4824.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1203.66" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: Standard Room with Double Bed|Room 4: SUPERIOR TWIN WITH 2 SINGLE BEDS" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$TWN.SU-1$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~-1362090337~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332|8|NDgyNC4zNXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="4824.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1203.66" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: Superior Double|Room 4: Standard Room with Double Bed" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.SU$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~232196088~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba|8|NDgyNC4zNXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="4824.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1203.66" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: SUPERIOR TWIN WITH 2 SINGLE BEDS|Room 4: Standard Room with Double Bed" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$TWN.SU-1$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~-1362090337~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba|8|NDgyNC4zNXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="4824.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1203.66" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: Superior Double|Room 4: Superior Double" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.SU$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~232196088~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332^20250417$20250421$W$164$6556$DBL.SU$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~232196088~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332|8|NDg1NC4zOHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="4854.38" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1211.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: Superior Double|Room 4: SUPERIOR TWIN WITH 2 SINGLE BEDS" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.SU$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~232196088~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332^20250417$20250421$W$164$6556$TWN.SU-1$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~-1362090337~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332|8|NDg1NC4zOHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="4854.38" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1211.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: SUPERIOR TWIN WITH 2 SINGLE BEDS|Room 4: Superior Double" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$TWN.SU-1$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~-1362090337~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332^20250417$20250421$W$164$6556$DBL.SU$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~232196088~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332|8|NDg1NC4zOHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="4854.38" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1211.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: SUPERIOR TWIN WITH 2 SINGLE BEDS|Room 4: SUPERIOR TWIN WITH 2 SINGLE BEDS" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$TWN.SU-1$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~-1362090337~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332^20250417$20250421$W$164$6556$TWN.SU-1$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~-1362090337~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332|8|NDg1NC4zOHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="4854.38" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1211.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: Standard Room with Double Bed|Room 4: SUPERIOR ROOM WITH KING BED" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.KG-SU$RO 16$RO$$4~2~0$$P@07~A-SIC~250150c~-1623242116~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920013c6|8|NDg2MS4yNHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="4861.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -632.80</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1203.66" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: SUPERIOR ROOM WITH KING BED|Room 4: Standard Room with Double Bed" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.KG-SU$RO 16$RO$$4~2~0$$P@07~A-SIC~250150c~-1623242116~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920013c6^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba|8|NDg2MS4yNHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="4861.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -632.80</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1203.66" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: Superior Double|Room 4: SUPERIOR ROOM WITH KING BED" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.SU$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~232196088~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332^20250417$20250421$W$164$6556$DBL.KG-SU$RO 16$RO$$4~2~0$$P@07~A-SIC~250150c~-1623242116~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920013c6|8|NDg5MS4yN3xHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="4891.27" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32&lt;br/&gt;Exclusive discount Amount: -632.80</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1211.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: SUPERIOR TWIN WITH 2 SINGLE BEDS|Room 4: SUPERIOR ROOM WITH KING BED" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$TWN.SU-1$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~-1362090337~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332^20250417$20250421$W$164$6556$DBL.KG-SU$RO 16$RO$$4~2~0$$P@07~A-SIC~250150c~-1623242116~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920013c6|8|NDg5MS4yN3xHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="4891.27" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32&lt;br/&gt;Exclusive discount Amount: -632.80</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1211.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: SUPERIOR ROOM WITH KING BED|Room 4: Superior Double" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.KG-SU$RO 16$RO$$4~2~0$$P@07~A-SIC~250150c~-1623242116~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920013c6^20250417$20250421$W$164$6556$DBL.SU$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~232196088~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332|8|NDg5MS4yN3xHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="4891.27" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -632.80&lt;br/&gt;Exclusive discount Amount: -614.32</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1211.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: SUPERIOR ROOM WITH KING BED|Room 4: SUPERIOR TWIN WITH 2 SINGLE BEDS" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.KG-SU$RO 16$RO$$4~2~0$$P@07~A-SIC~250150c~-1623242116~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920013c6^20250417$20250421$W$164$6556$TWN.SU-1$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~-1362090337~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332|8|NDg5MS4yN3xHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="4891.27" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -632.80&lt;br/&gt;Exclusive discount Amount: -614.32</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1211.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: SUPERIOR ROOM WITH KING BED|Room 4: SUPERIOR ROOM WITH KING BED" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.KG-SU$RO 16$RO$$4~2~0$$P@07~A-SIC~250150c~-1623242116~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920013c6^20250417$20250421$W$164$6556$DBL.KG-SU$RO 16$RO$$4~2~0$$P@07~A-SIC~250150c~-1623242116~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920013c6|8|NDkyOC4xNnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="4928.16" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -632.80</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1211.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room - King - Superior|Room 2: Double room - King - Superior|Room 3: Double room - King - Superior|Room 4: Double room - King - Superior" RoomTypeCode="151040091|1|4948|27|NDk0OHxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="4948" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:44:29.7191875+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room King bed - Superior|Room 2: Double room King bed - Superior|Room 3: Double room King bed - Superior|Room 4: Double room King bed - Superior" RoomTypeCode="150995548|1|5128|27|NTEyOHxHQlB8MjAyNS0wNC0xNQ==" OriginalAmount="0" TotalPrice="5128" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T13:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room King bed - Superior|Room 2: Double room King bed - Superior|Room 3: Double room King bed - Superior|Room 4: Double room King bed - Superior" RoomTypeCode="150995549|3|5163|27|NTE2M3xHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="5163" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:44:29.8598207+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: Standard Room with Double Bed|Room 4: EXECUTIVE ROOM WITH KING BED" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.EJ-KG$RO 16$RO$$4~2~0$$P@07~A-SIC~2281b66~2092253941~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924c19bc|8|NTI0Mi45M3xHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5242.93" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -823.60</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1301.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: Superior Double|Room 4: EXECUTIVE ROOM WITH KING BED" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.SU$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~232196088~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332^20250417$20250421$W$164$6556$DBL.EJ-KG$RO 16$RO$$4~2~0$$P@07~A-SIC~2281b66~2092253941~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924c19bc|8|NTI3Mi45NnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5272.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32&lt;br/&gt;Exclusive discount Amount: -823.60</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1309.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: SUPERIOR TWIN WITH 2 SINGLE BEDS|Room 4: EXECUTIVE ROOM WITH KING BED" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$TWN.SU-1$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~-1362090337~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332^20250417$20250421$W$164$6556$DBL.EJ-KG$RO 16$RO$$4~2~0$$P@07~A-SIC~2281b66~2092253941~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924c19bc|8|NTI3Mi45NnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5272.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32&lt;br/&gt;Exclusive discount Amount: -823.60</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1309.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: SUPERIOR ROOM WITH KING BED|Room 4: EXECUTIVE ROOM WITH KING BED" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.KG-SU$RO 16$RO$$4~2~0$$P@07~A-SIC~250150c~-1623242116~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920013c6^20250417$20250421$W$164$6556$DBL.EJ-KG$RO 16$RO$$4~2~0$$P@07~A-SIC~2281b66~2092253941~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924c19bc|8|NTMwOS44NXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5309.85" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -632.80&lt;br/&gt;Exclusive discount Amount: -823.60</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1309.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room-Standard Room with Double Bed|Room 2: Standard Room-Standard Room with Double Bed|Room 3: Standard Room-Standard Room with Double Bed|Room 4: Standard Room-Standard Room with Double Bed" RoomTypeCode="103e4c_14974481001324027_1_61-27_2_2_0_3_1055500994_5_1-6-0~1-6-0~1-6-0~1-6-0_92-100_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|NTM2Mi43OXxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="5362.79" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:44:27.9534439+00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: Standard Room with Double Bed|Room 4: Superior Room with 2 Double Beds" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$QUA.2D$RO 16$RO$$4~2~0$$P@07~A-SIC~2141e83~-987300162~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130925c1cab|8|NTQzMC43MnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5430.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -917.40</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1412.83" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: Standard Room with Double Bed|Room 4: SUPERIOR ROOM WITH 2 DOUBLE BEDS" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$TWN.SU$RO 16$RO$$4~2~0$$P@07~A-SIC~2141e83~-205769984~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130925c1cab|8|NTQzMC43MnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5430.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -917.40</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1412.83" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: Superior Double|Room 4: Superior Room with 2 Double Beds" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.SU$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~232196088~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332^20250417$20250421$W$164$6556$QUA.2D$RO 16$RO$$4~2~0$$P@07~A-SIC~2141e83~-987300162~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130925c1cab|8|NTQ2MC43NXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5460.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32&lt;br/&gt;Exclusive discount Amount: -917.40</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1420.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: Superior Double|Room 4: SUPERIOR ROOM WITH 2 DOUBLE BEDS" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.SU$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~232196088~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332^20250417$20250421$W$164$6556$TWN.SU$RO 16$RO$$4~2~0$$P@07~A-SIC~2141e83~-205769984~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130925c1cab|8|NTQ2MC43NXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5460.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32&lt;br/&gt;Exclusive discount Amount: -917.40</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1420.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: SUPERIOR TWIN WITH 2 SINGLE BEDS|Room 4: Superior Room with 2 Double Beds" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$TWN.SU-1$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~-1362090337~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332^20250417$20250421$W$164$6556$QUA.2D$RO 16$RO$$4~2~0$$P@07~A-SIC~2141e83~-987300162~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130925c1cab|8|NTQ2MC43NXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5460.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32&lt;br/&gt;Exclusive discount Amount: -917.40</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1420.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: SUPERIOR TWIN WITH 2 SINGLE BEDS|Room 4: SUPERIOR ROOM WITH 2 DOUBLE BEDS" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$TWN.SU-1$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~-1362090337~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332^20250417$20250421$W$164$6556$TWN.SU$RO 16$RO$$4~2~0$$P@07~A-SIC~2141e83~-205769984~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130925c1cab|8|NTQ2MC43NXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5460.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32&lt;br/&gt;Exclusive discount Amount: -917.40</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1420.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior Room-SUPERIOR TWIN WITH 2 SINGLE BEDS|Room 2: Superior Room-SUPERIOR TWIN WITH 2 SINGLE BEDS|Room 3: Superior Room-SUPERIOR TWIN WITH 2 SINGLE BEDS|Room 4: Superior Room-SUPERIOR TWIN WITH 2 SINGLE BEDS" RoomTypeCode="103e4c_14975596999429208_1_61-27_2_2_0_3_3562897003_7_2-8-0~2-8-0~2-8-0~2-8-0_92-100_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|NTQ5Ny4yM3xHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="5497.23" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:44:27.9534439+00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior Room-Superior Double|Room 2: Superior Room-Superior Double|Room 3: Superior Room-Superior Double|Room 4: Superior Room-Superior Double" RoomTypeCode="103e4c_14975597472204115_1_61-27_2_2_0_3_3364845408_6_1-8-0~1-8-0~1-8-0~1-8-0_92-100_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|NTQ5Ny4yM3xHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="5497.23" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:44:27.9534439+00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: SUPERIOR ROOM WITH KING BED|Room 4: Superior Room with 2 Double Beds" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.KG-SU$RO 16$RO$$4~2~0$$P@07~A-SIC~250150c~-1623242116~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920013c6^20250417$20250421$W$164$6556$QUA.2D$RO 16$RO$$4~2~0$$P@07~A-SIC~2141e83~-987300162~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130925c1cab|8|NTQ5Ny42NHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5497.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -632.80&lt;br/&gt;Exclusive discount Amount: -917.40</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1420.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: SUPERIOR ROOM WITH KING BED|Room 4: SUPERIOR ROOM WITH 2 DOUBLE BEDS" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.KG-SU$RO 16$RO$$4~2~0$$P@07~A-SIC~250150c~-1623242116~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920013c6^20250417$20250421$W$164$6556$TWN.SU$RO 16$RO$$4~2~0$$P@07~A-SIC~2141e83~-205769984~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130925c1cab|8|NTQ5Ny42NHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5497.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -632.80&lt;br/&gt;Exclusive discount Amount: -917.40</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1420.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: Standard Room with Double Bed|Room 4: Junior Suite" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$JSU.KG-SU$RO 16$RO$$4~2~0$$P@07~A-SIC~23c2209~1114594307~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092281ffb|8|NTY0Mi41OXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5642.59" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -1023.40</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1443.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: Standard Room with Double Bed|Room 4: Junior Suite with Double Bed" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$JSU.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~23c2209~344495707~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092281ffb|8|NTY0Mi41OXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5642.59" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -1023.40</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1443.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: Superior Double|Room 4: Junior Suite" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.SU$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~232196088~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332^20250417$20250421$W$164$6556$JSU.KG-SU$RO 16$RO$$4~2~0$$P@07~A-SIC~23c2209~1114594307~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092281ffb|8|NTY3Mi42MnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5672.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32&lt;br/&gt;Exclusive discount Amount: -1023.40</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1450.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: Superior Double|Room 4: Junior Suite with Double Bed" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.SU$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~232196088~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332^20250417$20250421$W$164$6556$JSU.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~23c2209~344495707~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092281ffb|8|NTY3Mi42MnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5672.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32&lt;br/&gt;Exclusive discount Amount: -1023.40</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1450.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: SUPERIOR TWIN WITH 2 SINGLE BEDS|Room 4: Junior Suite" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$TWN.SU-1$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~-1362090337~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332^20250417$20250421$W$164$6556$JSU.KG-SU$RO 16$RO$$4~2~0$$P@07~A-SIC~23c2209~1114594307~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092281ffb|8|NTY3Mi42MnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5672.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32&lt;br/&gt;Exclusive discount Amount: -1023.40</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1450.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: SUPERIOR TWIN WITH 2 SINGLE BEDS|Room 4: Junior Suite with Double Bed" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$TWN.SU-1$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~-1362090337~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332^20250417$20250421$W$164$6556$JSU.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~23c2209~344495707~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092281ffb|8|NTY3Mi42MnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5672.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32&lt;br/&gt;Exclusive discount Amount: -1023.40</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1450.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: SUPERIOR ROOM WITH KING BED|Room 4: Junior Suite" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.KG-SU$RO 16$RO$$4~2~0$$P@07~A-SIC~250150c~-1623242116~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920013c6^20250417$20250421$W$164$6556$JSU.KG-SU$RO 16$RO$$4~2~0$$P@07~A-SIC~23c2209~1114594307~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092281ffb|8|NTcwOS41MXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5709.51" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -632.80&lt;br/&gt;Exclusive discount Amount: -1023.40</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1450.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: SUPERIOR ROOM WITH KING BED|Room 4: Junior Suite with Double Bed" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.KG-SU$RO 16$RO$$4~2~0$$P@07~A-SIC~250150c~-1623242116~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920013c6^20250417$20250421$W$164$6556$JSU.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~23c2209~344495707~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092281ffb|8|NTcwOS41MXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5709.51" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -632.80&lt;br/&gt;Exclusive discount Amount: -1023.40</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1450.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room-Standard Room, 1 Double Bed|Room 2: Standard Room-Standard Room, 1 Double Bed|Room 3: Standard Room-Standard Room, 1 Double Bed|Room 4: Standard Room-Standard Room, 1 Double Bed" RoomTypeCode="103e4c_14972298310955584_1_108-44_2_2_0_3_3932521081_10_1-6-0~1-6-0~1-6-0~1-6-0_92-100_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|NTc0Mi4wMHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="5742.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:44:27.9534439+00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin room|Room 2: Twin room|Room 3: Twin room|Room 4: Twin room" RoomTypeCode="219359266|3|5825|27|NTgyNXxHQlB8MjAyNS0wNC0wMw==" OriginalAmount="0" TotalPrice="5825" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/03/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-03-30T03:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: Standard Room with Double Bed|Room 4: Suite" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$SUI.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~2002610~1087177879~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920c23c3|8|NTg4NC41MnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5884.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -1144.40</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1503.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior Room-Superior Double Room|Room 2: Superior Room-Superior Double Room|Room 3: Superior Room-Superior Double Room|Room 4: Superior Room-Superior Double Room" RoomTypeCode="103e4c_14974463848521251_1_108-44_2_2_0_3_1045081104_11_1-8-0~1-8-0~1-8-0~1-8-0_92-100_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|NTg4Ni4wMHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="5886.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:44:27.9534439+00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior Room-Superior Twin Room|Room 2: Superior Room-Superior Twin Room|Room 3: Superior Room-Superior Twin Room|Room 4: Superior Room-Superior Twin Room" RoomTypeCode="103e4c_14974464422428675_1_108-44_2_2_0_3_12055088_12_2-8-0~2-8-0~2-8-0~2-8-0_92-100_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|NTg4Ni4wMHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="5886.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:44:27.9534439+00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: Superior Double|Room 4: Suite" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.SU$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~232196088~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332^20250417$20250421$W$164$6556$SUI.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~2002610~1087177879~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920c23c3|8|NTkxNC41NXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5914.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32&lt;br/&gt;Exclusive discount Amount: -1144.40</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1510.97" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: SUPERIOR TWIN WITH 2 SINGLE BEDS|Room 4: Suite" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$TWN.SU-1$RO 16$RO$$4~2~0$$P@07~A-SIC~2001470~-1362090337~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c1332^20250417$20250421$W$164$6556$SUI.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~2002610~1087177879~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920c23c3|8|NTkxNC41NXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5914.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -614.32&lt;br/&gt;Exclusive discount Amount: -1144.40</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1510.97" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room with Double Bed|Room 2: Standard Room with Double Bed|Room 3: SUPERIOR ROOM WITH KING BED|Room 4: Suite" RoomTypeCode="20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~20013f0~-1904102893~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922012ba^20250417$20250421$W$164$6556$DBL.KG-SU$RO 16$RO$$4~2~0$$P@07~A-SIC~250150c~-1623242116~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920013c6^20250417$20250421$W$164$6556$SUI.ST$RO 16$RO$$4~2~0$$P@07~A-SIC~2002610~1087177879~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920c23c3|8|NTk1MS40NHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5951.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><Offer>Exclusive discount Amount: -599.24&lt;br/&gt;Exclusive discount Amount: -632.80&lt;br/&gt;Exclusive discount Amount: -1144.40</Offer><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1510.97" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room - Executive - King bed|Room 2: Double room - Executive - King bed|Room 3: Double room - Executive - King bed|Room 4: Double room - Executive - King bed" RoomTypeCode="151040176|1|6441|27|NjQ0MXxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="6441" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:44:30.2660931+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room King bed - Executive|Room 2: Double room King bed - Executive|Room 3: Double room King bed - Executive|Room 4: Double room King bed - Executive" RoomTypeCode="213581414|1|7653|27|NzY1M3xHQlB8MjAyNS0wNC0xMw==" OriginalAmount="0" TotalPrice="7653" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T08:00:00" End="2025-04-10T08:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty><CancelPenalty Start="2025-04-11T08:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - Double/Double - Superior|Room 2: Twin room - Double/Double - Superior|Room 3: Twin room - Double/Double - Superior|Room 4: Twin room - Double/Double - Superior" RoomTypeCode="151040144|1|7825|27|NzgyNXxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="7825" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:44:30.9380061+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Executive Room-Executive Room, 1 King Bed|Room 2: Executive Room-Executive Room, 1 King Bed|Room 3: Executive Room-Executive Room, 1 King Bed|Room 4: Executive Room-Executive Room, 1 King Bed" RoomTypeCode="103e4c_15535221742155334_1_108-44_2_2_0_3_2673639541_14_1-11-0~1-11-0~1-11-0~1-11-0_92-100_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|Nzg5MS4yMHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="7891.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:44:27.9534439+00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite|Room 2: Junior Suite|Room 3: Junior Suite|Room 4: Junior Suite" RoomTypeCode="151040195|1|8001|27|ODAwMXxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="8001" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:44:31.0786388+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite|Room 2: Suite|Room 3: Suite|Room 4: Suite" RoomTypeCode="151040209|1|8947|27|ODk0N3xHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="8947" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|King-size Bed|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:44:31.219272+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://dmcsquare.b-cdn.net/Images/16109/a_16109_A2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/16109/a_16109_B2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/16109/l_16109_C2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/16109/l_16109_D2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/16109/r_16109_E2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/16109/r_16109_F2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/16109/w_16109_G2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/16109/w_16109_H2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/16109/w_16109_I2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/16109/w_16109_J2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/16109/ba_16109_K2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/16109/ba_16109_L2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/16109/gt_16109_M2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/16109/gt_16109_N2.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This refined city hotel is located at the heart of London, just a stone's throw from Piccadilly Circus. Piccadilly Circus tube station is not far away.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel was built in 1908. 13 junior suites, 21 suites and 266 double rooms are located on 9 storeys and can be reached by lift. Multilingual staff at the reception are happy to assist guests at the reception desk round the clock. Check-in and check-out are available 24 hours a day. Amenities available at the hotel include a cloakroom, baggage storage service, safe and currency exchange service. Wireless internet access (no extra charge) allows guests to stay connected while on holiday. The tour desk offers assistance with booking excursions. The hotel has wheelchair-accessible facilities. Parking facilities available to guests include a garage and a car park (for a fee). Further services include a babysitting service, medical assistance, room service, a laundry service, a hairdresser, a coin-operated laundry and a page service. A bicycle hire service gives guests the opportunity to explore the surrounding area independently. Complimentary newspapers are available.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning and central heating ensure that rooms maintain comfortable temperatures. All rooms are carpeted and have a double bed or a king-size bed. For a fee, extra beds or children's beds can be provided for little travellers. 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, a stereo system and WiFi (no extra charge) are provided as well. A turndown service provides guests with additional comfort in the evening hours. 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. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. The hotel has family rooms, non-smoking rooms and smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The pleasantly heated water of the indoor and outdoor pools guarantees comfortable swimming. Fine weather can be enjoyed on the terrace. The hot tub in the pool area promises pure relaxation. For those who wish to stay active while on holiday, the hotel offers cycling/mountain biking. Sport and leisure facilities at the hotel include a gym, squash and aerobics. Various wellness options are available at the hotel, including a spa, a sauna, a steam bath, a hammam, a beauty salon, massage treatments and hydrotherapy treatments. Copyright GIATA 2004 - 2022. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Travellers can choose from a range of snacks and meals including breakfast, lunch or dinner. Special dietary cuisine and gluten-free meals can be prepared on request.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the establishment: American Express, VISA, Diners Club and MasterCard.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>44-207-437-3574</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>44-207-734-8000</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Located on main road</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>1908</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2010</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>9</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>266</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>266</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Suites</Description><Value>21</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Junior Suites</Description><Value>13</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour check-in</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Currency Exchange</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Cloakroom</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Café</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hairdresser</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with non-smoking area</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Medical Assistance</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bicycle Hire</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Garage</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Facilities</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Pets</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Lunch Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Special Diet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Indoor Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Jacuzzi</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sauna</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Steam bath</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Squash</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Aerobics</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Cycling/Mountain Biking</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Heated Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Protective hygiene screens</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Social distancing regulations</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Enhanced cleaning programme</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Contactless check-in/-out</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Protective masks for guests</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Hand sanitiser</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Use of commercially available disinfectants</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Protective equipment for employees</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Packaged meals</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Time interval between room bookings</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Protective equipment for guests</Description><Value>true</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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="e0814d29-42f6-4879-b6cb-346c98210e7c">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-17T00:00:00" End="2025-04-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="173526|31913" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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="e0814d29-42f6-4879-b6cb-346c98210e7c" TimeStamp="0001-01-01T00:00:00" HotelName="St. Pancras Renaissance London" HotelCode="173526|11e5b2" StarRating="5" GTCityId="40324" CountryCode="GB" CityName="London" CountryName="United Kingdom" Address="Euston Road, London NW1 2AR" PostCode="NW1 2AR" PhoneNo="+442078413540" FaxNo="+442078413579" Email="" CheckInTime="" CheckOutTime="" Latitude="51.529345" Longitude="-0.126088" SourceId="45" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: House - De Luxe|Room 2: House - De Luxe|Room 3: House - De Luxe|Room 4: House - De Luxe" RoomTypeCode="218087322|1|4307|27|NDMwN3xHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="4307" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:45:57.6139579+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe Room-Deluxe House, Non Smoking|Room 2: Deluxe Room-Deluxe House, Non Smoking|Room 3: Deluxe Room-Deluxe House, Non Smoking|Room 4: Deluxe Room-Deluxe House, Non Smoking" RoomTypeCode="11e5b2_14694108226126380_1_108-44_2_2_0_3_2670869278_3_1-13-0~1-13-0~1-13-0~1-13-0_92-100_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|NDk0Ny4yMHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="4947.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:45:56.0045026+00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Room-House, 1 King Bed, Non Smoking|Room 2: Standard Room-House, 1 King Bed, Non Smoking|Room 3: Standard Room-House, 1 King Bed, Non Smoking|Room 4: Standard Room-House, 1 King Bed, Non Smoking" RoomTypeCode="11e5b2_14975569775997165_1_108-44_2_2_0_3_3152052701_4_1-6-0~1-6-0~1-6-0~1-6-0_92-100_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|NTY1MS4yNHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="5651.24" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:45:56.0045026+00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior Room-Superior House, 1 King Bed, Non Smoking|Room 2: Superior Room-Superior House, 1 King Bed, Non Smoking|Room 3: Superior Room-Superior House, 1 King Bed, Non Smoking|Room 4: Superior Room-Superior House, 1 King Bed, Non Smoking" RoomTypeCode="11e5b2_14976681281119287_1_108-44_2_2_0_3_1736627461_5_1-8-0~1-8-0~1-8-0~1-8-0_92-100_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|NTc3OS4wOHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="5779.08" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:45:56.0045026+00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Premium Room-Premier Room, 1 King Bed, Non Smoking|Room 2: Premium Room-Premier Room, 1 King Bed, Non Smoking|Room 3: Premium Room-Premier Room, 1 King Bed, Non Smoking|Room 4: Premium Room-Premier Room, 1 King Bed, Non Smoking" RoomTypeCode="11e5b2_14979955003436317_1_108-44_2_2_0_3_2794788910_7_1-10-0~1-10-0~1-10-0~1-10-0_92-100_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|NjAzNS4yNHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="6035.24" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:45:56.0045026+00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast|Room 4: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: House - De Luxe|Room 2: House - De Luxe|Room 3: House - De Luxe|Room 4: House - De Luxe" RoomTypeCode="218087323|3|6114|27|NjExNHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="6114" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T03:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast Continental|Room 2: Breakfast Continental|Room 3: Breakfast Continental|Room 4: Breakfast Continental" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe Room-Deluxe House, Non Smoking|Room 2: Deluxe Room-Deluxe House, Non Smoking|Room 3: Deluxe Room-Deluxe House, Non Smoking|Room 4: Deluxe Room-Deluxe House, Non Smoking" RoomTypeCode="11e5b2_15255932931673897_2_108-44_2_2_1_3_2670869278_1_1-13-0~1-13-0~1-13-0~1-13-0_2-26_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|Njk4NC4xMnxHQlB8MjAyNS0wNC0xNQ==" OriginalAmount="0" TotalPrice="6984.12" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="26" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast Continental|Room 2: Breakfast Continental|Room 3: Breakfast Continental|Room 4: Breakfast Continental" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Superior Room-Superior House, 1 King Bed, Non Smoking|Room 2: Superior Room-Superior House, 1 King Bed, Non Smoking|Room 3: Superior Room-Superior House, 1 King Bed, Non Smoking|Room 4: Superior Room-Superior House, 1 King Bed, Non Smoking" RoomTypeCode="11e5b2_15536319948972861_2_108-44_2_2_1_3_1736627461_0_1-8-0~1-8-0~1-8-0~1-8-0_2-25_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|ODAyNC4xMnxHQlB8MjAyNS0wNC0xNQ==" OriginalAmount="0" TotalPrice="8024.12" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast Continental|Room 2: Breakfast Continental|Room 3: Breakfast Continental|Room 4: Breakfast Continental" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Premium Room-Premier Room, 1 King Bed, Non Smoking|Room 2: Premium Room-Premier Room, 1 King Bed, Non Smoking|Room 3: Premium Room-Premier Room, 1 King Bed, Non Smoking|Room 4: Premium Room-Premier Room, 1 King Bed, Non Smoking" RoomTypeCode="11e5b2_15539615028685594_2_108-44_2_2_1_3_2794788910_2_1-10-0~1-10-0~1-10-0~1-10-0_2-25_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|ODM0NC4wOHxHQlB8MjAyNS0wNC0xNQ==" OriginalAmount="0" TotalPrice="8344.08" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite|Room 2: Junior Suite|Room 3: Junior Suite|Room 4: Junior Suite" RoomTypeCode="219168803|1|8357|27|ODM1N3xHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="8357" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:45:57.7243684+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite - Grand|Room 2: Suite - Grand|Room 3: Suite - Grand|Room 4: Suite - Grand" RoomTypeCode="218088029|1|9257|27|OTI1N3xHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="9257" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:45:57.7868714+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite Room-Junior Suite, 1 King Bed, Non Smoking|Room 2: Junior Suite Room-Junior Suite, 1 King Bed, Non Smoking|Room 3: Junior Suite Room-Junior Suite, 1 King Bed, Non Smoking|Room 4: Junior Suite Room-Junior Suite, 1 King Bed, Non Smoking" RoomTypeCode="11e5b2_15822197984546662_1_108-44_2_2_0_3_3124853840_19_1-14-0~1-14-0~1-14-0~1-14-0_92-100_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|OTU3OC4wMHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="9578.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Safe|TV|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:45:56.0045026+00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_a_110.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_099.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_098.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_097.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_096.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_095.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_p_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_l_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_l_049.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_a_104.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_f_063.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_l_048.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_a_107.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_a_106.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_a_109.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_f_066.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_a_108.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_f_067.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_f_064.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_f_065.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_069.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_068.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_067.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_066.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_065.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_064.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_a_103.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_063.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_062.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_072.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_071.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_070.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_ba_043.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_l_059.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_ba_045.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_ba_044.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_r_060.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_r_061.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_079.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_078.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_077.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_076.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_075.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_074.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_073.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_083.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_082.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_081.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_k_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_080.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_l_055.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_l_057.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_089.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_088.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_087.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_086.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_085.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_084.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_094.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_r_059.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_093.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_092.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_091.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_w_090.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_l_061.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_l_060.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/21/218358/218358a_hb_l_062.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;Located in the heart of London, this urban hotel is ideal for business travellers.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;245 rooms are located on 7 storeys and can be reached by lift. The friendly staff at the reception desk are happy to answer any questions. Amenities available at the hotel include a baggage storage service and a safe. Wireless internet access (no extra charge) is provided in public areas. The hotel has wheelchair-accessible facilities. Guests arriving by car can park their vehicles in the car park. Further services include a babysitting service, 24-hour room service, a laundry service, a hairdresser, a coin-operated laundry and a page service. Complimentary newspapers are available. 12 conference rooms are available for lectures, presentations and meetings.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain just the right temperature. An extra bed is available for a fee. A safe and a desk are also available. Guests will also find a tea/coffee station included among the standard features. An ironing set is provided for guests' convenience. Other features include a telephone, a television with pay-per-view channels and WiFi. A turndown service provides guests with additional comfort in the evening hours. A hairdryer and bathrobes are provided in the bathrooms, which include a shower and a bathtub. For extra comfort in the bathrooms, guests are offered cosmetic products. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. The hotel has family rooms and non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The indoor and outdoor pools are ideal for exercise as well as relaxation. Fine weather can be enjoyed on the terrace. The hot tub in the pool area promises pure relaxation. After an eventful day, guests can work out and recharge in the gym. Various wellness options are available at the hotel, including a spa, a sauna, a steam bath, a beauty salon and massage treatments. Copyright GIATA 2004 - 2022. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Breakfast can be booked.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>44-20-78413579</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>44-20-78413540</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>7</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>245</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>JCB</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>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>Hairdresser</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>12</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Facilities</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Pets</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Indoor Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Jacuzzi</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sauna</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Steam bath</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Enhanced cleaning programme</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Hand sanitiser</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Use of commercially available disinfectants</Description><Value>true</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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="e0814d29-42f6-4879-b6cb-346c98210e7c">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-17T00:00:00" End="2025-04-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="16421|11852" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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="e0814d29-42f6-4879-b6cb-346c98210e7c" TimeStamp="0001-01-01T00:00:00" HotelName="Nobu Hotel London Portman Square" HotelCode="16421|112da7" StarRating="4" GTCityId="40324" CountryCode="GB" CityName="London" CountryName="United Kingdom" Address="22 Portman Square, Marylebone, London W1H7BG" PostCode="W1H7BG" PhoneNo="+442072086000,+442039885888" FaxNo="+442072086001" Email="enquiryportmansquare@nobuhotels.com" CheckInTime="24-Hour" CheckOutTime="24-Hour" Latitude="51.516080524059" Longitude="-0.15780240297318" SourceId="45" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room King bed - De Luxe|Room 2: Double room King bed - De Luxe|Room 3: Double room King bed - De Luxe|Room 4: Double room King bed - De Luxe" RoomTypeCode="188678188|1|5266|27|NTI2NnxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="5266" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:47:03.2601947+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - De Luxe|Room 2: Twin/Double room - De Luxe|Room 3: Twin/Double room - De Luxe|Room 4: Twin/Double room - De Luxe" RoomTypeCode="73645095|1|5435|27|NTQzNXxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="5435" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:47:03.4164536+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room King bed - De Luxe - Balcony|Room 2: Double room King bed - De Luxe - Balcony|Room 3: Double room King bed - De Luxe - Balcony|Room 4: Double room King bed - De Luxe - Balcony" RoomTypeCode="191287256|1|5491|27|NTQ5MXxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="5491" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:47:03.5727123+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe Room-deluxe room|Room 2: Deluxe Room-deluxe room|Room 3: Deluxe Room-deluxe room|Room 4: Deluxe Room-deluxe room" RoomTypeCode="112da7_14977754678125527_1_61-27_2_2_0_3_1966169061_10_1-13-0~1-13-0~1-13-0~1-13-0_92-100_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|NTYwNi44MnxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="5606.82" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:47:01.4007071+00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe room|Room 2: Deluxe room|Room 3: Deluxe room|Room 4: Deluxe room" RoomTypeCode="211332749|1|5615|27|NTYxNXxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="5615" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:47:03.7445898+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - De Luxe - Balcony|Room 2: Twin/Double room - De Luxe - Balcony|Room 3: Twin/Double room - De Luxe - Balcony|Room 4: Twin/Double room - De Luxe - Balcony" RoomTypeCode="178690784|1|5667|27|NTY2N3xHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="5667" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:47:03.8383452+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe Room-Deluxe Double or Twin Room|Room 2: Deluxe Room-Deluxe Double or Twin Room|Room 3: Deluxe Room-Deluxe Double or Twin Room|Room 4: Deluxe Room-Deluxe Double or Twin Room" RoomTypeCode="112da7_14976658423985587_1_108-44_2_2_0_3_812025477_10_1-13-0~1-13-0~1-13-0~1-13-0_92-100_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|NjAwMy45NnxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="6003.96" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:47:01.4007071+00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe room|Room 4: deluxe room" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d|8|Njk0MS4yOHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="6941.28" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1744.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe room|Room 4: deluxe balcony room" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001e90~1821748708~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092241c45|8|NzAxNS4zMHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7015.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1762.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe balcony room|Room 4: deluxe room" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001e90~1821748708~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092241c45^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d|8|NzAxNS4zMHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7015.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1762.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe room|Room 4: Room DELUXE" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~23e1d62~483841617~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923e1d62|8|NzA4Ni42MnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7086.62" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1943.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE|Room 4: deluxe room" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~23e1d62~483841617~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923e1d62^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d|8|NzA4Ni42MnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7086.62" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1943.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe balcony room|Room 4: deluxe balcony room" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001e90~1821748708~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092241c45^20250417$20250421$W$164$718350$DBL.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001e90~1821748708~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092241c45|8|NzA4OS4zMnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7089.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1781.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe room|Room 4: DOUBLE DELUXE KING BED" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX-KG$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2121e6f~476376907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092121e6f|8|NzE1My43NnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7153.76" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: DOUBLE DELUXE KING BED|Room 4: deluxe room" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX-KG$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2121e6f~476376907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092121e6f^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d|8|NzE1My43NnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7153.76" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe balcony room|Room 4: Room DELUXE" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001e90~1821748708~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092241c45^20250417$20250421$W$164$718350$ROO.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~23e1d62~483841617~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923e1d62|8|NzE2MC42NHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7160.64" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1961.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE|Room 4: deluxe balcony room" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~23e1d62~483841617~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923e1d62^20250417$20250421$W$164$718350$DBL.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001e90~1821748708~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092241c45|8|NzE2MC42NHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7160.64" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1961.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe room|Room 4: Room DELUXE WITH BALCONY" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.BL-DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~24b1ea1~-633652626~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924b1ea1|8|NzE2Ni40MHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7166.40" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1970.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE WITH BALCONY|Room 4: deluxe room" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.BL-DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~24b1ea1~-633652626~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924b1ea1^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d|8|NzE2Ni40MHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7166.40" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1970.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe balcony room|Room 4: DOUBLE DELUXE KING BED" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001e90~1821748708~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092241c45^20250417$20250421$W$164$718350$DBL.DX-KG$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2121e6f~476376907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092121e6f|8|NzIyNy43OHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7227.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: DOUBLE DELUXE KING BED|Room 4: deluxe balcony room" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX-KG$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2121e6f~476376907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092121e6f^20250417$20250421$W$164$718350$DBL.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001e90~1821748708~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092241c45|8|NzIyNy43OHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7227.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE|Room 4: Room DELUXE" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~23e1d62~483841617~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923e1d62^20250417$20250421$W$164$718350$ROO.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~23e1d62~483841617~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923e1d62|8|NzIzMS45NnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7231.96" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2142.46" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe balcony room|Room 4: Room DELUXE WITH BALCONY" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001e90~1821748708~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092241c45^20250417$20250421$W$164$718350$ROO.BL-DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~24b1ea1~-633652626~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924b1ea1|8|NzI0MC40MnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7240.42" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1988.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE WITH BALCONY|Room 4: deluxe balcony room" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.BL-DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~24b1ea1~-633652626~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924b1ea1^20250417$20250421$W$164$718350$DBL.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001e90~1821748708~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092241c45|8|NzI0MC40MnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7240.42" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1988.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE|Room 4: DOUBLE DELUXE KING BED" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~23e1d62~483841617~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923e1d62^20250417$20250421$W$164$718350$DBL.DX-KG$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2121e6f~476376907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092121e6f|8|NzI5OS4xMHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7299.10" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: DOUBLE DELUXE KING BED|Room 4: Room DELUXE" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX-KG$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2121e6f~476376907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092121e6f^20250417$20250421$W$164$718350$ROO.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~23e1d62~483841617~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923e1d62|8|NzI5OS4xMHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7299.10" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE|Room 4: Room DELUXE WITH BALCONY" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~23e1d62~483841617~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923e1d62^20250417$20250421$W$164$718350$ROO.BL-DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~24b1ea1~-633652626~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924b1ea1|8|NzMxMS43NHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7311.74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2169.46" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE WITH BALCONY|Room 4: Room DELUXE" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.BL-DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~24b1ea1~-633652626~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924b1ea1^20250417$20250421$W$164$718350$ROO.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~23e1d62~483841617~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923e1d62|8|NzMxMS43NHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7311.74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2169.46" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: DOUBLE DELUXE KING BED|Room 4: DOUBLE DELUXE KING BED" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX-KG$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2121e6f~476376907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092121e6f^20250417$20250421$W$164$718350$DBL.DX-KG$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2121e6f~476376907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092121e6f|8|NzM2Ni4yNHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7366.24" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4869.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: DOUBLE DELUXE KING BED|Room 4: Room DELUXE WITH BALCONY" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX-KG$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2121e6f~476376907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092121e6f^20250417$20250421$W$164$718350$ROO.BL-DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~24b1ea1~-633652626~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924b1ea1|8|NzM3OC44OHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7378.88" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE WITH BALCONY|Room 4: DOUBLE DELUXE KING BED" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.BL-DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~24b1ea1~-633652626~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924b1ea1^20250417$20250421$W$164$718350$DBL.DX-KG$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2121e6f~476376907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092121e6f|8|NzM3OC44OHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7378.88" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE WITH BALCONY|Room 4: Room DELUXE WITH BALCONY" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.BL-DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~24b1ea1~-633652626~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924b1ea1^20250417$20250421$W$164$718350$ROO.BL-DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~24b1ea1~-633652626~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924b1ea1|8|NzM5MS41MnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7391.52" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2196.46" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe room|Room 4: junior suite" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$JSU.ST$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2003010~-1223568637~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092242c75|8|ODA1MS4zMHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="8051.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2022.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe balcony room|Room 4: junior suite" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001e90~1821748708~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092241c45^20250417$20250421$W$164$718350$JSU.ST$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2003010~-1223568637~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092242c75|8|ODEyNS4zMnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="8125.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2041.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE|Room 4: junior suite" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~23e1d62~483841617~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923e1d62^20250417$20250421$W$164$718350$JSU.ST$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2003010~-1223568637~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092242c75|8|ODE5Ni42NHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="8196.64" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2222.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: DOUBLE DELUXE KING BED|Room 4: junior suite" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX-KG$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2121e6f~476376907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092121e6f^20250417$20250421$W$164$718350$JSU.ST$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2003010~-1223568637~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092242c75|8|ODI2My43OHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="8263.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE WITH BALCONY|Room 4: junior suite" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.BL-DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~24b1ea1~-633652626~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924b1ea1^20250417$20250421$W$164$718350$JSU.ST$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2003010~-1223568637~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092242c75|8|ODI3Ni40MnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="8276.42" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2249.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe room|Room 4: JUNIOR SUITE NON SMOKING" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$JSU.NM$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~21a3019~-1868727320~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921a3019|8|ODI4NC4yOHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="8284.28" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2347.63" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe balcony room|Room 4: JUNIOR SUITE NON SMOKING" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001e90~1821748708~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092241c45^20250417$20250421$W$164$718350$JSU.NM$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~21a3019~-1868727320~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921a3019|8|ODM1OC4zMHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="8358.30" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2366.23" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe room|Room 4: JUNIOR SUITE STANDARD" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$JSU.ST-9$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~21e31e2~-863458817~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921e31e2|8|ODM5OC41NHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="8398.54" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE|Room 4: JUNIOR SUITE NON SMOKING" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~23e1d62~483841617~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923e1d62^20250417$20250421$W$164$718350$JSU.NM$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~21a3019~-1868727320~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921a3019|8|ODQyOS42MnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="8429.62" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2546.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite|Room 2: Junior Suite|Room 3: Junior Suite|Room 4: Junior Suite" RoomTypeCode="178939131|1|8468|27|ODQ2OHxHQlB8MjAyNS0wMS0xNg==" OriginalAmount="0" TotalPrice="8468" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:47:03.9789681+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe balcony room|Room 4: JUNIOR SUITE STANDARD" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001e90~1821748708~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092241c45^20250417$20250421$W$164$718350$JSU.ST-9$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~21e31e2~-863458817~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921e31e2|8|ODQ3Mi41NnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="8472.56" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: DOUBLE DELUXE KING BED|Room 4: JUNIOR SUITE NON SMOKING" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX-KG$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2121e6f~476376907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092121e6f^20250417$20250421$W$164$718350$JSU.NM$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~21a3019~-1868727320~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921a3019|8|ODQ5Ni43NnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="8496.76" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE WITH BALCONY|Room 4: JUNIOR SUITE NON SMOKING" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.BL-DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~24b1ea1~-633652626~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924b1ea1^20250417$20250421$W$164$718350$JSU.NM$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~21a3019~-1868727320~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921a3019|8|ODUwOS40MHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="8509.40" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2573.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE|Room 4: JUNIOR SUITE STANDARD" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~23e1d62~483841617~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923e1d62^20250417$20250421$W$164$718350$JSU.ST-9$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~21e31e2~-863458817~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921e31e2|8|ODU0My44OHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="8543.88" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe room|Room 4: one bedroom suite" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$SUI.B1$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2003970~369429519~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092283521|8|ODYwNi4zMXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="8606.31" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2162.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: DOUBLE DELUXE KING BED|Room 4: JUNIOR SUITE STANDARD" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX-KG$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2121e6f~476376907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092121e6f^20250417$20250421$W$164$718350$JSU.ST-9$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~21e31e2~-863458817~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921e31e2|8|ODYxMS4wMnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="8611.02" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="6425.47" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE WITH BALCONY|Room 4: JUNIOR SUITE STANDARD" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.BL-DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~24b1ea1~-633652626~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924b1ea1^20250417$20250421$W$164$718350$JSU.ST-9$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~21e31e2~-863458817~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921e31e2|8|ODYyMy42NnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="8623.66" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe balcony room|Room 4: one bedroom suite" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001e90~1821748708~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092241c45^20250417$20250421$W$164$718350$SUI.B1$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2003970~369429519~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092283521|8|ODY4MC4zM3xHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="8680.33" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2180.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE|Room 4: one bedroom suite" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~23e1d62~483841617~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923e1d62^20250417$20250421$W$164$718350$SUI.B1$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2003970~369429519~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092283521|8|ODc1MS42NXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="8751.65" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2361.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: DOUBLE DELUXE KING BED|Room 4: one bedroom suite" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX-KG$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2121e6f~476376907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092121e6f^20250417$20250421$W$164$718350$SUI.B1$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2003970~369429519~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092283521|8|ODgxOC43OXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="8818.79" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE WITH BALCONY|Room 4: one bedroom suite" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.BL-DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~24b1ea1~-633652626~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924b1ea1^20250417$20250421$W$164$718350$SUI.B1$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2003970~369429519~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092283521|8|ODgzMS40M3xHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="8831.43" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2388.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe room|Room 4: SUITE ONE BEDROOM" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$SUI.B1-9$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2123b9e~-318709210~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092123b9e|8|OTAyMS41MHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="9021.50" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe balcony room|Room 4: SUITE ONE BEDROOM" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001e90~1821748708~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092241c45^20250417$20250421$W$164$718350$SUI.B1-9$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2123b9e~-318709210~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092123b9e|8|OTA5NS41MnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="9095.52" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE|Room 4: SUITE ONE BEDROOM" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~23e1d62~483841617~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923e1d62^20250417$20250421$W$164$718350$SUI.B1-9$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2123b9e~-318709210~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092123b9e|8|OTE2Ni44NHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="9166.84" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite Room-junior suite|Room 2: Junior Suite Room-junior suite|Room 3: Junior Suite Room-junior suite|Room 4: Junior Suite Room-junior suite" RoomTypeCode="112da7_16098196544693997_1_61-27_2_2_0_3_1086067675_14_1-14-0~1-14-0~1-14-0~1-14-0_92-100_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|OTE5Ni41NnxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="9196.56" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:47:01.4163332+00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: DOUBLE DELUXE KING BED|Room 4: SUITE ONE BEDROOM" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX-KG$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2121e6f~476376907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092121e6f^20250417$20250421$W$164$718350$SUI.B1-9$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2123b9e~-318709210~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092123b9e|8|OTIzMy45OHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="9233.98" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7204.18" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE WITH BALCONY|Room 4: SUITE ONE BEDROOM" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.BL-DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~24b1ea1~-633652626~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924b1ea1^20250417$20250421$W$164$718350$SUI.B1-9$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2123b9e~-318709210~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092123b9e|8|OTI0Ni42MnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="9246.62" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe room|Room 4: Zen Suite" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$SUI.ST$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~20045f0~576549346~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c40b1|8|OTM0Ni4zMnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="9346.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2348.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite Room-Junior Suite|Room 2: Junior Suite Room-Junior Suite|Room 3: Junior Suite Room-Junior Suite|Room 4: Junior Suite Room-Junior Suite" RoomTypeCode="112da7_15821121612647625_1_108-44_2_2_0_3_3649421040_12_1-14-0~1-14-0~1-14-0~1-14-0_92-100_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|OTM1NS42MHxHQlB8MjAyNS0wMS0xNQ==" OriginalAmount="0" TotalPrice="9355.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:47:01.4163332+00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe balcony room|Room 4: Zen Suite" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001e90~1821748708~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092241c45^20250417$20250421$W$164$718350$SUI.ST$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~20045f0~576549346~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c40b1|8|OTQyMC4zNHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="9420.34" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2366.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE|Room 4: Zen Suite" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~23e1d62~483841617~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923e1d62^20250417$20250421$W$164$718350$SUI.ST$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~20045f0~576549346~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c40b1|8|OTQ5MS42NnxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="9491.66" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2547.53" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: DOUBLE DELUXE KING BED|Room 4: Zen Suite" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX-KG$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2121e6f~476376907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092121e6f^20250417$20250421$W$164$718350$SUI.ST$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~20045f0~576549346~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c40b1|8|OTU1OC44MHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="9558.80" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE WITH BALCONY|Room 4: Zen Suite" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.BL-DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~24b1ea1~-633652626~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924b1ea1^20250417$20250421$W$164$718350$SUI.ST$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~20045f0~576549346~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130922c40b1|8|OTU3MS40NHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="9571.44" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2574.53" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite 1 bedroom|Room 2: Suite 1 bedroom|Room 3: Suite 1 bedroom|Room 4: Suite 1 bedroom" RoomTypeCode="179004442|1|10119|27|MTAxMTl8R0JQfDIwMjUtMDEtMTY=" OriginalAmount="0" TotalPrice="10119" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:47:04.1195997+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe room|Room 4: Family Deluxe with Balcony" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$FAM.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2005928~-572086053~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924c5274|8|MTA0ODMuMTV8R0JQfDIwMjUtMDQtMTY=" OriginalAmount="0" TotalPrice="10483.15" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2682.07" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe balcony room|Room 4: Family Deluxe with Balcony" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001e90~1821748708~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092241c45^20250417$20250421$W$164$718350$FAM.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2005928~-572086053~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924c5274|8|MTA1NTcuMTd8R0JQfDIwMjUtMDQtMTY=" OriginalAmount="0" TotalPrice="10557.17" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2700.67" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE|Room 4: Family Deluxe with Balcony" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~23e1d62~483841617~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923e1d62^20250417$20250421$W$164$718350$FAM.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2005928~-572086053~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924c5274|8|MTA2MjguNDl8R0JQfDIwMjUtMDQtMTY=" OriginalAmount="0" TotalPrice="10628.49" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2881.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: DOUBLE DELUXE KING BED|Room 4: Family Deluxe with Balcony" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX-KG$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2121e6f~476376907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092121e6f^20250417$20250421$W$164$718350$FAM.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2005928~-572086053~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924c5274|8|MTA2OTUuNjN8R0JQfDIwMjUtMDQtMTY=" OriginalAmount="0" TotalPrice="10695.63" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE WITH BALCONY|Room 4: Family Deluxe with Balcony" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.BL-DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~24b1ea1~-633652626~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924b1ea1^20250417$20250421$W$164$718350$FAM.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2005928~-572086053~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924c5274|8|MTA3MDguMjd8R0JQfDIwMjUtMDQtMTY=" OriginalAmount="0" TotalPrice="10708.27" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2908.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe room|Room 4: FAMILY ROOM DELUXE" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$FAM.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~20c5c22~-288049071~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920c5c22|8|MTExMDIuNDl8R0JQfDIwMjUtMDQtMTY=" OriginalAmount="0" TotalPrice="11102.49" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3298.14" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe balcony room|Room 4: FAMILY ROOM DELUXE" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001e90~1821748708~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092241c45^20250417$20250421$W$164$718350$FAM.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~20c5c22~-288049071~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920c5c22|8|MTExNzYuNTF8R0JQfDIwMjUtMDQtMTY=" OriginalAmount="0" TotalPrice="11176.51" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3316.74" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite Room-One Bedroom Suite|Room 2: Suite Room-One Bedroom Suite|Room 3: Suite Room-One Bedroom Suite|Room 4: Suite Room-One Bedroom Suite" RoomTypeCode="112da7_3544388118154385547_1_108-44_2_2_0_3_3516604607_13_1-15-0~1-15-0~1-15-0~1-15-0_92-100_76_2.20250417_4_2~2~2~2_3_76_zene71da7e6e15e46daa6d716d705b9e14d_173704181100|45|MTExNzkuNjB8R0JQfDIwMjUtMDEtMTU=" OriginalAmount="0" TotalPrice="11179.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:47:01.4163332+00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE|Room 4: FAMILY ROOM DELUXE" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~23e1d62~483841617~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923e1d62^20250417$20250421$W$164$718350$FAM.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~20c5c22~-288049071~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920c5c22|8|MTEyNDcuODN8R0JQfDIwMjUtMDQtMTY=" OriginalAmount="0" TotalPrice="11247.83" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3497.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: DOUBLE DELUXE KING BED|Room 4: FAMILY ROOM DELUXE" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX-KG$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2121e6f~476376907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092121e6f^20250417$20250421$W$164$718350$FAM.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~20c5c22~-288049071~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920c5c22|8|MTEzMTQuOTd8R0JQfDIwMjUtMDQtMTY=" OriginalAmount="0" TotalPrice="11314.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE WITH BALCONY|Room 4: FAMILY ROOM DELUXE" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.BL-DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~24b1ea1~-633652626~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924b1ea1^20250417$20250421$W$164$718350$FAM.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~20c5c22~-288049071~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920c5c22|8|MTEzMjcuNjF8R0JQfDIwMjUtMDQtMTY=" OriginalAmount="0" TotalPrice="11327.61" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3524.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite|Room 2: Suite|Room 3: Suite|Room 4: Suite" RoomTypeCode="179004441|1|12321|27|MTIzMjF8R0JQfDIwMjUtMDEtMTY=" OriginalAmount="0" TotalPrice="12321" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:47:04.2602513+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe room|Room 4: Two Bedroom Suite" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$SUI.B2$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2007d40~-305822433~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c73db|8|MTI2MjAuNzh8R0JQfDIwMjUtMDQtMTY=" OriginalAmount="0" TotalPrice="12620.78" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3158.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe balcony room|Room 4: Two Bedroom Suite" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001e90~1821748708~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092241c45^20250417$20250421$W$164$718350$SUI.B2$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2007d40~-305822433~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c73db|8|MTI2OTQuODB8R0JQfDIwMjUtMDQtMTY=" OriginalAmount="0" TotalPrice="12694.80" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3177.59" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE|Room 4: Two Bedroom Suite" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~23e1d62~483841617~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923e1d62^20250417$20250421$W$164$718350$SUI.B2$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2007d40~-305822433~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c73db|8|MTI3NjYuMTJ8R0JQfDIwMjUtMDQtMTY=" OriginalAmount="0" TotalPrice="12766.12" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3358.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: DOUBLE DELUXE KING BED|Room 4: Two Bedroom Suite" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX-KG$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2121e6f~476376907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092121e6f^20250417$20250421$W$164$718350$SUI.B2$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2007d40~-305822433~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c73db|8|MTI4MzMuMjZ8R0JQfDIwMjUtMDQtMTY=" OriginalAmount="0" TotalPrice="12833.26" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE WITH BALCONY|Room 4: Two Bedroom Suite" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.BL-DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~24b1ea1~-633652626~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924b1ea1^20250417$20250421$W$164$718350$SUI.B2$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2007d40~-305822433~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c73db|8|MTI4NDUuOTB8R0JQfDIwMjUtMDQtMTY=" OriginalAmount="0" TotalPrice="12845.90" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3385.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe room|Room 4: SUITE TWO BEDROOMS" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$SUI.B2-1$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~20a81fc~1828955043~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920a81fc|8|MTM1MjQuOTh8R0JQfDIwMjUtMDQtMTY=" OriginalAmount="0" TotalPrice="13524.98" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: deluxe balcony room|Room 4: SUITE TWO BEDROOMS" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.BL-DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001e90~1821748708~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092241c45^20250417$20250421$W$164$718350$SUI.B2-1$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~20a81fc~1828955043~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920a81fc|8|MTM1OTkuMDB8R0JQfDIwMjUtMDQtMTY=" OriginalAmount="0" TotalPrice="13599.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE|Room 4: SUITE TWO BEDROOMS" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~23e1d62~483841617~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130923e1d62^20250417$20250421$W$164$718350$SUI.B2-1$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~20a81fc~1828955043~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920a81fc|8|MTM2NzAuMzJ8R0JQfDIwMjUtMDQtMTY=" OriginalAmount="0" TotalPrice="13670.32" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: DOUBLE DELUXE KING BED|Room 4: SUITE TWO BEDROOMS" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX-KG$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~2121e6f~476376907~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK041702790013092121e6f^20250417$20250421$W$164$718350$SUI.B2-1$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~20a81fc~1828955043~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920a81fc|8|MTM3MzcuNDZ8R0JQfDIwMjUtMDQtMTY=" OriginalAmount="0" TotalPrice="13737.46" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-11T00:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="12833.53" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY|Room 4: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: deluxe room|Room 2: deluxe room|Room 3: Room DELUXE WITH BALCONY|Room 4: SUITE TWO BEDROOMS" RoomTypeCode="20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$DBL.DX$BAR RO GR$RO$$4~2~0$$N@07~A-SIC~2001d50~-650420437~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130921c1b1d^20250417$20250421$W$164$718350$ROO.BL-DX$ID_B2B_66$RO$B2B$4~2~0$$N@07~A-SIC~24b1ea1~-633652626~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130924b1ea1^20250417$20250421$W$164$718350$SUI.B2-1$ID_B2B_87$RO$B2BEUXX$4~2~0$$N@07~A-SIC~20a81fc~1828955043~N~~~NOR~~E8D6CD7E83F9470173704181156305AAUK0417027900130920a81fc|8|MTM3NTAuMTB8R0JQfDIwMjUtMDQtMTY=" OriginalAmount="0" TotalPrice="13750.10" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties /></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Family room - De Luxe - Balcony|Room 2: Family room - De Luxe - Balcony|Room 3: Family room - De Luxe - Balcony|Room 4: Family room - De Luxe - Balcony" RoomTypeCode="191287260|1|16022|27|MTYwMjJ8R0JQfDIwMjUtMDEtMTY=" OriginalAmount="0" TotalPrice="16022" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:47:04.4008841+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Family suite 2 bedrooms|Room 2: Family suite 2 bedrooms|Room 3: Family suite 2 bedrooms|Room 4: Family suite 2 bedrooms" RoomTypeCode="178913159|1|22068|27|MjIwNjh8R0JQfDIwMjUtMDEtMTY=" OriginalAmount="0" TotalPrice="22068" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-01-16T15:47:04.5415172+00:00" End="2025-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite 2 bedrooms - Executive|Room 2: Suite 2 bedrooms - Executive|Room 3: Suite 2 bedrooms - Executive|Room 4: Suite 2 bedrooms - Executive" RoomTypeCode="192930327|1|29992|27|Mjk5OTJ8R0JQfDIwMjUtMDQtMTM=" OriginalAmount="0" TotalPrice="29992" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Stereo|Internet access|Minibar|Fridge|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|TV|Double Bed|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-09T08:00:00" End="2025-04-10T08:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty><CancelPenalty Start="2025-04-11T08:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://dmcsquare.b-cdn.net/Images/19803/a_19803_A2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/19803/a_19803_B2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/19803/a_19803_C2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/19803/l_19803_D2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/19803/l_19803_E2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/19803/r_19803_F2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/19803/r_19803_G2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/19803/r_19803_H2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/19803/r_19803_I2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/19803/w_19803_J2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/19803/w_19803_K2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/19803/w_19803_L2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/19803/w_19803_M2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/19803/w_19803_N2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/19803/w_19803_O2.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This deluxe city hotel is located just a stone's throw away from the legendary Oxford Street. The hotel is surrounded by an abundance of restaurants, pubs and high-class boutiques and is well situated for the celebrated Hyde Park. Marble Arch tube station is close at hand.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;272 rooms, including 7 suites, 9 single rooms and 243 double rooms, are located on 11 storeys and can be reached by lift. Multilingual staff at the reception are happy to assist guests at the reception desk round the clock. Check-in and check-out are available 24 hours a day. Amenities available at the hotel include a cloakroom, baggage storage service, safe and currency exchange service. Wireless internet access is provided in public areas. The tour desk offers assistance with booking excursions. The hotel has wheelchair-accessible facilities. A fireplace creates a cosy atmosphere. Guests arriving by car can park their vehicles in the car park for a fee. Further services include translation services, room service, a laundry service, a coin-operated laundry and a page service. Active guests can make use of the bicycle hire service to explore the surrounding area. Complimentary newspapers are available.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning and central heating ensure that rooms maintain comfortable temperatures. All rooms are carpeted and include a double 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, a stereo system and WiFi are provided as well. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. For extra comfort in the bathrooms, guests are offered cosmetic products. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. The hotel has 264 non-smoking rooms and 1 smoking room.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;Fine weather can be enjoyed on the terrace. There are many ways to relax or stay active at the hotel, including tennis, a gym, aerobics, a spa, a sauna and massage treatments. Copyright GIATA 2004 - 2022. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Half board is bookable. Guests can choose to book options such as breakfast, lunch or dinner. Staff are also happy to provide special dietary cuisine.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the hotel: American Express, VISA, Diners Club and MasterCard.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>44-207-2086001</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>44-207-2086000</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>1971</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2003</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>11</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>272</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Single Rooms</Description><Value>9</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>243</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Suites</Description><Value>7</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour check-in</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Currency Exchange</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Cloakroom</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>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>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bicycle Hire</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Facilities</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Pets</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Half Board</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Special Diet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sauna</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Aerobics</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Tennis</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Shopping opportunities</Description><Value>100 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Restaurants</Description><Value>50 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bars / Pubs</Description><Value>20 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Nightclub</Description><Value>100 Meters</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Social distancing regulations</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Enhanced cleaning programme</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Contactless payment</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Contactless check-in/-out</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Protective masks for guests</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Hand sanitiser</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Contactless room service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Health checks on staff</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Use of commercially available disinfectants</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Protective equipment for employees</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Protective equipment for guests</Description><Value>true</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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="e0814d29-42f6-4879-b6cb-346c98210e7c">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-17T00:00:00" End="2025-04-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="13327|31378" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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="e0814d29-42f6-4879-b6cb-346c98210e7c" TimeStamp="0001-01-01T00:00:00" HotelName="Hilton London Green Park" HotelCode="13327|31378" StarRating="4" GTCityId="0" CityName="London" CountryName="United Kingdom" Address="Half Moon Street, Mayfair, London W1J 7BN" PostCode="W1J 7BN" PhoneNo="+442076297522" FaxNo="+442074918971" Email="reservations.greenpark@hilton.com" CheckInTime="" CheckOutTime="" Latitude="51.506379" Longitude="-0.145612" SourceId="27" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Classic room|Room 2: Classic room|Room 3: Classic room|Room 4: Classic room" RoomTypeCode="216430795|1|4301|27|NDMwMXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="4301" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T02:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe room|Room 2: Deluxe room|Room 3: Deluxe room|Room 4: Deluxe room" RoomTypeCode="211341468|1|4489|27|NDQ4OXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="4489" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T02:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - Executive|Room 2: Twin/Double room - Executive|Room 3: Twin/Double room - Executive|Room 4: Twin/Double room - Executive" RoomTypeCode="219173358|1|5549|27|NTU0OXxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="5549" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T02:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only|Room 3: Room Only|Room 4: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite|Room 2: Junior Suite|Room 3: Junior Suite|Room 4: Junior Suite" RoomTypeCode="178733446|1|7464|27|NzQ2NHxHQlB8MjAyNS0wNC0xNg==" OriginalAmount="0" TotalPrice="7464" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/04/2025"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Carpeting|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2025-04-12T02:00:00" End="2025-04-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="25" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://dmcsquare.b-cdn.net/Images/13997/a_13997_A2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/a_13997_B2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/a_13997_C2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/a_13997_D2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/a_13997_E2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/k_13997_F2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/l_13997_G2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/l_13997_H2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/l_13997_I2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/l_13997_J2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/r_13997_K2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/r_13997_L2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/w_13997_M2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/w_13997_N2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/w_13997_O2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/w_13997_P2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/w_13997_Q2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/w_13997_R2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/ba_13997_S2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/r_13997_T2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/r_13997_U2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/13997/w_13997_V2.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;Set between the leafy Royal Parks and located in the heart of Mayfair, one of the capital's most prestigious districts, and just few minutes' walk from Green Park tube station, this hotel offers easy access to London's business centre and Piccadilly Circus, and is within walking distance from the West End and Theatreland. It is also close to some of London's best attractions, including Buckingham Palace, Harrods, Royal Albert Hall, London Eye and the shops of Oxford Street and Bond Street.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;162 rooms, including 7 suites, 27 single rooms and 18 double rooms, are located on 5 storeys and can be reached by lift. The reception desk is open round the clock. A cloakroom, room service, a laundry service, a conference room and a business centre are available. Wireless internet access in public areas allows guests to stay connected. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning and central heating ensure that rooms maintain comfortable temperatures. Some rooms have a balcony, which gives guests additional space for rest and relaxation. A safe, a minibar and a desk are also available. Extra comforts include a tea/coffee station. Equipped with a direct dial telephone, a television with satellite/cable channels, a radio and WiFi, the rooms provide many ways for guests to stay connected and entertained. A hairdryer is provided in the bathrooms. The hotel has family rooms and 163 non-smoking rooms. Copyright GIATA 2004 - 2022. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Guests can choose options including breakfast, lunch and dinner.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the accommodation: American Express, VISA, Diners Club and MasterCard.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>44-207-4918971</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>44-207-6297522</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>1750</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2003</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>162</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Single Rooms</Description><Value>27</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>18</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Suites</Description><Value>7</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Cloakroom</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with air conditioning </Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with non-smoking area</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Beach</Description><Value>80000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Golf Course</Description><Value>16000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Public Transport</Description><Value>40 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Ski Area</Description><Value>80000 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|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="e0814d29-42f6-4879-b6cb-346c98210e7c">
  <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" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-04-17T00:00:00" End="2025-04-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="189747|56429" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e0814d29-42f6-4879-b6cb-346c98210e7c|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|True