<Audits>System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cd161a67-65e3-4e91-a814-971d7f0ddf2a|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="cd161a67-65e3-4e91-a814-971d7f0ddf2a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="76457" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-20T00:00:00" End="2026-05-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Shreeji Travels" Password="Shreeji@321" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cd161a67-65e3-4e91-a814-971d7f0ddf2a|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cd161a67-65e3-4e91-a814-971d7f0ddf2a|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cd161a67-65e3-4e91-a814-971d7f0ddf2a|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cd161a67-65e3-4e91-a814-971d7f0ddf2a|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cd161a67-65e3-4e91-a814-971d7f0ddf2a|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cd161a67-65e3-4e91-a814-971d7f0ddf2a|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cd161a67-65e3-4e91-a814-971d7f0ddf2a|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-03-13T09:27:06.5208994+00:00" Version="0" EchoToken="Search" TransactionIdentifier="cd161a67-65e3-4e91-a814-971d7f0ddf2a" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="17.26" OriginalAmount="17.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.776304" Longitude="-122.41349" StarRating="1.5" HotelCode="170944|4827015" HotelName="European Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>761 Minna Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/d1/1fd121ad895476a2351865a9571558212ed6bb55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Union Square Area. There are a total of 25 rooms on the premises....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.7858406" Longitude="-122.411665" StarRating="0" HotelCode="226491|orange_village_hostel" HotelName="Orange Village Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="24 Hour Front Desk,ATM/Cash Machine,Concierge,Elevator,Internet,Kitchen,Laundry,Luggage Storage,Off-Site Parking,Parking">
        <Address>
          <AddressLines>
            <AddressLine>411 O'Farrell Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/1b/241b77903e24f80f7990f8c2cda4f61c71caa4d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Orange Village Hostel in San Francisco (Theater Dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.19" OriginalAmount="26.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.789382" Longitude="-122.412236" StarRating="1.5" HotelCode="51129|4634885" HotelName="Amsterdam Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="24 Hour Front Desk,Dry Cleaning,Housekeeping,Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>749 Taylor Street, San Francisco, California 94108-3807</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/48/004875655934a94241ff55f9c7a93dffc3d224cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Amsterdam Hostel, you'll be centrally located in Sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.57" OriginalAmount="31.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.788803" Longitude="-122.419603" StarRating="2" HotelCode="900700|4572945" HotelName="Music City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,Luggage Storage,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>1353 Bush Street, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e4/72/e472669837540845e98742d56ec6e7d115aaebbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Encore Express Hotel is a 2 star cosy hotel in Downtown San Francisco.&lt;br/&gt;&lt;br/&gt;Comfortable cosy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.79371479195" Longitude="-122.40412566134" StarRating="0" HotelCode="226532|pacific_tradewinds_hostel" HotelName="Pacific Tradewinds Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>680 Sacramento Street, San Francisco, California 94111</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/3a/623a43b99aa32ccc8f2ca04b9c9be88ee853d3b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="33.72" OriginalAmount="33.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.78045812" Longitude="-122.41220981" StarRating="3.5" HotelCode="604490|72830604" HotelName="YOTEL San Francisco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1095 Market Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/d9/efd9356544c3cc4a7aac6cb52932938354d85e02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.801009380399" Longitude="-122.42583498359" StarRating="2" HotelCode="907565|samesun_san_francisco" HotelName="Lombard Motor Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1475, Lombard Street, San Francisco 94123, California</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/c3/b9c379f1e20ddbfc6d086d7ad878e7c75cafa73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.77945623" Longitude="-122.39800191" StarRating="2" HotelCode="822060|the_utah_inn" HotelName="The Utah Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="Internet,LCD/Projector,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>504 4th Street, San Francisco, California 94107</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/74/4974ed66edd9183d98daaecd867405e830ab254d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at The Utah Inn in San Francisco South of Market, you'll be minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.76449659387" Longitude="-122.41968043215" StarRating="2" HotelCode="518051|union_hotel_3" HotelName="Union Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 14/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2030 Mission Street, San Francisco, California 94110</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e9/70e96cd4e0edb28be912b5abd5b213a3dc008434.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Union Hotel in San Francisco (Mission District), you'll be co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.70" OriginalAmount="46.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.796685033333" Longitude="-122.4054148" StarRating="2" HotelCode="901374|1304908" HotelName="North Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>935 Kearny Street, San Francisco, CA 94133</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/19/b019d77924777af13f74d8e1a6af8a762473f224.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in San Francisco. The nearest airport is San Francisco - International (S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.40" OriginalAmount="49.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.78252887" Longitude="-122.41205925" StarRating="0" HotelCode="766322|4654175" HotelName="Bay Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>128 Jones Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/df/a5df82b8ae7bf77c133452dcfd0bc23b0e7c592b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.88" OriginalAmount="51.37" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|18859" HotelName="Travelodge By Wyndham San Francisco Airport North" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>326 South Airport Boulevard,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/9/18859_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: has 200 rooms and 2 floors. In the establishment entrance, guests will find a reception and a cloakroom. The establishment boasts a restaurant, room service, a laundry service (for a fee) and a car park. SITUATION: It is 3 kilometres away fromSan Francisco Airport San Francisco it is situated 23 kilometres away from. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a kettle, a coffee maker, an iron, an air-conditioning system and a central heating system. FACILITIES: Outdoors, clients can enjoy a heated swimming pool. OBSERVATIONS: a transfer service to, the airport, free of charge. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.782345245672" Longitude="-122.41886258125" StarRating="2.5" HotelCode="12115|embassy_hotel" HotelName="Embassy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Bar,Golf,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>610 Polk Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/ba/0abaec996ea6ed6bf611e5ef0b88ab6367c02525.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.798130878349" Longitude="-122.40691302519" StarRating="1" HotelCode="147475|europa_hotel__hostel" HotelName="Europa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="24 Hour Front Desk,Concierge,Dry Cleaning,Internet,Laundry,Luggage Storage,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>310 Columbus Avenue, San Francisco, California  94133</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/e2/08e2273d79f382f1c178f8e3cc95ce36bb405d00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Europa Hotel in San Francisco, you'll be minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.72" OriginalAmount="55.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.783531136179" Longitude="-122.41071378121" StarRating="3" HotelCode="226494|4635675" HotelName="Warfield Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>118 Taylor Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/12/fb121ba038efdf5a035f86d21416901e1ff24973.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.33" OriginalAmount="55.77" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|54057" HotelName="King George" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>334 MASON STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/5/7/54057_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel an ideal place for relaxing, it offers excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.84" OriginalAmount="56.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.771929" Longitude="-122.422044" StarRating="2" HotelCode="64614|331445" HotelName="Travelodge Central San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1707 Market Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a3/a337a5f6debd680c/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.57" OriginalAmount="57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.785944713651" Longitude="-122.4117032875" StarRating="2" HotelCode="897265|407332" HotelName="Super 8 San Francisco / Union Square Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>415 O'Farrell Street, San Francisco, CA 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/f6/5ff646275ae6c5733df764cd1eafb0b9ad0f492d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.786773515905" Longitude="-122.4096813798" StarRating="3" HotelCode="259412|king_george_hotel__union_square" HotelName="King George Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>334 Mason Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/ae/64aee60350015e8befe910c72f7c1b4fb4aaa437.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of downtown San Francisco in the exciting Union Square neighbourhood, this hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.783239824281" Longitude="-122.41728007793" StarRating="2" HotelCode="907880|regency_inn_19" HotelName="HTL 587, an Ascend Hotel Collection Member" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>587 Eddy Street, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/1a/9f1af3b53524233023e6a1f89e0efdf87ae4fdf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.94" OriginalAmount="58.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.7633208" Longitude="-122.509554" StarRating="2" HotelCode="200279|1727268" HotelName="Rodeway Inn &amp; Suites San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1234 Great Highway, San Francisco, California 94122</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/zz/33adf2d6d931594099aced88441af292a5d4bedc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.25" OriginalAmount="63.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.79052" Longitude="-122.404873" StarRating="2" HotelCode="84526|1253038" HotelName="Des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>447 Bush Street, San Francisco, California 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/3e/c03eb42ea41b3e4c60f4197b333a2846754e4d87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in San Francisco, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.57" OriginalAmount="63.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.78181184" Longitude="-122.40991439" StarRating="1" HotelCode="368919|1694118" HotelName="Winsor Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>20 6Th Street, San Francisco, California, CA 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/42/e042c8504b64a34e945396a121f9c32bfd16f19a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.63" OriginalAmount="63.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.780729578392" Longitude="-122.41208017201" StarRating="2" HotelCode="64757|234466" HotelName="Aida Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1087 Market Street, San Francisco, CA 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/76/f8764bb91da4a6c9b7e49852cefde3bb8d5f79be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.766788793703" Longitude="-122.43014849263" StarRating="0" HotelCode="372374|twin_peaks_hotel_" HotelName="Twin Peaks Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2160 Market Street, San Francisco, California</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/36/12365cba52c8c46bf70dc7635ac97e5f04e51673.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.20" OriginalAmount="64.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.76675697" Longitude="-122.43021969" StarRating="1" HotelCode="687127|4701635" HotelName="Perramont Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2162 Market Street, San Francisco, California 94114</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/02/66029cb1f7ac7b1e85cedd0cf96486c1f8462755.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Residência Nova Avenida offers simply decorated rooms in a building from the beginning of the 20th c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="65.87" OriginalAmount="65.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.788348746704" Longitude="-122.41623757866" StarRating="2" HotelCode="565393|343628" HotelName="Mithila" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>972 Sutter Street, San Francisco, CA 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/17/a317a66fd2aa3c3d8351e686042827b5dbfeff9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.47" OriginalAmount="65.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.777147088536" Longitude="-122.42310169287" StarRating="2" HotelCode="148726|4579625" HotelName="Hayes Valley Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>417 Gough Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/10/40109a3de69ff720011e6938cfad8b553d9c3ae3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the trendy, historic neighborhood of Hayes Valley, the Hayes Valley Inn provides bed-and-...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.02" OriginalAmount="66.36" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|54071" HotelName="Julian" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>940 SUTTER STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/7/1/54071_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is and is ideal for holidays, it offers excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.20" OriginalAmount="67.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.788433253951" Longitude="-122.41596713662" StarRating="3" HotelCode="19829|2096284" HotelName="Hotel Vertigo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>940 Sutter Street, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/40/284008b6db313360d86ee48ed06638a537362e76.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the heart of San Francisco. Its setting is especially ideal for guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.785899333333" Longitude="-122.417837" StarRating="2" HotelCode="128557|motel_6_san_francisco_downtown" HotelName="Motel 6 San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>895 Geary Street, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/9d/4b9df7adab186bb93e368a669182ea061041c4e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.776102" Longitude="-122.414375" StarRating="2" HotelCode="86440|rodeway_inn_downtown_2" HotelName="SoMa Park Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 9th Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/9e/8a9e68a3ca3a73771618d438761e87e49b1aa7db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the heart of San Francisco, within walking distance of the Mosc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.775074" Longitude="-122.430836" StarRating="2" HotelCode="170841|casa_loma_hotel" HotelName="Casa Loma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>610, Fillmore Street, San Francisco 94117</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/14/7c1447b304a50120a4f8588bad4f8e9855b97ab2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.790635567967" Longitude="-122.40557562467" StarRating="2" HotelCode="82987|hotel_astoria_san_francisco" HotelName="SF Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="24 Hour Front Desk,Concierge,Housekeeping,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>510 Bush Street, San Francisco, CA 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/5d/e65ddd73aca66754e92e66fdc2a0a338447bbeda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Astoria in San Francisco (Chinatown), you'll ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.7864695" Longitude="-122.4086895" StarRating="2" HotelCode="894832|bunkhouse_2" HotelName="Bartlett`s Bunkhouse Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>240 O'Farrell Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/d3/79d347faa56ea7ed89c43ea5468b600472228b7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Spaulding Hotel is a small European-style hotel located in the heart of Union Square just off th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.804287850671" Longitude="-122.41359970688" StarRating="1.5" HotelCode="128558|san_remo_hotel_2" HotelName="San Remo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2237 Mason Street, San Francisco, California 94133</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/0a/700a91e9192b2a3eb779d9a493d876822a45fbad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.773478280774" Longitude="-122.4215376026" StarRating="2" HotelCode="443408|edwardian_san_francisco_hotel" HotelName="Edwardian Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1668 Market Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ef/8fef8f221ea2b41e75cf9e2c914820c1d944b462.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.19" OriginalAmount="71.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.765839767468" Longitude="-122.42183054662" StarRating="2" HotelCode="226500|4588195" HotelName="Hotel Sunrise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>447 Valencia Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/3a/d73a01e10862e285377c59396908870f3ed813a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A transfer service is among the facilities. Wireless internet access in public areas allows guests t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.766444479559" Longitude="-122.42016634747" StarRating="2" HotelCode="226502|1906_mission" HotelName="Nineteen 06 Mission" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1906 Mission Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/62/ed6255b1b1d1496cdee145310fd199b3d67539c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.57" OriginalAmount="74.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.77865" Longitude="-122.410411" StarRating="3.5" HotelCode="10960|188816" HotelName="Carriage Inn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 7th Street, San Francisco, California 94103-2833</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/29/1e29dbf29462575206cbc07612590ee9d2610360.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel affords a central location in San Francisco only a few blocks from Union Squar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.69" OriginalAmount="74.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.798791180455" Longitude="-122.44293232523" StarRating="2" HotelCode="120962|967065" HotelName="Alpha Inn &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2505 Lombard Street, San Francisco, California 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/d7/38d706f4d7c6a0bf72f02d060499af95bfd66634.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.786502533718" Longitude="-122.40956146585" StarRating="3" HotelCode="226496|hi__san_francisco_downtown" HotelName="HI San Francisco Downtown Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 13/05/2026" HotelFacility="Concierge,Internet,Kitchen,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>312 Mason Street, Union Square, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/9f/be9f07b922760d395767cefff37097baa753229c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.785597050653" Longitude="-122.41142615676" StarRating="3" HotelCode="16453|hotel_mark_twain" HotelName="The Tilden Hotel" 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>345 Taylor Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/35/00359353e788835ef4157be4554bab15356468ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This enchanting boutique hotel lies in the popular Union Square area. It is about 3 blocks to the sq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.778792" Longitude="-122.410068" StarRating="3.5" HotelCode="10938|best_western_plus_americania" HotelName="Americania Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 Seventh Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afc96fcb7766c444c7605e78647be7b10f4aa9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the centre of San Francisco in the SoMa (South of Market) n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.77886434152" Longitude="-122.41100370884" StarRating="2" HotelCode="11233|good_hotel_3" HotelName="The Good Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112 7th Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/cf/eacf8fb7c64184dad10f870642d4b19ceab09a6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the South of Market area, only a few blocks from Union Square. Countless re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.29" OriginalAmount="80.49" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|168319" HotelName="Pacific Heights Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1555 Union Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/3/1/9/168319_e22795a0930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.58" OriginalAmount="81.76" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|54051" HotelName="Comfort Inn and Suites San Francisco Airport North" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 EAST GRAND AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/5/1/54051_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a transfer service to the airport (free of charge), a relaxation area, a gym and a business centre. The establishment offers guests breakfast service (free of charge) and WiFi (free of charge). SITUATION: This establishment is close to the motorway. It is 3 miles away from San Francisco Airport, about 15 minutes away (by car) from the centre of San Francisco, close to Monster Park, Cow Palace, el Muelle de los Pescadores, Pier 39 and the Golden Gate Bridge. ROOM: All the rooms have a bathroom, a king-size bed, cable television, a fridge, a microwave and a coffee maker. It also offers laundry service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.76" OriginalAmount="81.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.799253211111" Longitude="-122.44163355556" StarRating="2" HotelCode="897269|1312648" HotelName="Super 8 San Francisco / Near the Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Highway 101 on Lombard, Lombard Street 2440, San Francisco CA 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e8/8ae8e0a69d4b35b0a8de151a271d3d56abfdb368.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.78788925" Longitude="-122.41204523" StarRating="3" HotelCode="87011|the_andrews_hotel" HotelName="The Andrews" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>624 Post Street, San Francisco, CA 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/d8/68d842ff6c0e277da96f252e4811c8c887746283.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.24" OriginalAmount="83.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.775400097164" Longitude="-122.40988723915" StarRating="2" HotelCode="391280|4742335" HotelName="Inn on Folsom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Elevator,Internet,LCD/Projector,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1188 Folsom Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/65/53650d5aa6274855de53be4f72eba465b005dbad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Inn on Folsom in San Francisco (South of Market), y...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.55" OriginalAmount="83.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.782953645098" Longitude="-122.40651905537" StarRating="3" HotelCode="18417|481095" HotelName="The Pickwick Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business 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>85 Fifth Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/b0/b2b003ba74bc25f679e59f97fbb579640377221b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming business hotel is centrally located in San Francisco's So Ma District and offers easy ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.777214" Longitude="-122.408714" StarRating="2" HotelCode="88404|city_center_inn__suites" HotelName="City Center Inn &amp; Suites - San Francisco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240 7th Street, San Francisco, California 94103-4004</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/b7/74b794a2b3dc0b4f6046f685be7b0d68060f4951.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.00" OriginalAmount="85.15" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|18872" HotelName=" BEI San Francisco, Trademark Collection by Wyndham " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>50 EIGHTH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/2/18872_1_6570.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 389 rooms, 5 suites and 14 floors. The establishment boasts a lobby, a reception, a safety deposit box service, a cloakroom, a currency exchange service, a lift and air-conditioning. The establishment also offers a gift shop, a kiosk, a bar, a restaurant, internet, room service, a laundry service, a car park and indoor parking (for a fee). SITUATION: This establishment, is near the government building, places of interest, Close to the metro station, the bus, restaurants, bars and shops. ROOM: All the rooms have a coffee maker, an iron, an ironing board, a bathroom with a shower, a hairdryer, a direct line telephone, cable television, a radio, internet, a safety deposit box (available for a fee), a balcony, an air-conditioning system and heating. FACILITIES: The establishment boasts a swimming pool, a sunbathing terrace and a gym. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OBSERVATIONS: Ask for further information regarding hotel conditions and operations.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.28" OriginalAmount="85.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.799225677778" Longitude="-122.44036265556" StarRating="2" HotelCode="565481|2451015" HotelName="Presidio Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2361 Lombard Street, San Francisco, California 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/95/2a9528b35f09d74722525fac3b85850d0ed65976.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.799368687744" Longitude="-122.43866732206" StarRating="2" HotelCode="128559|surf_motel_2" HotelName="Surf Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2265 Lombard Street, Francisco, California 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/e2/b2e2fffb93ee712709588bf08633decd340d0482.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.25" OriginalAmount="86.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.795762687344" Longitude="-122.42265218281" StarRating="2" HotelCode="120188|1312088" HotelName="Castle Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1565 Broadway, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/7c/0a7cdb73949aaa95dbd9b06d5c4e16a97151abc9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.54" OriginalAmount="86.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.788663" Longitude="-122.417128" StarRating="3" HotelCode="64655|230906" HotelName="Nob Hill Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>835 Hyde Street, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/54/b9541f7d65fa8a17352c4731967b5f7fc0700451.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.55" OriginalAmount="86.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.790069731701" Longitude="-122.40917637262" StarRating="3" HotelCode="68932|356065" HotelName="Cornell de France" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>715 Bush Street, San Francisco, CA 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/28/8628073cbad6c7c9e38a9e68a1b90b94f2155124.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.03" OriginalAmount="88.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.78559858" Longitude="-122.41494719" StarRating="2" HotelCode="374163|4737175" HotelName="Admiral Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>608 O'Farrell Street, 94109 San Francisco</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/bf/dbbf34351af4ad4987452c734e0544b28638c341.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Admiral Hotel in San Francisco (Downtown San Francisco), you'll be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.801393314286" Longitude="-122.42545865" StarRating="2" HotelCode="897260|travelodge_by_the_bay" HotelName="Travelodge by the Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1450 Lombard Street, San Francisco, CA 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/b2/4cb2991f8674291f3c232bc1f5f7ab0c1f3522cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.799428343914" Longitude="-122.44037248297" StarRating="2" HotelCode="891847|days_inn_san_francisco_lombard" HotelName="Days Inn San Francisco - Lombard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2358 Lombard Street, San Francisco, CA 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/49/08494ba5abc3e5b5c03ffc148c838156cd679c50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.27" OriginalAmount="89.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.79139" Longitude="-122.405832" StarRating="2" HotelCode="36274|1308758" HotelName="Grant Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>465 Grant Avenue, San Francisco, California 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/de/aede5342153eb9308f64bdeb25a6cc72f24e50cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.44" OriginalAmount="89.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.777821310307" Longitude="-122.41384148598" StarRating="3" HotelCode="13422|1084" HotelName="BEI San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 8th Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/6f/076f7f34fd033ddad9c658762a4100a49b335d00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel offers guests great value-for-money and is located in the administrative and gov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.10" OriginalAmount="90.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.799724301174" Longitude="-122.43847402853" StarRating="2" HotelCode="897261|684245" HotelName="Travel Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2230 Lombard Street, San Francisco, California 97138</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/3a41bc027649685b/8d/8d8e30ebe4ef8ef3/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.28" OriginalAmount="90.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.8001135" Longitude="-122.4350855" StarRating="1" HotelCode="200281|1662778" HotelName="Lombard Plaza Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2026 Lombard Street, San Francisco, California 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/e9/20e98d3cccf6bd14b567760b4fc5e11c13e23386.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The motel comprises a total of 30 rooms. A baggage storage service and a laundry service are availab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.789997639267" Longitude="-122.40965135351" StarRating="2" HotelCode="443736|grant_hotel" HotelName="Grant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/05/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>753 Bush Street, San Francisco, CA 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/79/3a79d077ece56dbb0ab7d3197dc1f8a0e25eb8a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.77" OriginalAmount="91.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.778106266667" Longitude="-122.40297218333" StarRating="2" HotelCode="128554|1333598" HotelName="Bay Bridge Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>966 Harrison Street, San Francisco, CA 94107</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/bd/acbd5b6ae79a05dc5b1a49f9f8e6b075436b9fe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.90" OriginalAmount="91.98" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|58244" HotelName="Cornell  De France" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>715 BUSH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/2/4/4/58244_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.92" OriginalAmount="92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.786932634202" Longitude="-122.41298890675" StarRating="3" HotelCode="17285|30257" HotelName="Staypineapple An Elegant Hotel Union Square" 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>580 Geary Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/bb/10bb8e28476d05d92422e82ac0911f2c768e6254.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel in European style is situated in San Francisco's theatre district, three blocks ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.787930841978" Longitude="-122.41811385419" StarRating="3" HotelCode="11471|hotel_carlton_a_joie_de_vivre_boutique_hotel" HotelName="Hotel Carlton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1075 Sutter Street, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/e3/bae3b4d41dddcfa7b3f03867d4ee93b09d8c33be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small and fabulously designed hotel is located just a few minutes walk from Union Square. The f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.787890239309" Longitude="-122.41077924907" StarRating="4" HotelCode="28338|prescott_hotel_a_kimpton_hotel" HotelName="Hotel Zeppelin San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>545 Post Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/dd/0cdd98ab3f78ae80b3b24624c5cf6aea0c47ebfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is convenient to Union Square shopping, an easy walk to Moscone Convention Center, and jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.10" OriginalAmount="92.18" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|23798" HotelName="Triton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Grant Avenue 342</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/9/8/23798_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 7 floors and 140 standard rooms. The establishment has a reception, a cloakroom, a lift, art gallery and a restaurant. The establishment also offers conference rooms, a cafÃ©, room service, a laundry service and indoor parking. SITUATION: This establishment is in the heart of the city. Near the establishment, you will find restaurants, bars, shops and a public transport stop. In the surrounding area, clients have Moscone Center is 18 kilometres from Oakland It is 23 kilometres from airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, an iPod docking station and an ironing set. They also have WiFi (free of charge), a mini-bar, a safe (available for a fee) and an air-conditioning system. MEALS: The establishment serves a continental breakfast. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard, JCB and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.83" OriginalAmount="92.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.78483844" Longitude="-122.40934066" StarRating="2" HotelCode="64712|4601485" HotelName="San Francisco International Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/0e/fa/0efa27b6009c5cf98bf8a8a87bddab244a6586c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.795968" Longitude="-122.423998" StarRating="2" HotelCode="64771|inn_on_broadway_hotel" HotelName="Inn on Broadway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2201 Van Ness Avenue, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/40/a7402fc3badf129f9eacfbe6d9b297a8a822ba24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.36" OriginalAmount="93.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.784524" Longitude="-122.409502" StarRating="3" HotelCode="21096|375695" HotelName="Bijou" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>111 Mason Street, San Fransisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9d/9d61b7390da2a9d7/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 4 blocks north from the famed Union Square, which is San Francisco's central sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.76" OriginalAmount="95.80" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|20284" HotelName="Zoe Fisherman's Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>425 NORTH POINT STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/8/4/20284_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1990, has 221 luxurious rooms, The establishment also offers a lobby. SITUATION: This hotel Fisherman's Wharf it is near.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.790345192059" Longitude="-122.40540325642" StarRating="3" HotelCode="18732|hotel_triton_a_kimpton_hotel" HotelName="Hotel Triton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>342 Grant Avenue, San Francisco, Californien  94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/6d/2a6d864d1723db0f868a92cb3993c36ed60d5370.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unique boutique hotel enjoys a fantastic location in the heart of the city, right opposite the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.69" OriginalAmount="96.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.798779604579" Longitude="-122.43771117519" StarRating="2" HotelCode="122916|1261668" HotelName="Greenwich Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3201 Steiner Street, San Francisco, California 94213</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/ae/3cae4e8fb5fd5c61e9583486139cf3fdd33d33eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.787293" Longitude="-122.425473" StarRating="3" HotelCode="565163|hotel_majestic_2" HotelName="Majestic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1500 Sutter Street, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/4b/7a4b28792802e76624bc7bb995f947a47bd1308f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Constructed in 1902, this property offers guests a romantic refuge from the bustle of Union Square i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.99" OriginalAmount="99.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.783357270969" Longitude="-122.40710594844" StarRating="4" HotelCode="224821|hotel_zetta_san_francisco" HotelName="Hotel Zetta San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 5th Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/b3/e0b3d8fd2cfb329f861fd85819f0fac78c536c84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.21" OriginalAmount="99.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.788874" Longitude="-122.41093" StarRating="2" HotelCode="10824|398338" HotelName="Beresford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>635 Sutter Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/10/54101808b43e8e6d30aaf1d35338bb5268a3d29c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.60" OriginalAmount="99.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.799183766667" Longitude="-122.43273686667" StarRating="2" HotelCode="901131|1584148" HotelName="Motel Capri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2015 Greenwich Street, San Francisco, CA 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/0f/800f86afe0ed63f30c002ca4427e884f6dcd21bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.53" OriginalAmount="100.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.791864956794" Longitude="-122.40963310003" StarRating="4" HotelCode="16625|69344" HotelName="Stanford Court" 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,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>905 California Street, Nob Hill, San Francisco, California 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/73/da7331ae6d65051f487b1293093be3a43a43b351.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This magnificent hotel is situated at the top of Nob Hill. Numerous restaurants and bars are to be f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.01" OriginalAmount="101.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.787297089914" Longitude="-122.40963980556" StarRating="3" HotelCode="18368|hotel_frank_3" HotelName="Hotel G" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>386 Geary Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/b5/a6b56174139a9f1e2bec61a639c9dd687b5c4464.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.01" OriginalAmount="101.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.789449718442" Longitude="-122.40589697662" StarRating="1.5" HotelCode="901802|hotel_325_sutter" HotelName="325 Sutter Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Dry Cleaning,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>325 Sutter Street, San Francisco, California 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/61/cb61bb50508d1fbe0a91b881988a2aa56eadb308.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Park Hotel, San Francisco, Calif., is located one block northeast of Union Square just around th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.78990119" Longitude="-122.40998403" StarRating="0" HotelCode="562648|golden_gate_hotel_6" HotelName="Golden Gate Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>775 Bush Street</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/29/f62907703488697754c810e8d2764447c2fe3d58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.26" OriginalAmount="102.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.785327838854" Longitude="-122.40835905075" StarRating="3" HotelCode="15003|238216" HotelName="Hotel Abri" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>127 Ellis Street, San Francisco, California 94102-2109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/69/7869553d0df8e11aa47e53781d6c21402457804d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.48" OriginalAmount="102.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.806335861659" Longitude="-122.41410054269" StarRating="3.5" HotelCode="11025|1214" HotelName="Hotel Zoe Fisherman's Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Country House" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>425 North Point Street, San Francisco, California 94133</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/zz/0ead8292dbffce9c77ab0a126a26ee055b3ab562.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Italian villa-style hotel is one of the best hotels in Fisherman's Wharf and lies in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.800900372422" Longitude="-122.42868762956" StarRating="2" HotelCode="68098|town_house_motel_4" HotelName="Town House Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1650 Lombard Street, San Francisco, California 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/21/fe2113b6378f3d07a352a82828b4c84b40e8ec43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Town House Motel, just minutes from San Francisco attractions like Presidio National Park; Fashionab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.7977" Longitude="-122.40796178" StarRating="2" HotelCode="898780|royal_pacific_motor" HotelName="Royal Pacific Motor Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet,Laundry,Parking,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>661 Broadway Street, San Francisco, California 94133</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/7d/1b7d416afff4295a9abe0489f75eb3822ca5ee03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Royal Pacific Motor Inn in San Francisco (Chinatown...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.798467290333" Longitude="-122.44630131822" StarRating="2" HotelCode="889905|country_hearth_inn_san_francisco_hotel" HotelName="Inn at Golden Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2707 Lombard Street, San Francisco, California 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/zz/a1ad33a8274d31703e59fe539e7004a83eea766e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.84" OriginalAmount="105.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.78751330158" Longitude="-122.41362690926" StarRating="3" HotelCode="96643|345972" HotelName="Beresford Arms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>701 Post Street, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/80/3380191eed7e9fc9ceab9614eaebc3d3f5a66254.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.800897" Longitude="-122.427568" StarRating="2" HotelCode="65144|buena_vista_motor_inn" HotelName="Buena Vista Motor Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1599 Lombard Street, San Francisco, California 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/80/c38053596a1ab966af370ca52b0ec547bd473015.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.70" OriginalAmount="109.60" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|513107" HotelName="Agua de Luna Hotel Boutique, San Pancho Nayarit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Asia 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/3/1/0/7/513107_64b98461044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.84" OriginalAmount="109.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.806256408446" Longitude="-122.41831837183" StarRating="0" HotelCode="984955|2650985" HotelName="Hotel Caza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1300 Columbus Avenue, San Francisco, California 94133</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/65/a265e418658a62c489164a2516e0c7a4747990a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.87" OriginalAmount="109.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.79866" Longitude="-122.443706" StarRating="2" HotelCode="68583|255176" HotelName="La Luna Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2599 Lombard Street, San Francisco, California 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/6f/a06f4f734d554cab25cbbbaa35c4bdd28a2e28b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.60" OriginalAmount="110.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.787178018114" Longitude="-122.41039666351" StarRating="2" HotelCode="88117|1584308" HotelName="Union Square Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>432 Geary Street, San Francisco, CA 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/e9/55e9d20eafcb276aef2197a5c46f8f61da1c6453.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.807741825" Longitude="-122.4141225" StarRating="2" HotelCode="897262|wharf_inn" HotelName="Wharf Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2601 Mason Street, San Francisco, CA 94133</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/f4/32f4e347e120c6f0bee19e0a494f6fb860b64733.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.46" OriginalAmount="111.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.776282676838" Longitude="-122.41513412885" StarRating="2" HotelCode="226505|4587285" HotelName="Ram's Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>80 9th Street, San Francisco, California 94103-1408</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/6e/336eae738e42fe2c1f2aa5871b555c234bb70413.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The range of services and facilities offered by the hotel ensures that travellers enjoy a comfortabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="112.70" OriginalAmount="111.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.784827" Longitude="-122.408597" StarRating="4" HotelCode="18423|1064731" HotelName="The Axiom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Conference Hall,Designated Smoking Area,Internet,Lounge,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 Cyril Magnin Street, Powell &amp; Market, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/45/0f45e40de976ae947f7e624c4aa704a2aefc22c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is centrally located in Downtown San Francisco at the cable car turnaround. It l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.80" OriginalAmount="111.68" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|18858" HotelName="Zephyr San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>250 BEACH STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/8/18858_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, renovated in 2001, has 4 floors and 355 rooms. In the entrance, you can find a lobby with air-conditioning with elevators, a reception, a currency exchange service and a cloakroom. The establishment has a restaurant, internet, a laundry service, room service, indoor parking and a car park (for a fee). SITUATION: This urban hotel is situated next to Fisherman's Wharf in the surrounding area, you can find el puerto 39, close to shops, bars and restaurants. Nearby, there is a public transport stop. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a coffee maker, an iron, an ironing board, internet, an air-conditioning system, a central heating system, fitted carpets and a safety deposit box (available for a fee). FACILITIES: Outdoors, clients have access to a heated swimming pool and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.795063864524" Longitude="-122.42203093675" StarRating="3" HotelCode="64772|nob_hill_motor_inn" HotelName="Nob Hill Motor Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1630 Pacific Avenue, San Francisco, CA 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/9b/699b80240f5f66672c504f55689458cbda424b90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.15" OriginalAmount="112.03" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|440185" HotelName="Caza Fisherman’s Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1300 Columbus Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/1/8/5/440185_3a0b4fe1414.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.25" OriginalAmount="112.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.759311184602" Longitude="-122.41899507233" StarRating="2" HotelCode="383527|1397378" HotelName="El Capitan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2361 Mission Street, San Francisco, California 94110</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/da/adda653ef2bd15a91e0bbb2099045f9ccf3016b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.54" OriginalAmount="112.42" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|25575" HotelName="The Marker San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>501 GEARY STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/5/7/5/25575_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel offers a lobby with a fireplace, has 7 floors and 201 rooms. Guests have access to a reception, a safety deposit box service, a cloakroom, a lift, air-conditioning, a kiosk, a hairdresser's, a bar and a French restaurant. The establishment has internet, a conference room, room service, a laundry service and the car park. SITUATION: This hotel is situated near Union Square, the business area and the theatres. It is 18 kilometres away from Oakland ROOM: The stylish rooms have a bathroom with bathrobe, a hairdryer, a direct line telephone, satellite or cable TV, internet and a radio. They also have a mini-bar, a coffee maker, a double bed, an iron, individual heating and an individual air-conditioning system. FACILITIES: The establishment has a gym, a sauna, spa treatments and beauty treatments. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, JCB and Diners Club. OBSERVATIONS: Ask for further information regarding hotel conditions and operations.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.81" OriginalAmount="112.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.789287485184" Longitude="-122.4091771245" StarRating="3" HotelCode="44023|258665" HotelName="The Cartwright Hotel - Union Square, BW Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>524 Sutter Street, San Francisco, California 94102-1102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/40/014009a808f45c30feadf9b26ce2c58b590d0a4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of San Francisco, only a few minutes' walk from Union Square. Sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.77756789" Longitude="-122.4241165" StarRating="2" HotelCode="898564|44816" HotelName="Days Inn by Wyndham San Francisco Downtown/Civic Cntr Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>465 Grove Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/3e/103e7148062471a637a84c7873eaa9f254addc82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Roanoke. The nearest airport is Roanoke (ROA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.785393552061" Longitude="-122.4056379497" StarRating="4" HotelCode="28337|hotel_palomar_san_francisco_a_kimpton_hotel" HotelName="Hotel Zelos San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco 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,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Fourth Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/47/bc47a5ac178ec7ceec384ba7ab9a8141eb319457.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of central San Francisco. Hidden 5 floors above the hustle and bus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.801312444244" Longitude="-122.4092079699" StarRating="3" HotelCode="907882|the_washington_square_inn" HotelName="Washington Square Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1660 Stockton Street, San Francisco, California 94133</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/15/5415bc3a94db3614b0ba4c0a09df7ecf0faef502.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.37" OriginalAmount="114.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.786126" Longitude="-122.411637" StarRating="4" HotelCode="317483|46624" HotelName="Hotel Spero" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>405 Taylor Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/7a/6f7a900d2abc4773f2885cabef7f973760bbea90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location in the heart of San Francisco's theatre district. The famous Un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.74" OriginalAmount="114.59" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|54054" HotelName="Griffon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155 STEUART ST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/5/4/54054_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2010, has 62 rooms and with features that offer you the maximum level of comfort. The establishment boasts a restaurant, meeting facilities, a safety deposit box service, a cafÃ©, conference facilities, room service, a laundry service and a car park. SITUATION: Is situated in the business area, close to the establishment, clients can find places of interest, in the surrounding area, clients have restaurants, shops, the nightlife and leisure areas. Oakland It is 20 minutes away from. ROOM: The rooms a bathroom with a shower or bath, luxurious bathrobes, toiletries, a hairdryer, a king size or double bed and bedding. They also have a direct line telephone, a television, a radio, internet, a safety deposit box, a mini-bar, a coffee maker, a kettle, an ironing set and an air-conditioning system. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OBSERVATIONS: Check-in is from 15:00 and check-out is at 12:00, Pets are not allowed, Ask for further information regarding hotel conditions and operations.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.31" OriginalAmount="115.16" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|54065" HotelName="Queen Anne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1590 SUTTER STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/6/5/54065_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 48 rooms and large suites. The establishment boasts air-conditioning, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a lift and a breakfast room. The establishment also offers internet, a laundry service and a transfer service (free of charge). SITUATION: Nearby, you will find boutiques, cafÃ©s ,Union Square it is located 10 streets away from Japantown in the surrounding area, clients have. ROOM: They have a king size or double bed, WiFi (free of charge), cable television, bath or shower, a DVD player and video. They also have a direct line telephone, a radio, a safe, a coffee maker, a kettle, an air-conditioning system and individual heating. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast at no extra charge. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.15" OriginalAmount="116.98" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|24197" HotelName="Comfort Inn By The Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2775 VAN ANESS AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/1/9/7/24197_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2002, has 11 floors and 138 rooms. The establishment has air-conditioning, a hall with a lift, a reception, a cloakroom, a safety deposit box service and internet. The establishment also offers room service, a laundry service and a car park (for a fee). SITUATION: Fisherman's Wharf Is situated in the establishment is 21 kilometres away from the airport, Oakland it is 18 kilometres away from. ROOM: The rooms a bathroom with a shower, a hairdryer, a direct line telephone, a television, a radio and internet. They also have a kettle, a coffee maker, an iron, an ironing board, a double bed, a safety deposit box (available for a fee), an air-conditioning system and heating. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.807779275984" Longitude="-122.41318568587" StarRating="3" HotelCode="16385|7511" HotelName="Hotel Zephyr" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>250 Beach Street, San Francisco, California 94133</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/50/15/5015e99df37c01488390a37d0e9784193568d3c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is the only hotel located right on Fisherman's Wharf, in the immediate vi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.786244932207" Longitude="-122.40819862461" StarRating="2" HotelCode="13280|the_herbert_hotel_" HotelName="The Herbert Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>161 Powell Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/62/f16237f76abd445338df714ff57a17e55c314843.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.04" OriginalAmount="119.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.7950329375" Longitude="-122.4007566125" StarRating="3" HotelCode="146150|1317748" HotelName="Club Quarters Hotel San Francisco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>424 Clay Street, (opposite Embarcadero Center), San Francisco, California 94111</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/07/8607eec5bb9237c7063e999c72127f641f6b2a35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.06" OriginalAmount="119.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.792766" Longitude="-122.392359" StarRating="3" HotelCode="64711|366695" HotelName="Hotel Griffon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155 Steuart Street, San Francisco, California 94105</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/db/f9dbac9d37f8a97c95a4ab064d990292a127f045.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the financial district, less than 2 blocks from the famed cable ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.799724" Longitude="-122.435734" StarRating="2" HotelCode="907566|chelsea_motor_inn" HotelName="Chelsea Motor Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2095, Lombard Street, San Francisco 94123, California</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/d1/11d14624cc00d5894a8d5a7a2f9d9fbed7de9b91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.7832822" Longitude="-122.41949007" StarRating="2" HotelCode="363776|red_coach_motor_lodge" HotelName="Red Coach Motor Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>700 Eddy Street, San Francisco  California</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/a1/72a13d5de017df8c73645662074b9e721f12ca54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.05" OriginalAmount="121.83" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|18873" HotelName="Holiday Inn Golden Gateway, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1500 VAN NESS AVE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/3/18873_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 26 floors, 499 rooms and 5 suites. The establishment boasts a lobby, a reception, a currency exchange service, a lift, a kiosk, a bar and a restaurant. The establishment also offers a conference room, internet, room service, a laundry service, a car park and indoor parking (for a fee). SITUATION: It is near the government building, bars, restaurants and shops. in the surrounding area, clients have the tram stop, Union Square 15 minutes away from the establishment, guests will find. ROOM: The rooms have a coffee maker, an iron, an ironing board and a bathroom with a hairdryer, They also have a direct line telephone, satellite or cable TV, internet, heating and a central air-conditioning system. FACILITIES: The establishment has a swimming pool and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service and a set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OBSERVATIONS: Ask for further information regarding hotel conditions and operations.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="123.12" OriginalAmount="121.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.798452625" Longitude="-122.44662491667" StarRating="2" HotelCode="897263|339639" HotelName="Travelodge by Wyndham Presidio San Francisco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2755 Lombard Street, San Francisco, California 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/0a/320ab61cec3f8f7bde2611c512f0a266ffc00cd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.79975708" Longitude="-122.43739445" StarRating="2" HotelCode="428473|cow_hollow_inn_3" HotelName="Cow Hollow Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Concierge,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage,Parking,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2190 Lombard Street, San Francisco, California 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/da/ddda28741027d304b843c65b41c9b1336b71ecd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Cow Hollow Inn in San Francisco Marina District, you'll be minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.17" OriginalAmount="123.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.78315035" Longitude="-122.41777575" StarRating="2" HotelCode="126055|1285758" HotelName="Phoenix Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>601 Eddy Street, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/da/e1da5c8b0af5808350ad29072d210dea41d8610f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.18" OriginalAmount="123.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.7871932233" Longitude="-122.40894377232" StarRating="3" HotelCode="18330|13142" HotelName="The Handlery Union Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>351 Geary Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/2c/c62cd890132c514d2dac38345b5e6f4ab7062a53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This very popular hotel has been beautifully renovated to a very high standard. It affords an unbeat...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.95" OriginalAmount="124.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.735651977778" Longitude="-122.50233104444" StarRating="2" HotelCode="891848|667895" HotelName="Mirage Inn &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2600 Sloat Boulevard, San Francisco, California 94116</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/168555/a_168555_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.05" OriginalAmount="124.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.788312431367" Longitude="-122.40909263492" StarRating="3" HotelCode="170105|481065" HotelName="The Inn at Union Square" 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,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>440 Post Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/61/3f61da6dddb61ff86569ac602846c9d10bac4a78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just steps from renowned shopping, dining and entertainment in one of San Francisco's most iconic ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.25" OriginalAmount="125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.807073599767" Longitude="-122.41363227367" StarRating="4" HotelCode="17634|sheraton_fishermans_wharf" HotelName="Hotel Riu Plaza Fisherman’s Wharf" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2500 Mason Street, San Francisco, California 94133</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/1b/631b4b5d91c7cc81c3b910e50f281bde4d990b0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies close to public transport, shops, restaurants, bars, and cafés.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.71" OriginalAmount="125.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.789227991767" Longitude="-122.40982613988" StarRating="4" HotelCode="86403|74934" HotelName="Hotel Emblem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>562 Sutter Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/94/63941c601e8ba74a2a1473751f4c7edf2700207d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in the heart of the theatre district and 1 block away from Union...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.41" OriginalAmount="126.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.786996088305" Longitude="-122.40799963474" StarRating="2" HotelCode="18512|332545" HotelName="The Stratford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>242 Powell Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d8/add84053576536f8b8b9ac1c66eed80d3b48f7f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This San Francisco hotel is on a cable car line within half a block of Union Square and less than a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.47" OriginalAmount="126.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.789923" Longitude="-122.421929" StarRating="3" HotelCode="13472|442165" HotelName="Holiday Inn Golden Gateway" Meals="ROOM ONLY,FULL BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1500 Van Ness Avenue, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/cb/26cbaea0f1c56927642a7a2d642bdf728a686244.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular full-service hotel with excellent facilities lies close to the Civic Centre, in the gov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.84" OriginalAmount="126.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.782861" Longitude="-122.421962" StarRating="2" HotelCode="86434|71324" HotelName="Rodeway Inn Civic Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>860 Eddy Street, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/43/4a4300f9c206dee22fc2230ddeaf7a5e73bcc67b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Moscone Convention Center, in the heart of the San Francisco area, clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.90" OriginalAmount="126.63" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|18869" HotelName="Beacon Grand, A Union Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>450 POWELL STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/6/9/18869_1431d221856.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 21 floors, 412 rooms and 5 suites. The establishment boasts air-conditioning, a hall with elevators, a reception, a safety deposit box service, a cafÃ©, bars and a restaurant. The establishment also offers a conference room, internet, room service, a laundry service and a car park. SITUATION: Union Square It is in. ROOM: The rooms have an air-conditioning system, central heating, a bathroom with a hairdryer, a safe (available for a fee) and a mini-bar. They also have an iron, an ironing board, a satellite or cable television, a direct line telephone, a radio and internet. FACILITIES: The establishment boasts a gym. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, JCB and Diners Club. OBSERVATIONS: Ask for further information regarding hotel conditions and operations.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.52" OriginalAmount="127.25" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|53358" HotelName="Emblem San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>562 Sutter Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/8/53358_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located near the theatres, Union Square close to the establishment, guests have. ROOM: The establishment has 94 rooms with telephone, an answering machine, internet (available for a fee), cable television and films (available for a fee), They also have a CD player, a mini-bar, a fridge, a writing desk, a bathrobe, ironing service and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.801296549318" Longitude="-122.42692798376" StarRating="2" HotelCode="170778|redwood_inn" HotelName="Redwood Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Motel" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Air Conditioning,Housekeeping,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>1530 Lombard Street, San Francisco, Kalifornien 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/ee/10ee20826a408b1e8fafcf51b1c7e3216b2ab37b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.78892290135" Longitude="-122.40853071213" StarRating="4" HotelCode="17574|sir_francis_drake_a_kimpton_hotel" HotelName="Kimpton Sir Francis Drake Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>450 Powell Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/2d/f12d2af584130e88512dfe39fcd1c45757420843.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish boutique hotel was built in 1920 and offers a fantastic location of Union Square in fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.15" OriginalAmount="132.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.800393607143" Longitude="-122.43347979286" StarRating="2" HotelCode="126642|1264658" HotelName="Howard Johnson San Francisco Marina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1940 Lombard Street, San Francisco, CA 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/c9/1cc9a470fa2d769d9fb3bb98f3a4df067a6e4409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.797751342857" Longitude="-122.4072411" StarRating="3" HotelCode="87005|sw_hotel" HotelName="SW Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>615 Broadway Street, San Francisco, California 94133</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/20/e2206866c1cc71787ec3ab1c5f45373044c3e3dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.15" OriginalAmount="134.80" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|18847" HotelName="The Clift Royal Sonesta San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>495 GEARY STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/7/18847_44995fd0748.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1913, renovated in 2003, has 363 standard rooms, 25 suites and 16 floors. The establishment has a lobby with a fireplace, a reception, a safety deposit box service, a currency exchange service, lifts, a restaurant, a bar and conference rooms. The establishment also offers a laundry service, room service, internet and a car park. SITUATION: This hotel is near the theatres. It is located near Union Square where you can find shops and leisure areas. ROOM: The rooms have a bathroom with a hairdryer, satellite or cable TV, a radio, a stereo, internet, a safe (available for a fee) and central heating. FACILITIES: The establishment has a gym. MEALS: Guests are offered a breakfast service and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.51" OriginalAmount="135.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.789733071429" Longitude="-122.4114665" StarRating="3" HotelCode="126045|1315918" HotelName="Petite Auberge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>863 Bush Street, San Francisco, California 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/86/24866888626bf5b7d151d681bdfec8777a346d06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.56" OriginalAmount="136.20" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|62608" HotelName="The Donatello" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>501 POST STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/6/0/8/62608_0d04a020713.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, is rated 4 stars and it offers excellent service. SITUATION: Union Square It is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.60" OriginalAmount="138.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.800133031445" Longitude="-122.43299514055" StarRating="2" HotelCode="907564|1331628" HotelName="Coventry Motor Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1901 Lombard Street, San Francisco, California 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/22/9b226af91eb13946cddc43aa282c488b3375aa9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.790356" Longitude="-122.408104" StarRating="3" HotelCode="31930|executive_hotel_vintage_court" HotelName="Executive Hotel Vintage Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>650 Bush Street, San Francisco, California 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/31/e331edb42ad5dabf0338df0287d8841e435428dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.787142" Longitude="-122.411335" StarRating="3" HotelCode="56014|warwick_san_francisco_hotel" HotelName="Warwick San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>490 Geary Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/37/e837135aa06e20d9ff617ca67898d920c8dd15b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive and popular hotel is situated in the heart of the theatre district in the centre of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.12" OriginalAmount="141.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.786787742119" Longitude="-122.41132053369" StarRating="4" HotelCode="26353|230816" HotelName="The Clift Royal Sonesta Hotel San Francisco" 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>495 Geary Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/32/32a96abfe8c29327/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is located at the centre of San Francisco's theatre district, close to Union Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.95" OriginalAmount="146.49" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|24072" HotelName="Riu Plaza Fisherman´s Wharf" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2500 Mason Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/7/2/24072_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008, has 531 rooms, 8 suites and 4 floors. The establishment boasts a spacious hall with elevators, a reception, a cloakroom, a safety deposit box service, a currency exchange service, air-conditioning, a bar and a conference room. There are many services available at the establishment, including WiFi, a laundry service, room service, indoor parking and a car park. SITUATION: Near the establishment, guests will find shops, bars, restaurants, pubs and a public transport stop. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a radio, internet, a kettle, a coffee maker, an iron, an ironing board, an air-conditioning system, individual heating and a safety deposit box (available for a fee). FACILITIES: The establishment has a heated swimming pool, deck chairs, parasols and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and a set-menu lunch and dinner. PAYMENT METHODS: The establishment accepts EC, JCB, American Express, Visa, Mastercard and Diners Club. OBSERVATIONS: Is non-smoking.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="148.25" OriginalAmount="146.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.805361" Longitude="-122.417784" StarRating="2" HotelCode="18695|2141581" HotelName="Travelodge Fisherman's Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1201 Columbus Avenue, San Francisco, California 94133</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/36/ba363d3c543a6f73c3f5d2e1a33f17743e21b30c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="148.30" OriginalAmount="146.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.789848" Longitude="-122.407217" StarRating="3" HotelCode="23287|1280628" HotelName="Mystic by Charlie Palmer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>417 Stockton Street, San Francisco, California 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/91/13915baf9c6e81952e3bdc2e14dc595eb9fa9f22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has an irreplaceable San Francisco Union Square location and is ideally situated one block...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.48" OriginalAmount="148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.7823511" Longitude="-122.4079492" StarRating="3" HotelCode="934153|hampton_san_francisco_dt_convention_ctr_" HotelName="Hampton Inn San Francisco Downtown Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>942 Mission Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/de/1fdee3589a605a5349a7e8702e2752d303e64b53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.60" OriginalAmount="148.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.799423" Longitude="-122.434108" StarRating="2" HotelCode="84524|481005" HotelName="Hotel Del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3100 Webster Street, San Francisco, California 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/7f/9b7f58caee546063ee6154731b8e1e4ab50c4f20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Once a 50's style motor lodge, this city hotel is located in the heart of the picturesque Marina Dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="150.85" OriginalAmount="149.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.791697508655" Longitude="-122.41054773331" StarRating="4" HotelCode="14567|39738" HotelName="InterContinental Mark Hopkins San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>999 California Street, San Francisco, California 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/c4/cfc4380f98362cc153c48bdddf86247af8e7f630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive historical hotel of the luxury class is situated at the crest of the famed Nob Hill, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.12" OriginalAmount="151.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.789698285714" Longitude="-122.41120485714" StarRating="3" HotelCode="897268|1315908" HotelName="White Swan Inn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>845 Bush Street, San Francisco, CA 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/18/74182b0b364df1b609d75c8adc8367f5c14365eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.790016452783" Longitude="-122.40568943436" StarRating="2" HotelCode="386726|baldwin_hotel" HotelName="Hotel 32One" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>321 Grant Avenue, San Francisco, California 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/ea/30ea5c51fadaaedab67d61967dcda7c4d447a096.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.19" OriginalAmount="153.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.788333628326" Longitude="-122.40930318832" StarRating="3" HotelCode="21095|265115" HotelName="Kensington Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>450 Post Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/a2/47a2cd146c0ea15309abbd27327dea498d3f0caf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.55" OriginalAmount="156.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.790129981039" Longitude="-122.40849036442" StarRating="3" HotelCode="565430|74964" HotelName="Orchard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>665 Bush Street, San Francisco, Kalifornien 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/cc/93ccd1d8223cf736a3143e45bbf076ce370fa464.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.78488056354" Longitude="-122.40884184837" StarRating="4" HotelCode="16893|parc_55_wyndham_san_francisco__union_square" HotelName="Parc 55 San Francisco, a Hilton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>55 Cyril Magnin Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/8f/478f69e33bd37c2355f87458b6cdb6a0960c91b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel is situated in the heart of San Francisco, just 2 blocks from the renow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.64" OriginalAmount="157.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.790748981973" Longitude="-122.40521416068" StarRating="3" HotelCode="67639|1339788" HotelName="Orchard Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>466 Bush Street, San Francisco, California 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/10/df103a40abc82e97126f92df7d1ebbd5ea5330a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of San Francisco, this boutique hotel is ideal for guests who appreciate a styl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.800714463748" Longitude="-122.4304246473" StarRating="2" HotelCode="226542|485133" HotelName="Seaside Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/05/2026" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1750 Lombard Street, San Francisco, California 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/56/64565b2dcd0214f82c2c44c32633fe7b1652c436.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.60" OriginalAmount="160.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.7888778" Longitude="-122.4103976" StarRating="3" HotelCode="565170|marines_memorial_club_and_hotel" HotelName="Marine's Memorial Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>609 Sutter Street, San Francisco, CA 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/2f/512f900b9ced7ae2968954f5cdb684dab28ba1a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="161.62" OriginalAmount="160.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.786269" Longitude="-122.409364" StarRating="4" HotelCode="66486|680685" HotelName="Nikko San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Mason Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/78/f3785a7b933850fba305f4ea565300a9e25e96d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the city, this popular hotel is just a block from the cable cars, a block fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.84" OriginalAmount="161.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.8041945" Longitude="-122.4159154" StarRating="2" HotelCode="226547|4605175" HotelName="Columbus Motor Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1075 Columbus Avenue, San Francisco, CA 94133</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/e0/59e03d49da1e9686f81c99c39cdb182142ff3ef9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.64" OriginalAmount="164.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.7603276" Longitude="-122.5072632" StarRating="2" HotelCode="144659|1329438" HotelName="Beach Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4211 Judah Street, San Francisco, California 94122</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/37/ef373a839a6b8e3da20139304ca506648f5a1455.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.65" OriginalAmount="165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.799035228744" Longitude="-122.44394534457" StarRating="2" HotelCode="391241|marina_motel" HotelName="Marina Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Free CXL until 09/05/2026" HotelFacility="Business Centre,Elevator,Garden,Internet,LCD/Projector,Luggage Storage,Parking,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2576 Lombard Street, San Francisco, California 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/77/14/77147dac3b8cf978836ff5c26e56b50747e587e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Marina Motel in San Francisco (Marina District), yo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.90" OriginalAmount="169.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.78556737381" Longitude="-122.40846633911" StarRating="3" HotelCode="64241|375805" HotelName="Fusion Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>140 Ellis Street, San Francisco, Califorien 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/a1/b7a104f60f2aed473912bf1beeabcd693e3e96d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of San Francisco, this hotel is located at the heart of all that guests will wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.58" OriginalAmount="169.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.77733314" Longitude="-122.40828634" StarRating="0" HotelCode="746114|2550175" HotelName="Signature San Francisco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>259 7th Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/90/8990c91eac1e7f8957aa58e7a82dbdbf6d16e661.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 2 star hotel is located in the city centre of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.799126183333" Longitude="-122.40836705" StarRating="3" HotelCode="890657|hotel_boheme" HotelName="Boheme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>444 Columbus Avenue, San Francisco, California 94133</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/ce/eacea2513c22a17af8c4c2d93fec1a0c4d0c3955.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="176.32" OriginalAmount="174.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.806474" Longitude="-122.41624" StarRating="3" HotelCode="56499|442155" HotelName="Holiday Inn Express &amp; Suites San Francisco Fishermans Wharf" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>550 North Point Street, San Francisco, California 94133</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/12/a51253487bd9c21c584d5d8dea8baeeab3522301.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a fantastic location within a few minutes' walk of all the famous attractions of F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.786804" Longitude="-122.408267" StarRating="4" HotelCode="408598|villa_florence" HotelName="Villa Florence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Powell Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5b/58/5b58bcb06bdfa490cf0386ca5975cfc60615cd75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in San Francisco. For guests who appreciate a stylish amb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.31" OriginalAmount="175.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.80682" Longitude="-122.41715" StarRating="3" HotelCode="13459|46584" HotelName="Holiday Inn San Francisco-Fishermans Wharf" 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,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>495 Beach Street, San Francisco, California 94133</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/f0/aaf00a5f61840ea7e2f8a561a2d5594cabceb233.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly beside famous Fisherman's Wharf Pier. It is the ideal base for those...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.98" OriginalAmount="180.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.807561527965" Longitude="-122.42039217506" StarRating="4" HotelCode="26727|121254" HotelName="The Argonaut" 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,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>495 Jefferson Street, Fisherman’s Wharf, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/54/625466ebfc8cd650a97c020867696d61e1563689.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unique new luxury hotel is situated in a historical building at Fisherman's Wharf, above Hyde S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.73" OriginalAmount="180.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.760435266667" Longitude="-122.50874163333" StarRating="2" HotelCode="901472|4598315" HotelName="The SeaScape Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4340 Judah Street, San Francisco, California 94122</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/20/462087c05d02b0f44425952ddf021a942f6e5f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location. ULLI The Oceanview Motel is located in San Francisco, Calif.LI LILess than one mile from G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.7770136" Longitude="-122.4297388" StarRating="3" HotelCode="263898|the_grove_inn" HotelName="The Grove Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>890 Grove Street, San Francisco, CA 94117</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/a9/fba9edea63b221c965c8e02d29e3a49a8df6462a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="183.45" OriginalAmount="181.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.787535585714" Longitude="-122.44682758571" StarRating="3" HotelCode="565081|1297858" HotelName="The Laurel Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>444 Presidio Avenue, San Francisco, California 94115</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/b5/c5b5cecc0ffa065415ac446ee24afc5dc6bf1f46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in San Francisco, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="183.61" OriginalAmount="181.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.78338731" Longitude="-122.41908664" StarRating="2.5" HotelCode="450336|2145455" HotelName="Hotel Epik" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>706 Polk Street, San Francisco, 94109 California</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/5f/d25fbd84ed9b47d4a68d56b2dd109447e28875ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.787982" Longitude="-122.41217" StarRating="2" HotelCode="64389|fitzgerald" HotelName="Fitzgerald Union Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>620 Post Street, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/47/d3472f6b1332a667d5e77bb98ccd08ededd619fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.806981033333" Longitude="-122.41866667778" StarRating="3" HotelCode="13592|courtyard_san_francisco_fishermans_wharf" HotelName="Courtyard San Francisco Fisherman's Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>580 Beach Street, San Francisco, California 94133</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/7e/e77eca31c2e72d3d1ad78146989c7a39eb367505.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="187.54" OriginalAmount="185.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.786257452271" Longitude="-122.40866215232" StarRating="2.5" HotelCode="12581|1522138" HotelName="Holiday Inn Express San Francisco Union Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>235 O' Farrell Street, San Francisco, California  94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/25/e8250ab9ac6a175fcd3d982732264819abfd862d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.79221464" Longitude="-122.40908602" StarRating="4" HotelCode="897267|university_club" HotelName="University Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>800 Powell Street, San Francisco, California 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/13/ab13950d7eee0429df9c5ab3cff606d2d80ac929.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.93" OriginalAmount="193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.805484214221" Longitude="-122.41679862142" StarRating="3.5" HotelCode="13738|hilton_san_francisco_fishermans_wharf" HotelName="Marriott Vacation Club Pulse, San Francisco" Meals="ROOM ONLY" 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>2620 Jones Street, San Francisco, California 94133</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c5/d2c5b639b4bdab0751b5dfaa03786e9bba6fedca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in San Francisco. For guests who appreciate a stylish ambien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="197.13" OriginalAmount="195.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.792577137042" Longitude="-122.39215582609" StarRating="4" HotelCode="372078|372435" HotelName="Harbor Court" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>165 Steuart Street, San Francisco, California 94105</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/02/be/02be7d2de2546c9b37fe54a24ad2d20453c7f112.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Financial District of San Francisco, in the Embarcadero area. The city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="198.77" OriginalAmount="196.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.785478343209" Longitude="-122.4289637804" StarRating="3" HotelCode="42582|481075" HotelName="Hotel Kabuki" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1625 Post Street, San Francisco, California 94115</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/62/9b62fe877c7fc635f1ec39979d7f979a5fda562a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in the vibrant area of San Francisco’s Japantown. It is surrounded by an abundance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="201.34" OriginalAmount="199.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.806001298073" Longitude="-122.41608649492" StarRating="4" HotelCode="42021|237876" HotelName="Hyatt Centric Fisherman's Wharf" 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,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>555 North Point Street, San Francisco, California 94133</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/25/5a254dc515a6d3acf58cf27fad8ae336fc5f9d28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This low-rise hotel with a relaxed ambience is located in the heart of Fisherman's Wharf. The waterf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.03" OriginalAmount="203.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.751097879237" Longitude="-122.42252069941" StarRating="3" HotelCode="476948|noes_nest_bed_and_breakfast" HotelName="Noe's Nest Bed and Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/05/2026" HotelFacility="Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,LCD/Projector,Luggage Storage,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>1257 Guerrero Street, San Francisco, California 94110</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/21/aa21c1bfced8202fee235cd46fbc9a4f3418cbc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Noe's Nest Bed and Breakfast in San Francisco (Miss...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.41" OriginalAmount="203.38" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|185755" HotelName="Hampton Inn San Francisco Downtown/convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>942 Mission Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/7/5/5/185755_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.05" OriginalAmount="205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.785005" Longitude="-122.405163" StarRating="3" HotelCode="48392|the_mosser" HotelName="The Mosser" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>54 4th Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/7a/6f7a900d2abc4773f2885cabef7f973760bbea90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hip ‘designer’ hotel enjoys a stunning location just 2 blocks away from Union Square. Guests wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.03" OriginalAmount="205.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.785983822707" Longitude="-122.41076142785" StarRating="4" HotelCode="13739|175416" HotelName="Hilton San Francisco Union Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 O'Farrell Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a3/baa39c6a08e831fa9aab7ea0ba7cbcf20f90ab59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is just 1 block from the San Francisco cable cars and theatres, 2 blocks from Union Squar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="213.89" OriginalAmount="211.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.789050081961" Longitude="-122.4072727561" StarRating="4" HotelCode="21094|480995" HotelName="Grand Hyatt San Francisco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>345 Stockton Street, San Francisco, California 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/86/1e86d612f6b1b86edd4938c6905a79feda10029b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of San Francisco’s Union Square, within paces of Chinatown and a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="213.90" OriginalAmount="211.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.7874433" Longitude="-122.4143298" StarRating="3" HotelCode="24620|1517038" HotelName="Courtyard San Francisco Union Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>761 Post Street, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/42/421930/421930a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.00" OriginalAmount="211.88" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|213842" HotelName="EPIK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>706 POLK STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/8/4/2/213842_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.786576379791" Longitude="-122.43019223213" StarRating="3" HotelCode="22425|199296" HotelName="Kimpton Buchanan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1800 Sutter Street, San Francisco, California 94115</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/19/a61990ea2b630350369f02f8be6f4f88a8a55803.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.778634562512" Longitude="-122.39227024537" StarRating="0" HotelCode="847605|hyatt_place_san_francisco_downtown" HotelName="Hyatt Place San Francisco / Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>701 3rd Street, San Francisco, California 94107</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/5d/3b5d9f3cf15fa85d6b45d366c6cf087df8f6d148.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.19" OriginalAmount="219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.799532191269" Longitude="-122.43988975883" StarRating="2" HotelCode="98855|americas_best_value_inn__suitessan_franciscogolden_gate" HotelName="Infinity Hotel Sf An Ascend Hotel Colle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2322 Lombard Street, San Francisco, California 94123</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/zz/40ad69ddd0f8726d0c807d2a3e7353aa915ee732.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located between the north shore marinas and the steep hills of Pacific Heights, this economy motel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.19" OriginalAmount="219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.79148904" Longitude="-122.40888782" StarRating="0" HotelCode="965876|powell_place_at_nob_hill" HotelName="Powell Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>730 Powell Street, San Francisco, California 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d8/01d86e82a8daa62b283ba9ef2277f9daa478299a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="221.80" OriginalAmount="219.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.780888882454" Longitude="-122.41240113974" StarRating="3" HotelCode="16635|2228735" HotelName="San Francisco Proper Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1100 Market Street, Hotel Entrance at 45 McAllister Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/6c/946c7e3c05bb099690ff725d30a774ab1a4603c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Market Street in the heart of San Francisco, in the Theatre District betwee...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.21" OriginalAmount="221.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.784393125" Longitude="-122.4194485" StarRating="2" HotelCode="432329|alexis_park_hotel" HotelName="Alexis Park San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>825 Polk Street, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/92/6f92c858039e151d56c2af7bb1a0611f91191225.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="232.96" OriginalAmount="230.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.789134868914" Longitude="-122.40682348609" StarRating="4.5" HotelCode="11389|491635" HotelName="Taj Campton Place, San Francisco" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>340 Stockton Street, San Francisco, California 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/62/4762043992b5c1e65713e251ccb450855e847c11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of San Francisco. Its setting is especially ideal for gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="239.26" OriginalAmount="236.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.805713" Longitude="-122.417578" StarRating="4" HotelCode="14594|772775" HotelName="Marriott Fisherman's Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1250 Columbus Avenue, San Francisco, California 94133</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/06/67068714df25cde6f2e759a7257403cce32b0039.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="240.65" OriginalAmount="238.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.79238001641" Longitude="-122.41066306829" StarRating="4" HotelCode="38417|16379" HotelName="Fairmont San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>950 Mason Street, San Francisco, California 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/7e/577e51967a159bd7fc7aa092c8e47f3acf7805f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury city hotel lies atop Nob Hill, thus affording superb views over the city and the Pacific...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.35" OriginalAmount="241.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.782481693916" Longitude="-122.40198166501" StarRating="4.5" HotelCode="771043|648822" HotelName="Virgin Hotels San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>250 4th Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/648823/648823a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="244.97" OriginalAmount="242.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.786173" Longitude="-122.4465485" StarRating="3" HotelCode="901075|4669545" HotelName="Monte Cristo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>600 Presidio Avenue, San Francisco, California 94115</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/83/d983a2325b61a03e830765864f3696814946eb67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="245.22" OriginalAmount="242.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.78937439153" Longitude="-122.40825712681" StarRating="4" HotelCode="47956|322255" HotelName="San Francisco Marriott Union Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>480 Sutter Street, San Francisco, California 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/2b/ff2bd6145e00877acdd32146e25bf4ce67c119bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The smart, modern hotel enjoys a superb location only one block from Union Square. Bars, restaurants...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="246.11" OriginalAmount="243.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.788751691586" Longitude="-122.41270345768" StarRating="3" HotelCode="10956|921615" HotelName="Wyndham Canterbury at San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>750 Sutter Street, San Francisco CA 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/80/ca804427e4c695420a46a40a6c971de83526d933.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.762518204362" Longitude="-122.42855442146" StarRating="3" HotelCode="26597|parker_guest_house" HotelName="The Parker Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>520 Church Street, San Francisco, California 94114</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/b9/bdb99ce99834609cddda2bca1625d95d9e03beca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B warmly welcomes guests in San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="251.07" OriginalAmount="248.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.784966415172" Longitude="-122.40396156907" StarRating="4" HotelCode="17135|481245" HotelName="San Francisco Marriott Marquis" 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,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>780 Mission Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/20/8c20f9219aeac7470d3acd5c47f93cb9b7855dd8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel offers guests a range of advantages. It is located at the centre of San Francisco....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="265.22" OriginalAmount="262.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.7853041" Longitude="-122.4005404" StarRating="4" HotelCode="19290|121384" HotelName="W San Francisco" 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,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Third Street, San Francisco, 94103 California</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/0b/290bf8343016ba840bdecc5b6cad058b0f9d15ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Neighbouring the San Francisco Museum of Modern Art, this hotel faces the beautiful Yerba Buena gard...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="269.64" OriginalAmount="266.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.785925" Longitude="-122.397016" StarRating="3" HotelCode="38810|360925" HotelName="Courtyard San Francisco Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>299 Second Street, San Francisco, 94105 California</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d0/86/d0861bdd25eaf131995d8b41b44163f731470fb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.69" OriginalAmount="269.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.782092" Longitude="-122.404493" StarRating="4" HotelCode="88290|intercontinental_san_francisco" HotelName="Intercontinental San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>888 Howard Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/c1/29c1807cb239f9390de1d2ea62d30924802b3d5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is conveniently located adjacent to the Mosone Convention Centre and lies only a short...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.85" OriginalAmount="285.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.787700028032" Longitude="-122.40856105523" StarRating="4" HotelCode="18558|the_westin_st_francis_on_union_square" HotelName="The Westin St. Francis San Francisco on Union Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>335 Powell Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/9d/0b9db15d2a9dfa5dfb2911e59a00072aa0aecff4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is in the heart of the city, facing Union Square. It is located directly b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="294.50" OriginalAmount="291.58" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|39519" HotelName="Intercontinental San Francisco, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>888 HOWARD STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/5/1/9/39519_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers comfortable facilities, attentive service, a concierge, lifts, room service, a dry cleaner's and a laundry service. The establishment boasts a reception, a business centre, meeting facilities, a business centre with features that offer you the maximum level of comfort, event rooms and a car park (for a fee). SITUATION: This hotel is near the commercial district, is situated close to the beach, near the establishment, you will find places of interest. FACILITIES: It is near a golf course, The establishment boasts a fitness centre fully-equipped, a covered swimming pool, an outdoor pool and a spa. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant, a bar, a lounge and gala dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="294.68" OriginalAmount="291.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.786915538371" Longitude="-122.41207122803" StarRating="3.5" HotelCode="27044|480815" HotelName="Hotel Adagio, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>550 Geary Street, San Francisco, Kalifornien 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/87/0e87980fd8094b5c832c378dc5a0a2ad8b806507.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the heart of the theatre district, with many shopping and entert...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.92" OriginalAmount="292.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.788186" Longitude="-122.41043" StarRating="4" HotelCode="18468|jw_marriott_san_francisco_union_square" HotelName="JW Marriott San Francisco Union Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>515 Mason Street, San Francisco, California 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/7a/9e7a81c50296544fbe44c9a0ec22707cf7d636d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated is a wonderful location near Union Square. Countless restaurants, bars, shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="295.04" OriginalAmount="292.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.785477813264" Longitude="-122.42116056383" StarRating="3" HotelCode="370668|312065" HotelName="Courtyard San Francisco Downtown/Van Ness Ave" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1050 Van Ness Avenue, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/9d/0f9d43e98f533f1e30d04e45b63a2407e14c4a3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently situated, this hotel lies in the Civic Centre and Cathedral Hill area, just 1.5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.55" OriginalAmount="293.61" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|18852" HotelName="Parc 55 San Francisco - A Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 Cyril Magnin Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/2/18852_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This conference hotel, has 32 floors and 1010 rooms. It also has meeting facilities, a lobby, express check-out, a reception, a safety deposit box service, internet (for a fee), a laundry service and a limousine service (free of charge). SITUATION: It is inSan Francisco the heart of Union Square 2 streets away, clients can find Clients can also find the theatres, close to the establishment, guests have places of interest, golf courses, a spa, museums and the business area. It is situated close to the tram stop, Alcatraz it is 5 kilometres away from the establishment is 6 kilometres away from Golden Gate the bridge It is situated 27 kilometres away fromSan Francisco Airport. ROOM: The rooms have a desk, lamp, 2 telephones, an answering machine, data connection, internet, a bathroom with a shower or bath, a hairdryer, cable television, films and a radio. There is also press, an ironing set, a trouser press, a safe, a king size or double bed, an air-conditioning system and individual heating. FACILITIES: The establishment boasts a gym, a sauna and bars. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, a breakfast service and a set-menu lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OBSERVATIONS: Check-in is from 16:00 and check-out is at 11:00.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.94" OriginalAmount="294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.789803" Longitude="-122.403638" StarRating="3" HotelCode="55934|galleria_park_hotel_a_joie_de_vivre_boutique_hotel" HotelName="Galleria Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>191 Sutter Street, San Francisco, California 94104</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/bc/4ebcaf284cafe9b79123f6588408ba826996628c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious boutique hotel offers guests a peaceful oasis in the heart of the city. Union Square ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.95" OriginalAmount="295.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.787048014548" Longitude="-122.42390730165" StarRating="4" HotelCode="370009|payne_mansion_hotel" HotelName="Mansion on Sutter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1409 Sutter Street, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/bb/16bb764864ab84f7bb023855764a227cd0506f11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="308.05" OriginalAmount="305.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.786707" Longitude="-122.402857" StarRating="4" HotelCode="18251|the_westin_san_francisco_market_street" HotelName="The Park Central San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/05/2026" 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>50 Third Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/e9/26e9fbbd5522925296b918aaf6b1cab8d0af213f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the vibrant South of Market district, surrounded by San Francis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.10" OriginalAmount="310.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.794039" Longitude="-122.396156" StarRating="4" HotelCode="27151|hyatt_regency_san_francisco" HotelName="Hyatt Regency San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Embarcadero Center, San Francisco, California 94111</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/85/e1854d50948321840d32f2624a16337082979c36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests arriving from South Bay or San Francisco International Airport (22.5 km) should take highway ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="315.92" OriginalAmount="312.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.77918493" Longitude="-122.39064575" StarRating="4" HotelCode="571452|2214685" HotelName="Hotel VIA" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>138 King Street, San Francisco, California 94107</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bf/5b/bf5be30d31a1f331fbca92382ef1fb34ae2cc779.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="317.14" OriginalAmount="314.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.768204066667" Longitude="-122.45328846667" StarRating="3" HotelCode="125220|stanyan_park" HotelName="Stanyan Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>750 Stanyan Street, San Francisco, California 94117</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/1a/4c1a392a85aa1a79315005befa5729ae1960cfe4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a total of 36 rooms. Translation services are among the facilities. Wire...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="324.03" OriginalAmount="320.82" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|18874" HotelName="Omni San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>500 CALIFORNIA ST.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/4/18874_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1926, has 17 floors, 360 rooms and 14 suites. The establishment boasts air-conditioning, a lobby with a reception, lifts, a safety deposit box service, a currency exchange service, a bar and a restaurant. Guests also have access to a conference room, internet, room service, a laundry service, an indoor car park and a car park. SITUATION: It is in the business area, near the establishment, guests will find the tram stop, Clients can also find shops, restaurants, bars, cafÃ©s and entertainment. ROOM: The rooms a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a radio and internet. They also have a mini-bar, a coffee maker, a kettle, an ironing set, fitted carpets, central heating, a central air-conditioning system and a safe (available for a fee). FACILITIES: The establishment has body care treatments (available for a fee) and a gym. it is 3 kilometres away from a golf course. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OBSERVATIONS: Ask for further information regarding hotel conditions and operations.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.21" OriginalAmount="321.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.772750799378" Longitude="-122.41026395227" StarRating="2" HotelCode="897264|inn_san_francisco" HotelName="San Francisco Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>385 9th Street, San Francisco, CA 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/2d/1b2d8ba71887df47c54c2a66079fad5832f0aeeb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="330.27" OriginalAmount="327.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.792955" Longitude="-122.403175" StarRating="4" HotelCode="28336|omni_san_francisco_hotel" HotelName="Omni San Francisco Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>500 California Street, at Montgomery, San Francisco, California 94104</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/a2/fca221afdd24a0342ebedb1f9cf56e1ea212e324.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superb luxury hotel enjoys a fabulous location in the financial centre and is close to the tram...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="340.37" OriginalAmount="337.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.794734831723" Longitude="-122.40046530962" StarRating="4" HotelCode="67638|le_meridien_san_francisco" HotelName="Le Meridien San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Battery Street, San Francisco, Kalifornien 94111</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/70/10700a0ca9ace8643f8f875a9e0b0dffa2025dfe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This San Francisco luxury hotel is located in the heart of San Francisco's financial district.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="343.32" OriginalAmount="339.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.78814921458" Longitude="-122.40164011717" StarRating="4" HotelCode="15512|801875" HotelName="Palace Hotel, a Luxury Collection Hotel, San Francisco" 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,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 New Montgomery Street, San Francisco, Califoria 94105</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/58/8658a7b1acc10629ab7db5b0a13fedcf5a404748.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located where San Francisco's financial, commercial and social royalty have held court ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="343.99" OriginalAmount="340.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.70821161" Longitude="-122.42421783" StarRating="2" HotelCode="896803|1326378" HotelName="Alpine Inn &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>560 Carter Street, Daly City, Kalifornien 94014</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/e6/d8e6f02f8914b946f692352ae7123b594306ab5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="366.27" OriginalAmount="362.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.8022606" Longitude="-122.4245052" StarRating="2.5" HotelCode="88118|1732238" HotelName="Van Ness Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2850 Van Ness Avenue, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/dc/cbdc6074edf4f18a448776e8b01fba169359a948.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="382.79" OriginalAmount="379.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.791869195982" Longitude="-122.40715742111" StarRating="5" HotelCode="18486|the_ritzcarlton_san_francisco" HotelName="The Ritz-Carlton San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>600 Stockton Street at California Street, San Francisco, California 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/99/4b9902d367b4736b55f7d1ebb5f06c18d3f4c141.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel stands nine storeys tall in the Nob Hill neighbourhood of Downtown San Francisco, Californ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="389.86" OriginalAmount="386" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.790495686196" Longitude="-122.40708768368" StarRating="3" HotelCode="909217|487587" HotelName="Worldmark San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="resort,resort" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>590 Bush Street, San Francisco, California 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/a1/85a193d9641cb0c103761756ac629afb1b155c49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Downtown San Francisco is all yours from this exciting urban location. WorldMark San Francisco occup...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="401.35" OriginalAmount="397.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.80550755" Longitude="-122.42039113333" StarRating="3" HotelCode="125471|1584198" HotelName="Suites at Fishermans Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2655 Hyde Street, San Francisco, CA 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/2b/d22bde6d7e3cc06fd0865f9e1dce2c798aaaeb2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a total of 24 rooms. Services and facilities at the hotel include a safe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="408.69" OriginalAmount="404.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.778826585714" Longitude="-122.42224052857" StarRating="3" HotelCode="124890|1271218" HotelName="Inn at the Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Fulton Street, San Francisco, CA 94102</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/97/f2979ff94fc5c06e38fc2c39eb17106f45472267.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="435.31" OriginalAmount="431.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.61302181" Longitude="-122.39313913" StarRating="0" HotelCode="852448|grand_hyatt_at_sfo" HotelName="Grand Hyatt at SFO" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 South McDonnell Road, San Francisco, California 94128</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/8e/3e8e44e1d2dd0952c67e354fa2afdb7ccf302d63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.49" OriginalAmount="449.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.793523" Longitude="-122.392993" StarRating="4" HotelCode="370754|hotel_vitale_a_joie_de_vivre_hotel" HotelName="Vitale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Mission Street, San Francisco, California 94105</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/e6/d2e6f90f4dd1d9ab11ce32e5a494f1615c5b93d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is San Francisco's only luxury waterfront hotel located on the revitalised Embarcadero Wat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.58" OriginalAmount="458.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.7971068" Longitude="-122.4578445" StarRating="3" HotelCode="200280|inn_at_the_presidio_historic_h" HotelName="Inn at the Presidio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Moraga Avenue, Golden Gate National Recreation Area, San Francisco, CA 94129</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/a7/06a78f72910539c0e0403d5b899efb62a6109e36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 22 rooms. Services and facilities at the hotel in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="464.18" OriginalAmount="459.58" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|66671" HotelName="1  San Francisco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>EIGHT MISSION STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/7/1/66671_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with lovely city views, has 200 standard rooms, standard rooms and suites they have internet. The establishment boasts a conference room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="528.69" OriginalAmount="523.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.792485015019" Longitude="-122.40083866887" StarRating="5" HotelCode="14379|491595" HotelName="Loews Regency San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Sansome Street, San Francisco, California 94104</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/12/d012430cac60f239c43f89849e4b754bbbf9508f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="537.17" OriginalAmount="531.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.791539117852" Longitude="-122.41213292064" StarRating="4" HotelCode="51424|1269968" HotelName="The Huntington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1075 California Street, San Francisco, California 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/1e/ae1ecff04d323039b26684282fa4065c08598800.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="713.06" OriginalAmount="706.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.805642" Longitude="-122.423455" StarRating="5" HotelCode="142124|fairmont_heritage_place_ghirardelli_square" HotelName="Fairmont Heritage Place - Ghirardelli Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/05/2026" HotelFacility="Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>900 North Point Street, San Francisco, California 94109</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/e6/5fe697d5f260cd7d2c2a99eb9121780ee18e3f77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Francisco. The nearest airport is San Francisco - International (SFO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="764.20" OriginalAmount="756.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.786338967858" Longitude="-122.40424722433" StarRating="5" HotelCode="26049|367545" HotelName="Four Seasons San Francisco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>757 Market Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/20/2a208a7a607093a75d9c5e8524805ebbf967493a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of San Francisco.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1263.99" OriginalAmount="1251.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.78621861066" Longitude="-122.40138172272" StarRating="5" HotelCode="897259|74984" HotelName="The St. Regis San Francisco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 3rd Street, San Francisco, California 94103</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/3d/fa3dcc3464e539b0d8177bdd0ff043ebb3378634.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in San Francisco, this urban hotel has the perfect ambience for guests who appreciate a styl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1406.55" OriginalAmount="1392.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.795225" Longitude="-122.404596" StarRating="4" HotelCode="13755|13143" HotelName="Hilton San Francisco Financial District" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>750 Kearny Street, San Francisco, California 94108</AddressLine>
          </AddressLines>
          <CityName>San Francisco</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/1b/5e1b04fdc468538c6f9405aea253e4a012bc4c05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent hotel enjoys a great central location just 2 blocks from China Town and 4 blocks from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service,Central Heating,Internet,Laundry,Shopping Arcade,Conference Hall,Designated Smoking Area,Sauna,Wheelchair Access,Lounge,Spa,Massage Centre,Currency Exchange,Heated Pool,Swimming Pool,Jacuzzi,Nightclub,Bicycle Rental,Golf,Diet Meals,Kitchen,24 Hour Front Desk,Dry Cleaning,Housekeeping,Luggage Storage,Elevator,Vending Machine,Concierge,Parking,LCD/Projector,Business Centre,Coffee Shop,Garden,ATM/Cash Machine,Off-Site Parking,Pets allowed</BasicAmenities>
    <HotelRating>3,4,2.5,4.5,3.5,2,5,1.5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,COUNTRY HOUSE,SPA HOTEL,ECO HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,HISTORIC HOTEL,HOTEL,HOSTELS,MOTEL,GUESTHOUSE,INNS,GUEST HOUSES,RESORT,BED AND BREAKFASTS</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cd161a67-65e3-4e91-a814-971d7f0ddf2a|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="cd161a67-65e3-4e91-a814-971d7f0ddf2a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="76457" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-20T00:00:00" End="2026-05-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="17634|sheraton_fishermans_wharf" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Shreeji Travels" Password="Shreeji@321" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 877|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cd161a67-65e3-4e91-a814-971d7f0ddf2a|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cd161a67-65e3-4e91-a814-971d7f0ddf2a|RateHawkPrice|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cd161a67-65e3-4e91-a814-971d7f0ddf2a|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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cd161a67-65e3-4e91-a814-971d7f0ddf2a|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="cd161a67-65e3-4e91-a814-971d7f0ddf2a" TimeStamp="0001-01-01T00:00:00" HotelName="Hotel Riu Plaza Fisherman’s Wharf" HotelCode="17634|1855751" StarRating="4" GTCityId="76457" CountryCode="US" CityName="San Francisco" CountryName="USA" Address="2500 Mason Street, San Francisco, California 94133" PostCode="94133" PhoneNo="+14153625500" FaxNo="+14159565275" Email="GuestServices@Sheratonatthewharf.com,hotel.plazafishermanswharf@riu.com" CheckInTime="15:00" CheckOutTime="12:00" Latitude="37.807073599767" Longitude="-122.41363227367" SourceId="12" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Quadruple room" RoomTypeCode="sr-019ce685-fb96-7731-801d-f85ccdce997d|63|MTI1LjAwfEdCUHwyMDI2LTAzLTEz" OriginalAmount="125" TotalPrice="126.25" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 18.80-- occupancy tax is included in the room rate.&lt;br/&gt;USD 41.20-- resort fee is not included in the room rate &amp; is payable to the hotel in the local currency</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="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Smoke Detector|Shower/Bathtub</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-13T00:00:00" End="2026-05-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="126.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="sr-019ce685-fb96-7730-963e-02c2066f7b57|63|MTI1LjAwfEdCUHwyMDI2LTAzLTEz" OriginalAmount="125" TotalPrice="126.25" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 18.80-- occupancy tax is included in the room rate.&lt;br/&gt;USD 41.20-- resort fee is not included in the room rate &amp; is payable to the hotel in the local currency</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="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Smoke Detector|Shower/Bathtub</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-13T00:00:00" End="2026-05-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="126.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Superior Quadruple room" RoomTypeCode="sr-019ce685-fb96-7734-a6fc-fed38dc9fdce|63|MTMxLjAwfEdCUHwyMDI2LTAzLTEz" OriginalAmount="131" TotalPrice="132.31" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 19.70-- occupancy tax is included in the room rate.&lt;br/&gt;USD 41.20-- resort fee is not included in the room rate &amp; is payable to the hotel in the local currency</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="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Smoke Detector|Shower/Bathtub</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-13T00:00:00" End="2026-05-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="132.31" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe King - DLK" RoomTypeCode="0|1331|1418854475|1773394061048047B1798B0||no|1184|16|MTQxLjgyfEdCUHwyMDI2LTA1LTE3" OriginalAmount="142" TotalPrice="143.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
This is a non smoking property. No show and early departure will be subjected to 100% charge. No date, name and room change allowed. Bookings including children will be based on sharing parents bedding, no separate bed for children is provided unless otherwise stated.

NOTE:There is a resort fee per room per day, payable by guests to the hotel.

Please consider that at least one person 18 years old (or older) is required in every room.

Access to the hotel pool, from 8 am to 10 pm

Grab&amp;amp;Go is now open from 6:30 a.m. to 10:00 p.m.

Facility Fee per room per night will be invoiced to the guest directly at check in.

Please note that NO changes on names, occupancy, room category, child age or dates are allowed, except for corrections to original misspelled names. All changes will need to be cancelled and re-booked. Availability and rates are subject to changes at the time of rebooking. Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="143.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe Two Queen Beds - DLT" RoomTypeCode="0|1331|1418854515|1773394061048047B1798B1||no|1184|16|MTQxLjgyfEdCUHwyMDI2LTA1LTE3" OriginalAmount="142" TotalPrice="143.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
This is a non smoking property. No show and early departure will be subjected to 100% charge. No date, name and room change allowed. Bookings including children will be based on sharing parents bedding, no separate bed for children is provided unless otherwise stated.

NOTE:There is a resort fee per room per day, payable by guests to the hotel.

Please consider that at least one person 18 years old (or older) is required in every room.

Access to the hotel pool, from 8 am to 10 pm

Grab&amp;amp;Go is now open from 6:30 a.m. to 10:00 p.m.

Facility Fee per room per night will be invoiced to the guest directly at check in.

Please note that NO changes on names, occupancy, room category, child age or dates are allowed, except for corrections to original misspelled names. All changes will need to be cancelled and re-booked. Availability and rates are subject to changes at the time of rebooking. Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="143.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Queen/Queen - De Luxe" RoomTypeCode="273279809|3|142|27|MTQyfEdCUHwyMDI2LTA1LTE2" OriginalAmount="142" TotalPrice="143.42" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><AdditionalDetails>Resort fee of approximately $42 per room per night payable at hotel</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|Fridge|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="2026-05-12T10:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room King bed - De Luxe" RoomTypeCode="273279813|3|142|27|MTQyfEdCUHwyMDI2LTA1LTE2" OriginalAmount="142" TotalPrice="143.42" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><AdditionalDetails>Resort fee of approximately $42 per room per night payable at hotel</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|Fridge|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="2026-05-12T10:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe Two Queen Beds" RoomTypeCode="20260520$20260521$W$256$14776$DBL.DX-1$BAR BB RF EXCL$BB$$1~1~0$$N@07~A-SIC~247c1~767771767~N~~~NOR~~65CDF4AB828C408177339402670005AAUK00980094001808245a4|8|MTY0LjY5fEVVUnwyMDI2LTA1LTE3" OriginalAmount="142" TotalPrice="143.45" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="143.45" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe King" RoomTypeCode="20260520$20260521$W$256$14776$ROO.DX$BAR BB RF EXCL$BB$$1~1~0$$N@07~A-SIC~247c1~124163391~N~~~NOR~~65CDF4AB828C408177339402670005AAUK00980094001808245a4|8|MTY0LjY5fEVVUnwyMDI2LTA1LTE3" OriginalAmount="142" TotalPrice="143.45" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="143.45" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe, 2 Queen beds" RoomTypeCode="0|1331|1300904905|1773394062000805B2171B0||no|1184|16|MTQ0LjI0fEdCUHwyMDI2LTA1LTE2" OriginalAmount="144" TotalPrice="145.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><AdditionalDetails>No incluye Facility Fee de 35usd + 17.7% taxes, por noche por habitación, a pagar al momento del Check In. El valor de referencia puede variar (actualizado 25/10/2024) / Does not include Facility Fee of 35usd + 17.7% taxes, per night per room, to be paid at Check In. Value may vary (updated 10/25/2024) Tourist City taxes and Resort Fees to be paid on the spot, if any / Tasse di soggiorno da pagarsi in loco, se previste. Note that some hotels may require cash or credit card deposit as guarantee. This will be returned on departure minus any deduction incurred during the stay. DYNAMICRO&lt;br/&gt;</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|Fridge|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="2026-05-12T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="145.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe, King Bed" RoomTypeCode="0|1331|1172822135|1773394062000805B2171B1||no|1184|16|MTQ0LjI0fEdCUHwyMDI2LTA1LTE2" OriginalAmount="144" TotalPrice="145.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><AdditionalDetails>No incluye Facility Fee de 35usd + 17.7% taxes, por noche por habitación, a pagar al momento del Check In. El valor de referencia puede variar (actualizado 25/10/2024) / Does not include Facility Fee of 35usd + 17.7% taxes, per night per room, to be paid at Check In. Value may vary (updated 10/25/2024) Tourist City taxes and Resort Fees to be paid on the spot, if any / Tasse di soggiorno da pagarsi in loco, se previste. Note that some hotels may require cash or credit card deposit as guarantee. This will be returned on departure minus any deduction incurred during the stay. DYNAMICRO&lt;br/&gt;</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|Fridge|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="2026-05-12T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="145.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DELUXE KING" RoomTypeCode="496676640-1-0|750496676640|1|0|12|MTQ3LjI1fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="147" TotalPrice="148.72" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><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|Fridge|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></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DELUXE TWO QUEEN BEDS" RoomTypeCode="371910426-1-0|750371910426|1|0|12|MTQ3LjI1fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="147" TotalPrice="148.72" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><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|Fridge|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></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, SINGLE, KING BED" RoomTypeCode="0|1331|1241397165|1773394062006115B2106B0||no|1184|16|MTQ4LjQzfEdCUHwyMDI2LTA1LTE1" OriginalAmount="148" TotalPrice="149.91" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/05/2026"><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|Fridge|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="2026-05-11T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="149.91" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, SINGLE, TWIN BEDS" RoomTypeCode="0|1331|1241547145|1773394062006115B2106B1||no|1184|16|MTQ4LjQzfEdCUHwyMDI2LTA1LTE1" OriginalAmount="148" TotalPrice="149.91" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/05/2026"><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|Fridge|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="2026-05-11T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="149.91" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, 2 DOUBLE BEDS" RoomTypeCode="0|1331|1451083665|1773394061061927B2156B0||no|1184|16|MTQ4LjU1fEdCUHwyMDI2LTA1LTE3" OriginalAmount="149" TotalPrice="150.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="150.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe Superior King - DSK" RoomTypeCode="0|1331|1418854575|1773394061048047B1798B2||no|1184|16|MTQ5LjMyfEdCUHwyMDI2LTA1LTE3" OriginalAmount="149" TotalPrice="150.81" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
This is a non smoking property. No show and early departure will be subjected to 100% charge. No date, name and room change allowed. Bookings including children will be based on sharing parents bedding, no separate bed for children is provided unless otherwise stated.

NOTE:There is a resort fee per room per day, payable by guests to the hotel.

Please consider that at least one person 18 years old (or older) is required in every room.

Access to the hotel pool, from 8 am to 10 pm

Grab&amp;amp;Go is now open from 6:30 a.m. to 10:00 p.m.

Facility Fee per room per night will be invoiced to the guest directly at check in.

Please note that NO changes on names, occupancy, room category, child age or dates are allowed, except for corrections to original misspelled names. All changes will need to be cancelled and re-booked. Availability and rates are subject to changes at the time of rebooking. Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="150.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe Superior Two Queen Beds - DST" RoomTypeCode="0|1331|1418854715|1773394061048047B1798B3||no|1184|16|MTQ5LjMyfEdCUHwyMDI2LTA1LTE3" OriginalAmount="149" TotalPrice="150.81" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
This is a non smoking property. No show and early departure will be subjected to 100% charge. No date, name and room change allowed. Bookings including children will be based on sharing parents bedding, no separate bed for children is provided unless otherwise stated.

NOTE:There is a resort fee per room per day, payable by guests to the hotel.

Please consider that at least one person 18 years old (or older) is required in every room.

Access to the hotel pool, from 8 am to 10 pm

Grab&amp;amp;Go is now open from 6:30 a.m. to 10:00 p.m.

Facility Fee per room per night will be invoiced to the guest directly at check in.

Please note that NO changes on names, occupancy, room category, child age or dates are allowed, except for corrections to original misspelled names. All changes will need to be cancelled and re-booked. Availability and rates are subject to changes at the time of rebooking. Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="150.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, SINGLE, 2 QUEEN BEDS" RoomTypeCode="0|1331|1443988175|1773394061074539B2091B15||no|1184|16|MTQ5LjU0fEdCUHwyMDI2LTA1LTE2" OriginalAmount="150" TotalPrice="151.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><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|Fridge|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="2026-05-12T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="151.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe Superior Two Queen Beds" RoomTypeCode="20260520$20260521$W$256$14776$DBL.DX-4$BAR BB RF EXCL$BB$$1~1~0$$N@07~A-SIC~260cb~-1785738767~N~~~NOR~~65CDF4AB828C408177339402670005AAUK00980094001808228ad|8|MTczLjQwfEVVUnwyMDI2LTA1LTE3" OriginalAmount="150" TotalPrice="151.05" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="151.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE SUPERIOR KING FOR 2 ADULTS ONLY" RoomTypeCode="20260520$20260521$W$256$14776$ROO.DX-3$BAR BB RF EXCL$BB$$1~1~0$$N@07~A-SIC~260cb~-1758423370~N~~~NOR~~65CDF4AB828C408177339402670005AAUK00980094001808228ad|8|MTczLjQwfEVVUnwyMDI2LTA1LTE3" OriginalAmount="150" TotalPrice="151.05" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="151.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - Single use - De Luxe" RoomTypeCode="256626400|3|150|27|MTUwfEdCUHwyMDI2LTA1LTE1" OriginalAmount="150" TotalPrice="151.50" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/05/2026"><AdditionalDetails>Resort fee of approximately $42 per room per night payable at hotel</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|Fridge|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="2026-05-11T10:00:00" End="2026-05-14T10:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="99" Amount="0" /></CancelPenalty><CancelPenalty Start="2026-05-15T10:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Queen/Queen - De Luxe - Superior" RoomTypeCode="273279810|3|150|27|MTUwfEdCUHwyMDI2LTA1LTE2" OriginalAmount="150" TotalPrice="151.50" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><AdditionalDetails>Resort fee of approximately $42 per room per night payable at hotel</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|Fridge|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="2026-05-12T10:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room King bed - De Luxe - Superior" RoomTypeCode="273279812|3|150|27|MTUwfEdCUHwyMDI2LTA1LTE2" OriginalAmount="150" TotalPrice="151.50" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><AdditionalDetails>Resort fee of approximately $42 per room per night payable at hotel</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|Fridge|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="2026-05-12T10:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Double room (full double bed) (king size bed)" RoomTypeCode="sr-019ce685-fb96-7736-80c5-9e0e66c1dca6|63|MTUxLjAwfEdCUHwyMDI2LTA1LTE3" OriginalAmount="151" TotalPrice="152.51" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><AdditionalDetails>GBP 22.71-- occupancy tax is included in the room rate.&lt;br/&gt;USD 41.20-- resort fee is not included in the room rate &amp; is payable to the hotel in the local currency</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="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Smoke Detector|Shower/Bathtub</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-14T00:00:00" End="2026-05-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="152.51" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, DELUXE, KING BED" RoomTypeCode="0|1331|1175970885|1773394062000805B2171B2||no|1184|16|MTUxLjQyfEdCUHwyMDI2LTA1LTE2" OriginalAmount="151" TotalPrice="152.93" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><AdditionalDetails>No incluye Facility Fee de 35usd + 17.7% taxes, por noche por habitación, a pagar al momento del Check In. El valor de referencia puede variar (actualizado 25/10/2024) / Does not include Facility Fee of 35usd + 17.7% taxes, per night per room, to be paid at Check In. Value may vary (updated 10/25/2024) Tourist City taxes and Resort Fees to be paid on the spot, if any / Tasse di soggiorno da pagarsi in loco, se previste. Note that some hotels may require cash or credit card deposit as guarantee. This will be returned on departure minus any deduction incurred during the stay. DYNAMICRO&lt;br/&gt;</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|Fridge|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="2026-05-12T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="152.93" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE ROOM KING BED - DE LUXE" RoomTypeCode="2855407238-1-0|752855407238|1|0|12|MTUyLjY2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="153" TotalPrice="154.19" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><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|Fridge|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></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: QUEEN/QUEEN - DE LUXE" RoomTypeCode="2589932979-1-0|752589932979|1|0|12|MTUyLjY2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="153" TotalPrice="154.19" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><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|Fridge|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></RoomType><RoomType BoardBasis="Room 1: BREAKFAST BUFFET" RoomType="Room 1: DELUXE KING - SINGLE" RoomTypeCode="2250748977-1-0|752250748977|1|0|12|MTUyLjkxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="153" TotalPrice="154.44" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><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|Fridge|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></RoomType><RoomType BoardBasis="Room 1: BREAKFAST BUFFET" RoomType="Room 1: DELUXE TWO QUEEN BEDS - SINGLE" RoomTypeCode="1950843614-1-0|751950843614|1|0|12|MTUyLjkxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="153" TotalPrice="154.44" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><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|Fridge|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></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room King bed - De Luxe - Advance" RoomTypeCode="225277689|3|153|27|MTUzfEdCUHwyMDI2LTA1LTE2" OriginalAmount="153" TotalPrice="154.53" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><AdditionalDetails>Resort fee of approximately $42 per room per night payable at hotel</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|Fridge|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="2026-05-12T09:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Single room - King bed - De Luxe" RoomTypeCode="246626619|3|154|27|MTU0fEdCUHwyMDI2LTA1LTE2" OriginalAmount="154" TotalPrice="155.54" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><AdditionalDetails>Resort fee of approximately $42 per room per night payable at hotel</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|Fridge|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="2026-05-12T10:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE DELUXE KING BED" RoomTypeCode="20260520$20260521$W$256$14776$DBL.DX-KG$ID_B2B_19$BB$RATE1$1~1~0$$P@07~A-SIC~247b2~1387080296~N~~~NOR~~65CDF4AB828C408177339402670005AAUK00980094001808247b2|8|MTc4LjcxfEVVUnwyMDI2LTAzLTEz" OriginalAmount="154" TotalPrice="155.66" 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|Fridge|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="2026-03-13T00:00:00+00:00" End="2026-05-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="154.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe, 2 Queen beds" RoomTypeCode="2|0|1300904905|1773394061066513B2036B1||yes|1184|16|MTU0LjU1fEdCUHwyMDI2LTAzLTEz" OriginalAmount="155" TotalPrice="156.10" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="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|Fridge|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="2026-03-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="156.10" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe, King Bed" RoomTypeCode="2|0|1172822135|1773394061066513B2036B4||yes|1184|16|MTU0LjU1fEdCUHwyMDI2LTAzLTEz" OriginalAmount="155" TotalPrice="156.10" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="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|Fridge|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="2026-03-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="156.10" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DELUXE SUPERIOR KING FOR 2 ADULTS ONLY" RoomTypeCode="1449367470-1-0|751449367470|1|0|12|MTU1LjA0fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="155" TotalPrice="156.59" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><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|Fridge|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></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DELUXE SUPERIOR TWO QUEEN BEDS" RoomTypeCode="3909462587-1-0|753909462587|1|0|12|MTU1LjA0fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="155" TotalPrice="156.59" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><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|Fridge|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></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DELUXE ROOM -  2 QUEEN BEDS" RoomTypeCode="1375944832-1-0|751375944832|1|0|12|MTU1LjYzfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="156" TotalPrice="157.19" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><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|Fridge|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></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DELUXE ROOM -  1 KING BED" RoomTypeCode="2721481254-1-0|752721481254|1|0|12|MTU1LjYzfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="156" TotalPrice="157.19" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><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|Fridge|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></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, DELUXE, SINGLE, KING BED" RoomTypeCode="0|1331|1241547125|1773394062006115B2106B2||no|1184|16|MTU2LjI4fEdCUHwyMDI2LTA1LTE1" OriginalAmount="156" TotalPrice="157.84" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/05/2026"><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|Fridge|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="2026-05-11T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="157.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, DELUXE, 2 DOUBLE BEDS" RoomTypeCode="0|1331|1444278005|1773394061061927B2156B3||no|1184|16|MTU2LjQyfEdCUHwyMDI2LTA1LTE3" OriginalAmount="156" TotalPrice="157.98" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="157.98" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE DELUXE KING BED" RoomTypeCode="1041840218-1-0|751041840218|1|0|12|MTU2LjQ0fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="156" TotalPrice="158.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><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|Fridge|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></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, DELUXE, 2 QUEEN BEDS" RoomTypeCode="0|1331|1442632895|1773394061066513B2036B6||no|1184|16|MTU3LjQzfEdCUHwyMDI2LTA1LTE3" OriginalAmount="157" TotalPrice="159.00" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="159.00" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, DELUXE, KING BED, ADULT ONLY" RoomTypeCode="0|1331|1272291925|1773394061066513B2036B7||no|1184|16|MTU3LjQzfEdCUHwyMDI2LTA1LTE3" OriginalAmount="157" TotalPrice="159.00" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="159.00" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, DELUXE, SINGLE, 2 QUEEN BEDS" RoomTypeCode="0|1331|1443988205|1773394061074539B2091B14||no|1184|16|MTU3LjQ2fEdCUHwyMDI2LTA1LTE1" OriginalAmount="157" TotalPrice="159.03" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/05/2026"><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|Fridge|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="2026-05-11T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="159.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Superior Double room (full double bed) (king size bed, adults only)" RoomTypeCode="sr-019ce685-fb96-7738-9d48-dc5836f1a433|63|MTU4LjAwfEdCUHwyMDI2LTA1LTE3" OriginalAmount="158" TotalPrice="159.58" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><AdditionalDetails>GBP 23.76-- occupancy tax is included in the room rate.&lt;br/&gt;USD 41.20-- resort fee is not included in the room rate &amp; is payable to the hotel in the local currency</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="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Smoke Detector|Shower/Bathtub</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-14T00:00:00" End="2026-05-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="159.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DELUXE DOUBLE ROOM (FULL DOUBLE BED) (BED TYPE IS SUBJECT TO AVAILABILITY)" RoomTypeCode="3943047259-1-0|753943047259|1|0|12|MTU4LjA5fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="158" TotalPrice="159.67" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><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|Fridge|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></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE" RoomTypeCode="0|1331|1241387725|1773394061058517B2057B2||no|1184|16|MTU4Ljk5fEdCUHwyMDI2LTA1LTE2" OriginalAmount="159" TotalPrice="160.58" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><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|Fridge|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="2026-05-12T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="160.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Superior Double room (full double bed) (king size bed)" RoomTypeCode="sr-019ce685-fb96-773d-90ac-8304036c7ecd|63|MTU5LjAwfEdCUHwyMDI2LTA1LTE3" OriginalAmount="159" TotalPrice="160.59" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><AdditionalDetails>GBP 23.91-- occupancy tax is included in the room rate.&lt;br/&gt;USD 41.20-- resort fee is not included in the room rate &amp; is payable to the hotel in the local currency</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="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Smoke Detector|Shower/Bathtub</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-14T00:00:00" End="2026-05-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="160.59" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE ROOM KING BED - DE LUXE - SUPERIOR" RoomTypeCode="1848918468-1-0|751848918468|1|0|12|MTYwLjUyfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="161" TotalPrice="162.13" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><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|Fridge|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></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: QUEEN/QUEEN - DE LUXE - SUPERIOR" RoomTypeCode="3567788768-1-0|753567788768|1|0|12|MTYwLjUyfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="161" TotalPrice="162.13" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><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|Fridge|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></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, KING BED" RoomTypeCode="0|1331|1241388455|1773394061074539B2091B9||no|1184|16|MTYxLjExfEdCUHwyMDI2LTA1LTE2" OriginalAmount="161" TotalPrice="162.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><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|Fridge|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="2026-05-12T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="162.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DELUXE ROOM" RoomTypeCode="1447668265-1-0|751447668265|1|0|12|MTYxLjM2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="161" TotalPrice="162.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><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|Fridge|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></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: King Bed - De Luxe" RoomTypeCode="297040716|3|162|27|MTYyfEdCUHwyMDI2LTA1LTE3" OriginalAmount="162" TotalPrice="163.62" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><AdditionalDetails>Resort fee of approximately $42 per room per night payable at hotel</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|Fridge|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="2026-05-13T09:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, QUEEN BED" RoomTypeCode="0|1331|1241388535|1773394061066513B2036B11||no|1184|16|MTYyLjU2fEdCUHwyMDI2LTA1LTE1" OriginalAmount="163" TotalPrice="164.19" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/05/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</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|Fridge|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="2026-05-11T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="164.19" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, 2 QUEEN BEDS" RoomTypeCode="0|0|1442663775|1773394061066513B2036B13||yes|1184|16|MTYyLjcyfEdCUHwyMDI2LTAzLTEz" OriginalAmount="163" TotalPrice="164.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="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|Fridge|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="2026-03-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="164.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE" RoomTypeCode="1|0|1241387725|1773394061058517B2057B1||yes|1184|16|MTYzLjMzfEdCUHwyMDI2LTAzLTEz" OriginalAmount="163" TotalPrice="164.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</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|Fridge|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="2026-03-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="164.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, DELUXE" RoomTypeCode="0|1331|1176164355|1773394061066513B2036B16||no|1184|16|MTYzLjc0fEdCUHwyMDI2LTA1LTE3" OriginalAmount="164" TotalPrice="165.38" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="165.38" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, 2 BEDS" RoomTypeCode="0|1331|1501306835|1773394061046593B2102B1||no|1184|16|MTY0LjI2fEdCUHwyMDI2LTA1LTE3" OriginalAmount="164" TotalPrice="165.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="165.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, DOUBLE OR TWIN BED" RoomTypeCode="0|1331|1260553995|1773394062002920B2153B2||no|1184|16|MTY1LjE1fEdCUHwyMDI2LTA1LTE3" OriginalAmount="165" TotalPrice="166.80" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="166.80" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - Single use - Superior" RoomTypeCode="225291676|3|166|27|MTY2fEdCUHwyMDI2LTA1LTE2" OriginalAmount="166" TotalPrice="167.66" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><AdditionalDetails>Resort fee of approximately $42 per room per night payable at hotel</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|Fridge|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="2026-05-12T19:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed and Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe Two Queen Beds" RoomTypeCode="SG#1#RH#138.30#0#BB#OK#20260520#20260521#LB#1-0#Deluxe Two Queen Beds|ES#DLT|HD|DYNAMICRO|FALSE|false#4690622090500ACA74FD93B1F82D3CD78C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D0A111#|34|MTY2LjYzfExCfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="167" TotalPrice="168.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: Bed and Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe King" RoomTypeCode="SG#1#RH#138.30#0#BB#OK#20260520#20260521#LB#1-0#Deluxe King|ES#DLK|HD|DYNAMICRO|FALSE|false#4690622090500ACA74FD93B1F82D3CD78C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D0A111#|34|MTY2LjYzfExCfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="167" TotalPrice="168.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: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room Queen bed - De Luxe" RoomTypeCode="301782085|3|167|27|MTY3fEdCUHwyMDI2LTA1LTEz" OriginalAmount="167" TotalPrice="168.67" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/05/2026"><AdditionalDetails>Resort fee of approximately $42 per room per night payable at hotel</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|Fridge|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="2026-05-09T23:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe room" RoomTypeCode="203397520|3|167|27|MTY3fEdCUHwyMDI2LTA1LTEz" OriginalAmount="167" TotalPrice="168.67" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/05/2026"><AdditionalDetails>Resort fee of approximately $42 per room per night payable at hotel</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|Fridge|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="2026-05-09T23:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Single room - De luxe or Superior" RoomTypeCode="204105000|3|168|27|MTY4fEdCUHwyMDI2LTA1LTE2" OriginalAmount="168" TotalPrice="169.68" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><AdditionalDetails>Resort fee of approximately $42 per room per night payable at hotel</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|Fridge|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="2026-05-12T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Queen/Queen - Superior" RoomTypeCode="301770183|3|168|27|MTY4fEdCUHwyMDI2LTA1LTE2" OriginalAmount="168" TotalPrice="169.68" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><AdditionalDetails>Resort fee of approximately $42 per room per night payable at hotel</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|Fridge|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="2026-05-12T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE DELUXE QUEEN BED" RoomTypeCode="20260520$20260521$W$256$14776$DBL.DX-QN$ID_B2B_88$BB$B2BUSXX$1~1~0$$N@07~A-SIC~262c2~805866944~N~~~NOR~~65CDF4AB828C408177339402670005AAUK00980094001808262c2|8|MTk0Ljk4fEVVUnwyMDI2LTA1LTE2" OriginalAmount="168" TotalPrice="169.84" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><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|Fridge|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="2026-05-12T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="48.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE SINGLE USE DELUXE" RoomTypeCode="20260520$20260521$W$256$14776$DUS.DX$ID_B2B_88$BB$B2BUSXX$1~1~0$$N@07~A-SIC~262c2~1938741514~N~~~NOR~~65CDF4AB828C408177339402670005AAUK00980094001808262c2|8|MTk0Ljk4fEVVUnwyMDI2LTA1LTE2" OriginalAmount="168" TotalPrice="169.84" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><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|Fridge|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="2026-05-12T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="48.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, KING BED" RoomTypeCode="0|1331|1241388415|1773394062004135B1850B3||no|1184|16|MTcwLjQ5fEdCUHwyMDI2LTA1LTE3" OriginalAmount="170" TotalPrice="172.19" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 2 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed. This hotel charges an additional $41.2 USD mandatory fee. This fee will be charged to you directly by the hotel. Mandatory fees are not optional and typically cover items such as resort fees, energy charges or safe fees. The amount of the charge is subject to change. Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="172.19" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, DELUXE" RoomTypeCode="1|0|1176164355|1773394061058517B2057B5||yes|1184|16|MTcyLjQ5fEdCUHwyMDI2LTAzLTEz" OriginalAmount="172" TotalPrice="174.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</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|Fridge|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="2026-03-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="174.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: RUN OF HOUSE" RoomTypeCode="0|0|1253950285|1773394061058517B2057B10||yes|1184|16|MTcyLjU4fEdCUHwyMDI2LTAzLTEz" OriginalAmount="173" TotalPrice="174.31" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</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|Fridge|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="2026-03-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="174.31" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: RUN OF HOUSE" RoomTypeCode="1|1331|1253950285|1773394061046593B2102B2||no|1184|16|MTcyLjk1fEdCUHwyMDI2LTA1LTE3" OriginalAmount="173" TotalPrice="174.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="174.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR" RoomTypeCode="0|1331|1241389095|1773394061046593B2102B4||no|1184|16|MTcyLjk1fEdCUHwyMDI2LTA1LTE3" OriginalAmount="173" TotalPrice="174.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="174.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Double room (full double bed) (queen size bed)" RoomTypeCode="sr-019ce685-fb96-773a-9b5e-47399ee7d5a4|63|MTczLjAwfEdCUHwyMDI2LTA1LTE2" OriginalAmount="173" TotalPrice="174.73" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><AdditionalDetails>GBP 26.02-- occupancy tax is included in the room rate.&lt;br/&gt;USD 41.20-- resort fee is not included in the room rate &amp; is payable to the hotel in the local currency</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="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Smoke Detector|Shower/Bathtub</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-13T00:00:00" End="2026-05-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="50.50" /></CancelPenalty><CancelPenalty Start="2026-05-18T00:00:00" End="2026-05-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="174.73" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Standard" RoomTypeCode="0|1331|1191345|1773394062004135B1850B4||yes|1184|16|MTc0LjMzfEdCUHwyMDI2LTAzLTEz" OriginalAmount="174" TotalPrice="176.07" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 2 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed. This hotel charges an additional $41.2 USD mandatory fee. This fee will be charged to you directly by the hotel. Mandatory fees are not optional and typically cover items such as resort fees, energy charges or safe fees. The amount of the charge is subject to change. NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="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|Fridge|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="2026-03-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="176.07" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed and Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe Superior King" RoomTypeCode="SG#1#RH#145.62#0#BB#OK#20260520#20260521#LB#1-0#Deluxe Superior King|ES#DSK|HD|DYNAMICRO|FALSE|false#4690622090500ACA74FD93B1F82D3CD78C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D0A111#|34|MTc1LjQ0fExCfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="175" TotalPrice="177.19" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, SINGLE" RoomTypeCode="0|1331|1241397245|1773394061057159B2095B5||no|1184|16|MTc2LjkzfEdCUHwyMDI2LTA1LTE1" OriginalAmount="177" TotalPrice="178.70" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/05/2026"><AdditionalDetails>Starting June 1st, 20222 the charge for the parking will be 60USD per client/car per night.Please consider this parking is public. In case any other information is needed it can be requested directly with the parking staff upon arrival. Excluded: Resort Fee 41.20 USD Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="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|Fridge|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="2026-05-11T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="51.82" /></CancelPenalty><CancelPenalty Start="2026-05-16T00:00:00" End="2026-05-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="178.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - De Luxe" RoomTypeCode="89583728|3|178|27|MTc4fEdCUHwyMDI2LTA1LTE0" OriginalAmount="178" TotalPrice="179.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/05/2026"><AdditionalDetails>Resort fee of approximately $42 per room per night payable at hotel</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|Fridge|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="2026-05-10T11:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DOUBLE DELUXE" RoomTypeCode="20260520$20260521$W$256$14776$DBL.DX-2$ID_B2B_88$BB$B2BUSXX$1~1~0$$N@07~A-SIC~202d4~33838975~N~~~NOR~~65CDF4AB828C408177339402670005AAUK00980094001808202d4|8|MjEyLjAyfEVVUnwyMDI2LTA1LTE2" OriginalAmount="183" TotalPrice="184.68" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><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|Fridge|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="2026-05-12T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="53.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, DOUBLE BED" RoomTypeCode="0|1331|1241388475|1773394061057159B2095B6||no|1184|16|MTkyLjM4fEdCUHwyMDI2LTA1LTE1" OriginalAmount="192" TotalPrice="194.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/05/2026"><AdditionalDetails>Starting June 1st, 20222 the charge for the parking will be 60USD per client/car per night.Please consider this parking is public. In case any other information is needed it can be requested directly with the parking staff upon arrival. Excluded: Resort Fee 41.20 USD Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="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|Fridge|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="2026-05-11T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="58.29" /></CancelPenalty><CancelPenalty Start="2026-05-16T00:00:00" End="2026-05-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="194.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin/Double room - Superior" RoomTypeCode="255696465|3|198|27|MTk4fEdCUHwyMDI2LTAzLTEz" OriginalAmount="198" TotalPrice="199.98" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Resort fee of approximately $42 per room per night payable at hotel</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|Fridge|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="2026-03-13T09:27:48.4164021+00:00" End="2026-05-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, QUEEN BED" RoomTypeCode="0|1331|1505897295|1773394061066513B2036B22||no|1184|16|MTk5LjAwfEdCUHwyMDI2LTA1LTE1" OriginalAmount="199" TotalPrice="200.99" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/05/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</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|Fridge|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="2026-05-11T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="200.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Superior Double room (full double bed)" RoomTypeCode="sr-019ce685-fb96-7737-9b7d-b570c486aa40|63|MTk5LjAwfEdCUHwyMDI2LTAzLTEz" OriginalAmount="199" TotalPrice="200.99" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 29.93-- occupancy tax is included in the room rate.&lt;br/&gt;USD 41.20-- resort fee is not included in the room rate &amp; is payable to the hotel in the local currency</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="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Smoke Detector|Shower/Bathtub</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-03-13T00:00:00" End="2026-05-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="200.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double or Twin SUPERIOR" RoomTypeCode="20260520$20260521$W$256$14776$DBT.SU$ID_B2B_88$BB$B2CUSXX$1~1~0$$N@07~A-SIC~21d104~-551314225~N~~~NOR~~65CDF4AB828C408177339402670005AAUK0098009400180821d104|8|MjYwLjI5fEVVUnwyMDI2LTA1LTE2" OriginalAmount="224" TotalPrice="226.72" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><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|Fridge|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="2026-05-12T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="65.10" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, CITY VIEW" RoomTypeCode="0|1331|1241404665|1773394061057159B2095B9||yes|1184|16|MjMwLjAwfEdCUHwyMDI2LTAzLTEz" OriginalAmount="230" TotalPrice="232.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Starting June 1st, 20222 the charge for the parking will be 60USD per client/car per night.Please consider this parking is public. In case any other information is needed it can be requested directly with the parking staff upon arrival. Excluded: Resort Fee 41.20 USD NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="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|Fridge|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="2026-03-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="232.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite - SUK" RoomTypeCode="0|1331|1418854755|1773394061048047B1798B4||no|1184|16|MjM5LjM3fEdCUHwyMDI2LTA1LTE3" OriginalAmount="239" TotalPrice="241.76" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
This is a non smoking property. No show and early departure will be subjected to 100% charge. No date, name and room change allowed. Bookings including children will be based on sharing parents bedding, no separate bed for children is provided unless otherwise stated.

NOTE:There is a resort fee per room per day, payable by guests to the hotel.

Please consider that at least one person 18 years old (or older) is required in every room.

Access to the hotel pool, from 8 am to 10 pm

Grab&amp;amp;Go is now open from 6:30 a.m. to 10:00 p.m.

Facility Fee per room per night will be invoiced to the guest directly at check in.

Please note that NO changes on names, occupancy, room category, child age or dates are allowed, except for corrections to original misspelled names. All changes will need to be cancelled and re-booked. Availability and rates are subject to changes at the time of rebooking. Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="241.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite" RoomTypeCode="20260520$20260521$W$256$14776$SUI.ST$BAR BB RF EXCL$BB$$1~1~0$$N@07~A-SIC~25f146~269591215~N~~~NOR~~65CDF4AB828C408177339402670005AAUK00980094001808260115|8|Mjc3Ljk2fEVVUnwyMDI2LTA1LTE3" OriginalAmount="240" TotalPrice="242.12" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="242.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite" RoomTypeCode="273279811|3|240|27|MjQwfEdCUHwyMDI2LTA1LTE2" OriginalAmount="240" TotalPrice="242.40" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><AdditionalDetails>Resort fee of approximately $42 per room per night payable at hotel</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|Fridge|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="2026-05-12T10:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Double Suite (full double bed)" RoomTypeCode="sr-019ce685-fb96-7744-b862-f34538c9ef04|63|MjQ5LjAwfEdCUHwyMDI2LTA1LTE2" OriginalAmount="249" TotalPrice="251.49" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><AdditionalDetails>GBP 37.45-- occupancy tax is included in the room rate.&lt;br/&gt;USD 41.20-- resort fee is not included in the room rate &amp; is payable to the hotel in the local currency</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="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Smoke Detector|Shower/Bathtub</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-13T00:00:00" End="2026-05-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="251.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: JUNIOR SUITE" RoomTypeCode="0|1331|1265670915|1773394061061927B2156B4||no|1184|16|MjUwLjc0fEdCUHwyMDI2LTA1LTE3" OriginalAmount="251" TotalPrice="253.25" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</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|Fridge|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="2026-05-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="253.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Double Suite (full double bed) (king size bed)" RoomTypeCode="sr-019ce685-fb96-773b-9612-b7525c730100|63|MjUxLjAwfEdCUHwyMDI2LTA1LTE0" OriginalAmount="251" TotalPrice="253.51" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/05/2026"><AdditionalDetails>GBP 37.75-- occupancy tax is included in the room rate.&lt;br/&gt;USD 41.20-- resort fee is not included in the room rate &amp; is payable to the hotel in the local currency</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="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Smoke Detector|Shower/Bathtub</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-11T00:00:00" End="2026-05-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="253.51" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE, SINGLE" RoomTypeCode="0|1331|1241397265|1773394061074539B2091B5||no|1184|16|MjUyLjQwfEdCUHwyMDI2LTA1LTE2" OriginalAmount="252" TotalPrice="254.92" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><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|Fridge|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="2026-05-12T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="254.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE, KING BED" RoomTypeCode="0|1331|1241399405|1773394061074539B2091B2||no|1184|16|MjU4LjI3fEdCUHwyMDI2LTA1LTE2" OriginalAmount="258" TotalPrice="260.85" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><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|Fridge|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="2026-05-12T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="260.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: JUNIOR SUITE STANDARD" RoomTypeCode="20260520$20260521$W$256$14776$JSU.ST$ID_B2B_19$BB$RATE1$1~1~0$$P@07~A-SIC~24112d~-788543556~N~~~NOR~~65CDF4AB828C408177339402670005AAUK0098009400180824112d|8|MzAxLjY1fEVVUnwyMDI2LTAzLTEz" OriginalAmount="260" TotalPrice="262.75" 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|Fridge|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="2026-03-13T00:00:00+00:00" End="2026-05-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="260.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite" RoomTypeCode="2|0|116027465|1773394061066513B2036B24||yes|1184|16|MjYwLjgzfEdCUHwyMDI2LTAzLTEz" OriginalAmount="261" TotalPrice="263.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="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|Fridge|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="2026-03-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="263.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Junior Suite - Single use" RoomTypeCode="297047117|3|274|27|Mjc0fEdCUHwyMDI2LTA1LTE3" OriginalAmount="274" TotalPrice="276.74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/05/2026"><AdditionalDetails>Resort fee of approximately $42 per room per night payable at hotel</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|Fridge|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="2026-05-13T09:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed and Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite" RoomTypeCode="SG#1#RH#233.43#0#BB#OK#20260520#20260521#LB#1-0#Suite|ES#SUK|HD|DYNAMICRO|FALSE|false#4690622090500ACA74FD93B1F82D3CD78C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#D0A111#|34|MjgxLjI0fExCfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="281" TotalPrice="284.05" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE STANDARD" RoomTypeCode="20260520$20260521$W$256$14776$SUI.ST-1$ID_B2B_88$BB$B2BUSXX$1~1~0$$N@07~A-SIC~22d148~-1250175876~N~~~NOR~~65CDF4AB828C408177339402670005AAUK0098009400180822d148|8|MzI4LjQ1fEVVUnwyMDI2LTA1LTE2" OriginalAmount="283" TotalPrice="286.10" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/05/2026"><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|Fridge|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="2026-05-12T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="82.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE, DOUBLE OR TWIN BED" RoomTypeCode="0|1331|1344654405|1773394063012552B2120B9||no|1184|16|Mjg3LjYxfEdCUHwyMDI2LTA1LTE1" OriginalAmount="288" TotalPrice="290.49" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/05/2026"><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|Fridge|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="2026-05-11T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="290.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite - Queen bed" RoomTypeCode="248440055|3|298|27|Mjk4fEdCUHwyMDI2LTAzLTEz" OriginalAmount="298" TotalPrice="300.98" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Resort fee of approximately $42 per room per night payable at hotel</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|Fridge|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="2026-03-13T09:27:48.9272104+00:00" End="2026-05-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE, CITY VIEW" RoomTypeCode="0|1331|1241402165|1773394061057159B2095B11||yes|1184|16|MzYwLjUxfEdCUHwyMDI2LTAzLTEz" OriginalAmount="361" TotalPrice="364.12" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Starting June 1st, 20222 the charge for the parking will be 60USD per client/car per night.Please consider this parking is public. In case any other information is needed it can be requested directly with the parking staff upon arrival. Excluded: Resort Fee 41.20 USD NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="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|Fridge|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="2026-03-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="364.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUITE, DOUBLE OR TWIN BED" RoomTypeCode="1|0|1344654405|1773394063012552B2120B10||yes|1184|16|MzgxLjIwfEdCUHwyMDI2LTAzLTEz" OriginalAmount="381" TotalPrice="385.01" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</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|Fridge|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="2026-03-13T00:00:00" End="2026-05-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="385.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/63/1b/631b4b5d91c7cc81c3b910e50f281bde4d990b0a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/02/b0/02b0f4b070d0307a3003bc23d2894b4a9ded7b7c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6e/9d/6e9d51ff4dc692efaf732f16c7a0f30d89fa80e4.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/dc/52/dc52271586d40ac5f88b2e2112052730eea57699.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/da/5d/da5db345f7f07aab4267c252fabe433624a59bae.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/70/d5/70d5841ada3f893ce7e23cf826c4a363dd5cdbc5.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/43/a1/43a119a65225d4a6f4878c5a73f1ad31a29ed30c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5d/9d/5d9df611f4aa2996241d07ec2a09f5b8e2ac3a34.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/84/53/8453858a8430760fcfdfb3b0aa30034094183c5c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/64/87/6487c71deb451a513fc34c488655f4d96898cf3a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7e/09/7e0936748a516e930a5e41697345d12d51c64c13.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/cd/6b/cd6b9a9976feda6ea1bed0e3bb68203baff5950d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/50/41/504171f28a178318e7ce46c8bbe731ccdba12855.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/01/f1/01f17f6fd841e5b868be551bb416e91e6e26123f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/2a/28/2a28c3a76700399520a294aad9fca10df923d551.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d2/c1/d2c12ecb3edd4fd3c1683780ef17061875720287.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/44/63/44631e93419bc672597785176e1ebcd24537e512.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/be/32/be32f2136cf1f56b7de10f4f44c8dcf227e57440.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7e/6e/7e6e12025a23848e07292e8bedc27eeded41f426.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/zz/d3/add3d024e4dbeaa5a29babba21f0329a742959b3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/91/ce/91ce697123489b4394de92b04324497f467e3f87.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/df/b9/dfb988280fc77005787907a63cef286b3a3b6d73.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/zz/c5/adc543de0692579ddeda46291e7d24f93b1f3369.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e0/d9/e0d949547d111ab6879e3af3411522de2ff24014.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e6/de/e6dee2195d32408de374ce78afd76c190545c97a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/96/6d/966dfa09da57939f2d232810a5b6b1ef6148b85e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/09/eb/09ebfe45717a4bc2a7bbd1e7ba4f4b214cba26d9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/06/05/06055ab1c655539a96a44a23775522ebc4ab1b9d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e6/4f/e64f6817145341b1d458ce30d89bfa68ca88416c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/17/31/173113c690619da46c68d1af59326c76764eebbc.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/dc/c0/dcc0c26346bf08cf6467415aa48fbb2ee56d7f73.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/37/58/37583262286d89359e72d05619bde180d4d1040c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f7/30/f730f1809798db96e5e5a9caeedf777801459e57.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/bf/cb/bfcb5a626382f16707f61dc3d9c177f63d8024ec.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/36/55/3655ff07bc73b32931bd6cba421ec75481ac2b19.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b0/ff/b0ffdb655afa2ec6384854159917ce44128f1463.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/61/a9/61a94d6e579229aa7ddbb325effd6df1df20d863.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/95/f4/95f41afd64a6c9937ee224b57830f9b8979bcec3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/2a/c7/2ac708d9556f9019ba20634ea1e5c18d9c85560d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/6f/72/6f723a223074943d9c89610e418c6e254a8e44b3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/zz/2c/ad2c45f4257abeafb4bde6b5a5e78ed9f0a50f6e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b3/e3/b3e370bc4018f833475f788fd4f192595f9443a5.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c8/88/c8880bdae9aa9099efba56b6acffcb195ef2cb66.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a2/cb/a2cb9ae0f5b327bd9a28f98d7a4e9830d00c923c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5d/1d/5d1de0e324b5c1903af3c2b2ccab6e1cad2ea10f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ba/9f/ba9fdb75387f589ab1b813f9113402b248a279c8.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/48/d5/48d55a75bd5d62932ac615fb88edd828e5038129.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/10/24/10241e4505b4ac9591c75b0518e38104aef31fa9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4d/cf/4dcf10922810d5b997f40749281d7df8aab96af3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/df/e5/dfe565c4f54f94acb8ac452ab7019e53ed129e28.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This attractive hotel lies close to public transport, shops, restaurants, bars, and cafés.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel has 531 rooms and 8 suites, which are located on 4 storeys and are reachable by lift. Staffed 24 hours a day, the reception desk makes check-in and check-out easy. A cloakroom, a safe, a currency exchange service, a newspaper stand, a conference room and a business centre are available. Wireless internet access allows guests to stay connected while on holiday. Wheelchair-accessible facilities are available. A fireplace creates a cosy atmosphere. Souvenirs can be purchased at the gift shop. Guests arriving by car can park their vehicles in the garage (for a fee) or in the car park (for a fee).&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning and individually adjustable heating ensure that rooms maintain comfortable temperatures. All rooms are carpeted and have a double bed, a queen-size bed or a king-size bed. Valuables can be securely stored in a safe. Additional features include a refrigerator and a tea/coffee station. An ironing set is provided for guests' convenience. Other features include a direct dial telephone, a television with satellite/cable channels, a radio, an alarm clock and WiFi. 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 non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The sports and entertainment facilities at the hotel ensure that guests have plenty of activities to choose from during their stay. Guests can go for an energising swim at the freshwater pool complex (in part heated). Sun loungers and parasols on the sun terrace create a perfect space for guests to relax and unwind. After an eventful day, guests can work out and recharge in the gym. Parents can unwind while the kids can participate in an entertainment programme full of fun activities. Copyright GIATA 2004 - 2020. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Breakfast can be booked.&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, JCB and MasterCard.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>1-415-956-5275</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>1-415-362-5500</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>Located on main road</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>1975</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2008</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>531</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Suites</Description><Value>8</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>JCB</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>EC Card</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>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>Newspaper kiosk</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Garage</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Swimming Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>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>Sun terrace</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>Sport/Entertainment</Type><Description>Heated Pool(s)</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>20 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bars / Pubs</Description><Value>30 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 D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cd161a67-65e3-4e91-a814-971d7f0ddf2a|BookRequest|BookRequest|Request:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="cd161a67-65e3-4e91-a814-971d7f0ddf2a" EmailId="xml.bookings@wwdmc.com" MobileNo="917977844043" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: Deluxe Double room (full double bed) (bed type is subject to availability)" BoardBasis="Room 1: Bed &amp; Breakfast" TotalAdult="1" TotalChild="0">
      <Adults>
        <Adult Title="Mr" FirstName="Hiren " LastName="Sanghvi" DOB="20010313" Age="25" />
      </Adults>
    </Room>
  </Rooms>
  <GeneralInfo UserName="Shreeji Travels" Password="Shreeji@321" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="17634|sheraton_fishermans_wharf" SourceId="63" RoomTypeCode="sr-019ce685-fb96-7730-963e-02c2066f7b57|63|MTI1LjAwfEdCUHwyMDI2LTAzLTEz" TotalPrice="126.25" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-05-20T00:00:00" End="2026-05-21T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>Shreeji Travels</AgencyBookingRef>
  <MHLInfo>
    <Address>06/407, Sai Dham Bldg., Opp. Pancholi Hospital, 90Ft Road, Ghatkopar(E</Address>
    <AgencyId>13954</AgencyId>
    <AgentId>18049</AgentId>
    <CityCode>3</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shreejitravels@rocketmail.com</EmailId>
    <FileBookingId />
    <FirstName>Hiren </FirstName>
    <LastName>Sanghvi</LastName>
    <PaymentResponse>Token-cd161a67-65e3-4e91-a814-971d7f0ddf2a Products-HOTEL status-success payment reference-ddw235505937</PaymentResponse>
    <PaymentStatusId>1</PaymentStatusId>
    <PhoneNo>917977844043</PhoneNo>
    <PostCode />
    <SalesPersonId>465</SalesPersonId>
    <SalesSourceId>24</SalesSourceId>
    <SupportNo>+44 (0) 20 8569 8080</SupportNo>
    <Title>Mr</Title>
  </MHLInfo>
</HotelBookRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cd161a67-65e3-4e91-a814-971d7f0ddf2a|BookResponse|MyhubService Response|UserName:-Shreeji Travels Password:-Shreeji@321 MhlInfo:-<?xml version="1.0" encoding="utf-16"?>
<MHLInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Address>06/407, Sai Dham Bldg., Opp. Pancholi Hospital, 90Ft Road, Ghatkopar(E</Address>
  <AgencyId>13954</AgencyId>
  <AgentId>18049</AgentId>
  <CityCode>3</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId>shreejitravels@rocketmail.com</EmailId>
  <EndDate xsi:nil="true" />
  <FirstName>Hiren </FirstName>
  <LastName>Sanghvi</LastName>
  <NationalityOfPax>India</NationalityOfPax>
  <PaymentResponse>Token-cd161a67-65e3-4e91-a814-971d7f0ddf2a Products-HOTEL status-success payment reference-ddw235505937</PaymentResponse>
  <PaymentStatusId>1</PaymentStatusId>
  <PhoneNo>917977844043</PhoneNo>
  <PostCode />
  <SalesPersonId>465</SalesPersonId>
  <SalesSourceId>24</SalesSourceId>
  <SourceId>0</SourceId>
  <StartDate xsi:nil="true" />
  <SupportNo>+44 (0) 20 8569 8080</SupportNo>
  <Title>Mr</Title>
</MHLInfo> Hotel:-<?xml version="1.0" encoding="utf-16"?>
<Hotel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AgencyReference>Shreeji Travels</AgencyReference>
  <AgentMinCnxDate>2026-03-13T00:00:00</AgentMinCnxDate>
  <CancelPolicyRemark>&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;CancelPenaltiesType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
  &lt;CancelPenalties&gt;
    &lt;CancelPenalty Start="2026-03-13T00:00:00" End="2026-05-20T00:00:00"&gt;
      &lt;AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="126.25" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2026-05-20T00:00:00</CheckIn>
  <CheckInTime>24-Hour</CheckInTime>
  <CheckOut>2026-05-21T00:00:00</CheckOut>
  <CheckOutTime>24-Hour</CheckOutTime>
  <CostAmountInSalesCurrency>125.00</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>usa</CountryName>
  <PostCode>94133</PostCode>
  <Rooms>
    <Rooms>
      <Adults>1</Adults>
      <BoardBasis>Room 1: Bed &amp; Breakfast</BoardBasis>
      <Children>0</Children>
      <GuestName>Mr Hiren  Sanghvi</GuestName>
      <RoomType>Room 1: Deluxe Double room (full double bed) (bed type is subject to availability)</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>126.25</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>125.00</SupplierAmount>
  <SupplierCurrency>GBP</SupplierCurrency>
  <SupplierId>6143</SupplierId>
  <SupplierMinCnxDate>2026-03-13T00:00:00</SupplierMinCnxDate>
  <SupplierName>RateHawk</SupplierName>
  <_address>2500 Mason Street, San Francisco, California 94133</_address>
  <_cityName>San Francisco</_cityName>
  <_fax>+14159565275</_fax>
  <_hotelName>Hotel Riu Plaza Fisherman’s Wharf</_hotelName>
  <_phoneNo1>+14153625500</_phoneNo1>
</Hotel> Response:-<Root><FileBookingId>260330398</FileBookingId><BookingId>41715</BookingId></Root>||FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cd161a67-65e3-4e91-a814-971d7f0ddf2a|CoordinatorError|There is an error in XML document (0, 0).|System.InvalidOperationException: There is an error in XML document (0, 0). ---> System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlReader.MoveToContent()
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderHotelBookRS.Read9_HotelBookRS()
   --- End of inner exception stack trace ---
   at Core.Common.Deserialize[T](String toDeserialize) in D:\Projects\WorldwideDMCV2\Core\Common\Common\Common.cs:line 25
   at HotelCoordinator.Coordinator.Book(HotelBookRQ pRequest) in D:\Projects\WorldwideDMCV2\Module\Hotel\HotelCoordinator\HotelCoordinator\HotelCoordinator\HotelCoordinator.cs:line 1748|BookingMarkupError|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cd161a67-65e3-4e91-a814-971d7f0ddf2a|BookResponse|BookResponse|Response:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <FileBookingId>260330398</FileBookingId>
  <Status>Fail</Status>
</HotelBookRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cd161a67-65e3-4e91-a814-971d7f0ddf2a|BookRequest|BookRequest|Request:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="cd161a67-65e3-4e91-a814-971d7f0ddf2a" EmailId="xml.bookings@wwdmc.com" MobileNo="917977844043" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: Deluxe Double room (full double bed) (bed type is subject to availability)" BoardBasis="Room 1: Bed &amp; Breakfast" TotalAdult="1" TotalChild="0">
      <Adults>
        <Adult Title="Mr" FirstName="Hiren " LastName="Sanghvi" DOB="20010313" Age="25" />
      </Adults>
    </Room>
  </Rooms>
  <GeneralInfo UserName="Shreeji Travels" Password="Shreeji@321" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="17634|sheraton_fishermans_wharf" SourceId="63" RoomTypeCode="sr-019ce685-fb96-7730-963e-02c2066f7b57|63|MTI1LjAwfEdCUHwyMDI2LTAzLTEz" TotalPrice="126.25" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-05-20T00:00:00" End="2026-05-21T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>Shreeji Travels</AgencyBookingRef>
  <MHLInfo>
    <Address>06/407, Sai Dham Bldg., Opp. Pancholi Hospital, 90Ft Road, Ghatkopar(E</Address>
    <AgencyId>13954</AgencyId>
    <AgentId>18049</AgentId>
    <CityCode>3</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shreejitravels@rocketmail.com</EmailId>
    <FileBookingId />
    <FirstName>Hiren </FirstName>
    <LastName>Sanghvi</LastName>
    <PaymentResponse>Token-cd161a67-65e3-4e91-a814-971d7f0ddf2a Products-HOTEL status-success payment reference-ddw235505937</PaymentResponse>
    <PaymentStatusId>1</PaymentStatusId>
    <PhoneNo>917977844043</PhoneNo>
    <PostCode />
    <SalesPersonId>465</SalesPersonId>
    <SalesSourceId>24</SalesSourceId>
    <SupportNo>+44 (0) 20 8569 8080</SupportNo>
    <Title>Mr</Title>
  </MHLInfo>
</HotelBookRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cd161a67-65e3-4e91-a814-971d7f0ddf2a|BookResponse|MyhubService Response|UserName:-Shreeji Travels Password:-Shreeji@321 MhlInfo:-<?xml version="1.0" encoding="utf-16"?>
<MHLInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Address>06/407, Sai Dham Bldg., Opp. Pancholi Hospital, 90Ft Road, Ghatkopar(E</Address>
  <AgencyId>13954</AgencyId>
  <AgentId>18049</AgentId>
  <CityCode>3</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId>shreejitravels@rocketmail.com</EmailId>
  <EndDate xsi:nil="true" />
  <FirstName>Hiren </FirstName>
  <LastName>Sanghvi</LastName>
  <NationalityOfPax>India</NationalityOfPax>
  <PaymentResponse>Token-cd161a67-65e3-4e91-a814-971d7f0ddf2a Products-HOTEL status-success payment reference-ddw235505937</PaymentResponse>
  <PaymentStatusId>1</PaymentStatusId>
  <PhoneNo>917977844043</PhoneNo>
  <PostCode />
  <SalesPersonId>465</SalesPersonId>
  <SalesSourceId>24</SalesSourceId>
  <SourceId>0</SourceId>
  <StartDate xsi:nil="true" />
  <SupportNo>+44 (0) 20 8569 8080</SupportNo>
  <Title>Mr</Title>
</MHLInfo> Hotel:-<?xml version="1.0" encoding="utf-16"?>
<Hotel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AgencyReference>Shreeji Travels</AgencyReference>
  <AgentMinCnxDate>2026-03-13T00:00:00</AgentMinCnxDate>
  <CancelPolicyRemark>&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;CancelPenaltiesType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
  &lt;CancelPenalties&gt;
    &lt;CancelPenalty Start="2026-03-13T00:00:00" End="2026-05-20T00:00:00"&gt;
      &lt;AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="126.25" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2026-05-20T00:00:00</CheckIn>
  <CheckInTime>24-Hour</CheckInTime>
  <CheckOut>2026-05-21T00:00:00</CheckOut>
  <CheckOutTime>24-Hour</CheckOutTime>
  <CostAmountInSalesCurrency>125.00</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>usa</CountryName>
  <PostCode>94133</PostCode>
  <Rooms>
    <Rooms>
      <Adults>1</Adults>
      <BoardBasis>Room 1: Bed &amp; Breakfast</BoardBasis>
      <Children>0</Children>
      <GuestName>Mr Hiren  Sanghvi</GuestName>
      <RoomType>Room 1: Deluxe Double room (full double bed) (bed type is subject to availability)</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>126.25</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>125.00</SupplierAmount>
  <SupplierCurrency>GBP</SupplierCurrency>
  <SupplierId>6143</SupplierId>
  <SupplierMinCnxDate>2026-03-13T00:00:00</SupplierMinCnxDate>
  <SupplierName>RateHawk</SupplierName>
  <_address>2500 Mason Street, San Francisco, California 94133</_address>
  <_cityName>San Francisco</_cityName>
  <_fax>+14159565275</_fax>
  <_hotelName>Hotel Riu Plaza Fisherman’s Wharf</_hotelName>
  <_phoneNo1>+14153625500</_phoneNo1>
</Hotel> Response:-<Root><FileBookingId>260330399</FileBookingId><BookingId>41716</BookingId></Root>||FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Deserialize:-There is an error in XML document (0, 0).|System.InvalidOperationException: There is an error in XML document (0, 0). ---> System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlReader.MoveToContent()
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderHotelBookRS.Read9_HotelBookRS()
   --- End of inner exception stack trace ---
   at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
   at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
   at Core.Common.Deserialize[T](String toDeserialize) in D:\Projects\WorldwideDMCV2\Core\Common\Common\Common.cs:line 20||FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cd161a67-65e3-4e91-a814-971d7f0ddf2a|BookResponse|BookResponse|Response:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <FileBookingId>260330399</FileBookingId>
  <Status>Fail</Status>
</HotelBookRS>||True