<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
54337f42-fb83-47dc-b06b-d9302c674393|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="54337f42-fb83-47dc-b06b-d9302c674393">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="15580" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-19T00:00:00" End="2026-11-20T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
54337f42-fb83-47dc-b06b-d9302c674393|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<ErrorRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Error>
    <RecordID>54337f42-fb83-47dc-b06b-d9302c674393</RecordID>
    <ShortText>No Record Found!</ShortText>
  </Error>
  <TimeStamp>0001-01-01T00:00:00</TimeStamp>
  <Version>0</Version>
</ErrorRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
54337f42-fb83-47dc-b06b-d9302c674393|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e2fb2aa5-46da-4c5a-801a-5f57350e8e01|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="e2fb2aa5-46da-4c5a-801a-5f57350e8e01">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="72842" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-19T00:00:00" End="2026-11-20T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e2fb2aa5-46da-4c5a-801a-5f57350e8e01|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e2fb2aa5-46da-4c5a-801a-5f57350e8e01|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-04-23T11:05:06.1136432+01:00" Version="0" EchoToken="Search" TransactionIdentifier="e2fb2aa5-46da-4c5a-801a-5f57350e8e01" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="83" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1227407-26575521/7793718956274989551/5424" HotelName="HOSTEL FOLKS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14690000/14689300/14689204/e6e4b58e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="74.16" OriginalAmount="72" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1228258-26576847/7793718956274989551/5403" HotelName="PATIO HOSTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3730000/3720700/3720700/ed53244b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.37" OriginalAmount="79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|909286-28597453/7793718956274989551/250" HotelName="NEW BOUTIQUE CAPSULE HOSTEL CHORS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/909286/2022103012715512.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="97.85" OriginalAmount="95" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|118206-25287282/7793718956274989551/5379" HotelName="BOATEL GRACIA BRATISLAVA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/a6a3ab72_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|678121-28458893/7793718956274989551/574" HotelName="REMY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/678121/202042214441579.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|614897-25777874/7793718956274989551/5348" HotelName="MORE THAN ACCOMODATION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36150000/36144300/36144264/54e955fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|299711-25508176/7793718956274989551/5266" HotelName="HOTEL MODENA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9560000/9557400/9557307/07c4ac5d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="114.33" OriginalAmount="111" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1330439-26641690/7793718956274989551/5449" HotelName="AVION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76920000/76919600/76919501/bd31be54_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|909277-28448025/7793718956274989551/1574" HotelName="IMET CENTRUM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/909277/20221030134958362.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="118.45" OriginalAmount="115" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.1033733" Longitude="-106.7091587" StarRating="3" HotelCode="0|255136-25476964/7793718956274989551/5328" HotelName="VIKTOR HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>6150 Iliff Road NW, Albuquerque, NM, 87121, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4540000/4531000/4530914/7f2b5ee9_b.jpg</HotelPictures>
        <HotelDescription>Located on the west side of Albuquerque, this newly opened hotel offers studio suites with indoor pool, exercise room and meeting facilities. Hotel is ten miles from Downtown and Old Town Albuquerque.   Rio Rancho and great shopping is located within a few minutes from the hotel. Come and enjoy the International Balloon Fiesta ever October. All rooms have a microwave, refrigerator, in-room coffee, iron and ironing board, free High Speed Internet Access. Hotel offer complimentary hot breakfast or if you are in a hurry, please grab our On the Run Breakfast Bag. For your meetings, we have approximately 1,500 square feet meeting space with outdoor pergola-area for barbecue. Hotel has a business center with a fax machine a computer and an on-site convenience store.&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 11:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="122.57" OriginalAmount="119" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|678122-28458894/7793718956274989551/679" HotelName="ORLAN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/678122/20204221445215.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|647326-28502790/7793718956274989551/2379" HotelName="HOTEL DOMINIKA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/647326/20221030134754970.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="131.84" OriginalAmount="128" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|707680-28505020/7793718956274989551/700" HotelName="APARTMENTS LAFRANCONI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/707680/2020428124710666.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|33150-25216660/7793718956274989551/5218" HotelName="MAMAISON RESIDENCE SULEKOVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1220000/1214000/1213961/039de9c0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="136.99" OriginalAmount="133" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1334794-28537883/7793718956274989551/1327" HotelName="W HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90260000/90253800/90253756/cf242636_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="136.99" OriginalAmount="133" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|647342-28502797/7793718956274989551/1532" HotelName="AVIATOR GARNI HOTEL BRATISLAVA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/647342/2022103010492459.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.4214" Longitude="-123.376" StarRating="4" HotelCode="0|32247-28560557/7793718956274989551/924" HotelName="WEST" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>330 QUEBEC ST, VICTORIA, BC, CA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11790000/11788700/11788616/c8f5f0d2_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Huntingdon Manor, you'll be centrally located in Victoria, steps from Victoria Clipper Ferry Terminal and minutes from Victoria Harbour. This hotel is within close proximity of The Robert Bateman Centre and Pacific Undersea Gardens.   Rooms   Make yourself at home in one of the 115 guestrooms featuring refrigerators. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Conveniences include complimentary newspapers and coffee/tea makers, as well as phones with free local calls.   Rec, Spa, Premium Amenities   Enjoy recreation amenities such as a sauna or take in the view from a garden. Additional amenities include complimentary wireless Internet access, a fireplace in the lobby, and tour/ticket assistance.   Dining   Quench your thirst with your favorite drink at a bar/lounge. A complimentary continental breakfast is served daily.   Business, Other Amenities   Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. Self parking (subject to charges) is available onsite.   Room Info:    Know Before You Go       The property allows pets in specific rooms only and has other pet restrictions (surcharges apply and can be found in the Fees section). Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation.        Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.            Self parking fee: CAD 9 per day    Pet fee: CAD 20 per pet, per day                 The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Pets allowed    Check-in time starts at 3 PM  Check-out time is 11 AM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|647334-28502794/7793718956274989551/2431" HotelName="HOTEL AND PARK DIVOKÁ VODA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/647334/20221030134630346.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|678114-25850696/7793718956274989551/5366" HotelName="TAXIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41340000/41333200/41333135/e2f4b75f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|647331-28502791/7793718956274989551/2352" HotelName="HOTEL ESPRIT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/647331/20221030134843920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="148.32" OriginalAmount="144" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|707849-32596294/7793718956274989551/86" HotelName="PENZION HELIOS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/707849/2020428165643154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|614851-28458029/7793718956274989551/446" HotelName="PENSION PETIT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5120000/5115400/5115338/82dce7cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="153.47" OriginalAmount="149" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|707720-25893365/7793718956274989551/5226" HotelName="CITY CENTER BEST PLACE APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27720000/27712200/27712126/647d3bad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="156.56" OriginalAmount="152" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1052496-28490019/7793718956274989551/272" HotelName="SMART DIGITAL CHECK IN APARTMENTS BY AMBIENTE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31160000/31158400/31158335/25b31a5e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|550796-28560749/7793718956274989551/1580" HotelName="MAX INN HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3100000/3091600/3091580/56d36aee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="159.65" OriginalAmount="155" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|647343-28502798/7793718956274989551/935" HotelName="TEMPUS CLUB GARNI HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/647343/2022103011118103.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|707660-28505019/7793718956274989551/1452" HotelName="7DAYS BANDB" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37900000/37892300/37892211/9fffebf1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|438080-28550397/7793718956274989551/1688" HotelName="BUSINESS&amp;amp;FAMILY AMBIENTE APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11010000/11006100/11006045/405be73e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="163.77" OriginalAmount="159" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.610912" Longitude="-87.087345" StarRating="4" HotelCode="0|86526-28560561/7793718956274989551/773" HotelName="SKARITZ HOTEL AND RESIDENCE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> Paseo Avenida Xaman Ha, PLAYA DEL CARMEN, MX</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1960000/1957300/1957234/01235b57_z.jpg</HotelPictures>
        <HotelDescription>Located on the breathtaking Riviera Maya in the PlayacarComplex, just two miles from Playa del Carmen and 45 miles from Cancun International Airport. Spectacular resort setting with miles of white sand beaches.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="165.83" OriginalAmount="161" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1213155-26552230/7793718956274989551/5441" HotelName="RUSOVSKY PENZION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22960000/22959700/22959615/a0f4eafa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|124866-27456543/7793718956274989551/75" HotelName="VIENNA HOUSE EASY BRATISLAVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2810000/2803300/2803235/6b69548e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|909246-28534012/7793718956274989551/1232" HotelName="BIVIO HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/909246/2022103010553250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185299-25370545/7793718956274989551/5089" HotelName="SAFFRON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5330000/5326100/5326053/7e662e87_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1335087-27598197/7793718956274989551/5457" HotelName="CITY CASTLE APARTMENTS FREE PARKING" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/101000000/100999500/100999476/01dcd299_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1334786-28584796/7793718956274989551/2315" HotelName="METROPOLITAN STAR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1334786/2022614122217125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.467430" Longitude="-3.689640" StarRating="2" HotelCode="0|53509-28456885/7793718956274989551/91" HotelName="PLUS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>191 PASEO DE LA CASTELLANA, MADRID, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3530000/3522900/3522815/72aed9d0_b.jpg</HotelPictures>
        <HotelDescription>This superb hotel enjoys a strategic setting at the heart of the business district of Paseo de la Castellana. The hotel's prime setting makes it a popular choice with business and leisure travellers alike. The hotel is located next to the Santiago Bernabeu Stadium and the conference centre. Metro and bus stations are located in close proximity to the hotel, and the airport and Juan Carlos I Trade Fair Centre are within a 15 minutes' driving distance away. This contemporary style hotel welcomes business and leisure guests with excellent facilities and impeccable service. The guest rooms are exquisitely appointed, offering functional space and a relaxing environment which is fully conducive to work and rest.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="170.98" OriginalAmount="166" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|614863-25777834/7793718956274989551/5175" HotelName="APART HOTEL VIRGO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37900000/37892000/37891956/03c388f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="173.04" OriginalAmount="168" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|647333-28502793/7793718956274989551/624" HotelName="BNC HOTEL - RESTAURANT - BOWLING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/647333/20221030105618865.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="174.07" OriginalAmount="169" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.767975" Longitude="3.146682" StarRating="3" HotelCode="0|57096-28506851/7793718956274989551/1397" HotelName="ASTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>2 JOVELLANOS, CA'N PICAFORT, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1700000/1690700/1690622/b82bdfaf_b.jpg</HotelPictures>
        <HotelDescription>This modern hotel is located in a quiet side street at the centre of Ca'n Picafort, just 250 m from the nearest fine sandy beach. Countless shopping venues, restaurants, bars, discos and public transport links are all located in the hotel's vicinity at the centre of the resort (within 250 m). The nearest golf course is just 10 km from the hotel.

Built in 1970, this hotel was renovated in 2012, and offers a total of 169 rooms, spread over 9 floors. This total includes 152 double rooms and 17 single rooms. Guests arrive in a welcoming lobby with a 24-hour reception, a safe, a currency exchange desk, a cloakroom and two lifts. Additional facilities offered by this hotel include a café, a bar, a games room, a conference room, a TV room, an air-conditioned restaurant with a non-smoking area and highchairs for children and an Internet terminal (together with a WLAN access point). There is a laundry service as well as medical assistance, car park, garage and a bicycle storage facility available. Bicycles may also be hired. The hotel also offers an extensive outdoor area.

The pleasantly decorated air-conditioned rooms include an tiled en suite, a direct dial telephone, wi-fi, satellite/ cable TV, central heating, a safe and a balcony.

The hotel has an outdoor pool with a children's paddling area, a pool bar, sun loungers and parasols. The hotel features an indoor temperature-controlled swimming pool, a sauna, and a Jacuzzi. Other leisure opportunities include table tennis, pool, bocce, minigolf and a gym. An entertainment programme is also offered by the hotel; dance evenings and shows being held several times a week.

A fine buffet is on offer at breakfast, lunch and dinner. Special dietary requirements are catered for.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="174.07" OriginalAmount="169" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|340232-25533447/7793718956274989551/5282" HotelName="VIP APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11110000/11106900/11106898/5776a609_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="175.10" OriginalAmount="170" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|550784-28496282/7793718956274989551/2155" HotelName="FELICITY GARNI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8350000/8346000/8345907/ee039cc0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="175.10" OriginalAmount="170" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="28.726849" Longitude="-13.86297" StarRating="4" HotelCode="0|52953-25231797/7793718956274989551/5079" HotelName="ANTARES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4 Calle Lanzarote, CORRALEJO, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1100000/1096600/1096578/5fb82d2c_b.jpg</HotelPictures>
        <HotelDescription>This apartment complex is situated in an attractive garden 800m from beach. From here guests can enjoy impressive views over to the neighbouring Canary Island of Lanzarote. There are public transportation links 50 m from the complex and El Campanario shopping centre is 400 m away. Guests will enjoy the stunning golden beaches and pleasant year-round climate of Fuerteventura with a stay at this sunny, family-friendly apartment hotel. Fuerteventura offers attractions to suit all tastes and ensure an unforgettable holiday.
The family-friendly Playa Park Zensation is in the northeast of Fuerteventura - a popular destination due to its white sand beaches and typically warm weather. Set in the resort town of Corralejo,  Playa Park Zensation is within walking distance of shops, bars and restaurants, and it's a short walk to the nearest beach. The hotel's modern buildings are Spanish in style. They sit in tree-lined gardens surrounding the pool area. 
The hotel underwent refurbishment in August 2018.
The nearest city centre with bars, restaurants and shops can be reached in around 20 minutes walking distance (1,5 km) from Playa Park Zensation. The nearest sandy beach is approx. 800 m away. And the popular beach ”Las Dunas” can be reached in approx. 2,5 km. A shuttle service operates daily from a bus station approx. 300 m from the hotel.
From Corralejo, boat trips leave for Lobos Island, where you can go snorkelling in clear waters. Down the coast from the hotel, you'll find Corralejo Natural Park, a protected coastal area with a rugged volcanic landscape in the south. 
You can take a day trip to Fuerteventura's capital, Puerto del Rosario, found on the island's east coast. Here, there are shops and boutiques to browse in the pedestrianised areas, or you can admire the outdoor sculptures. At the beaches of Playa Chica or Playa Blanca you can go swimming, or relax with a drink in a bar looking out to the Atlantic while watching the surfers.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="181.28" OriginalAmount="176" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|140289-25316443/7793718956274989551/5014" HotelName="NH GATE ONE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3130000/3128900/3128833/e34b1100_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="181.28" OriginalAmount="176" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|110645-25283762/7793718956274989551/5044" HotelName="DANUBIA GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2880000/2873200/2873185/9a1fab89_edited_9681_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1430767-27590500/7793718956274989551/5493" HotelName="METROPOLITAN STAR APART HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88260000/88260000/88259987/dafad6e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="188.49" OriginalAmount="183" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|28119-27599420/7793718956274989551/5475" HotelName="SOREA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102180000/102179700/102179675/8417b313_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|707851-28505025/7793718956274989551/121" HotelName="PETIT DEPENDANCE" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/707851/2020428165938894.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|308135-28560634/7793718956274989551/518" HotelName="PONTEO ACTIVITY PARK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/8000000/7770000/7760800/7760726/f1b2945c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|50223-25231533/7793718956274989551/5161" HotelName="APOLLO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1157700/1157630/639c1997_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.61" OriginalAmount="187" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|678112-28505026/7793718956274989551/2199" HotelName="BLUEBELL BANDB" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41270000/41263500/41263410/2a614f0b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.61" OriginalAmount="187" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|707725-25893367/7793718956274989551/5116" HotelName="DOWNTOWN BRATISLAVA HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37900000/37892100/37892038/251bc81d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="194.67" OriginalAmount="189" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|59746-25232984/7793718956274989551/5059" HotelName="ARCADIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1710000/1709000/1708919/2d1b87fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|176743-28496280/7793718956274989551/1415" HotelName="BLUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/4000000/3780000/3773500/3773414/eb92ba94_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="198.79" OriginalAmount="193" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|156820-27132136/7793718956274989551/5" HotelName="DOUBLETREE BY HILTON BRATISLAVA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4290000/4287300/4287245/21f65680_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="198.79" OriginalAmount="193" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1258-28560551/7793718956274989551/1485" HotelName="BRATISLAVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1110000/1105200/1105126/2f522b26_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|522980-25682123/7793718956274989551/5189" HotelName="ELISABETH OLD TOWN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41490000/41487800/41487765/ea83a787_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|614889-25777862/7793718956274989551/5387" HotelName="GARNI VIRGO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3910000/3907400/3907333/a0dcddf4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|678119-25850704/7793718956274989551/5438" HotelName="PENZION BERG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4050000/4049100/4049061/d50d72a4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="200.85" OriginalAmount="195" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|550787-28502502/7793718956274989551/1416" HotelName="CENTRUM SALVATOR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22210000/22203800/22203776/8c1f5711_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="200.85" OriginalAmount="195" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1335134-28555439/7793718956274989551/1807" HotelName="PALACE APARTMENTS 'BRAND-NEW'" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1335134/2022615105019985.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="200.85" OriginalAmount="195" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|184669-18986298/7793718956274989551/4735" HotelName="CROWNE PLAZA BRATISLAVA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13200/13151/w6500h4861x0y0-051f3222_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1259-28560554/7793718956274989551/168" HotelName="PARK INN BY RADISSON DANUBE BRATISLAVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/890800/890769/532e33a2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="204.97" OriginalAmount="199" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|148561-25321725/7793718956274989551/5068" HotelName="CLARION CONGRESS BRATISLAVA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3700000/3697600/3697579/c47b7677_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|401900-25583425/7793718956274989551/5345" HotelName="CHARMING &amp;amp; COZY - AMBIENTE APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12770000/12764000/12763904/666c4f32_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1269833-26614081/7793718956274989551/5444" HotelName="GARNI MATYSAK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/48000000/47080000/47078700/47078699/6e9de204_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="208.06" OriginalAmount="202" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185297-25370541/7793718956274989551/5052" HotelName="MAMA'S DESIGN &amp;amp; BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2610000/2610000/2609918/1461fe9c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="210.12" OriginalAmount="204" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|228776-25430551/7793718956274989551/5127" HotelName="LINDNER HOTEL BRATISLAVA, PART OF JDV BY HYATT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6020000/6019900/6019850/15482b39_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="212.18" OriginalAmount="206" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|707698-28537881/7793718956274989551/604" HotelName="APOLLIS BUSINESS AND BUDGET BY AMBIENTE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19690000/19683000/19682996/23fa74ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="212.18" OriginalAmount="206" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.489782" Longitude="-99.723501" StarRating="3" HotelCode="0|186640-28535197/7793718956274989551/2184" HotelName="MATYSAK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>250 Killough Cove, Abilene, 79601, TX, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/186640/20121221114228241.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Inn. Total rooms: 55. Floors: 3. Property description- At the Sleep Inn and Suites University hotel in Abilene, TX, you'll dream better and feel well rested. Our pet-friendly, affordable hotel is near Westwood Mall, Abilene Zoo, Frontier Texas Museum and Grace Museum. Relax with our amenities that include free hot breakfast, free WiFi, free weekday newspaper, a seasonal outdoor pool, sun deck, fitness center, guest laundry facility and business center with copy and fax services. Each inviting guest room features a Flat-Screen TV, coffee maker, desk, microwave, refrigerator, iron and ironing board. Our hotel is accessible to individuals with disabilities. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program. Pet Accommodations: 25.00USD per pet/night. Pet Limit: max 2 pets per room, up to 25 lbs.Hotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800753-3746. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|98506-25265964/7793718956274989551/5236" HotelName="FALKENSTEINER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2280000/2275900/2275895/17cef9e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48201-25224505/7793718956274989551/5168" HotelName="SET" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1490000/1489000/1488938/7250d494_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="229.69" OriginalAmount="223" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|32527-28560560/7793718956274989551/495" HotelName="TATRA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/46800/46766/c20e8b8d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="236.90" OriginalAmount="230" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|157165-28596469/7793718956274989551/615" HotelName="ROSET BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2220000/2219900/2219872/6b40026c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="236.90" OriginalAmount="230" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|105071-28560564/7793718956274989551/758" HotelName="AVANCE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4120000/4116400/4116393/d0545f65_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|166450-25341422/7793718956274989551/4906" HotelName="LOFT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4640000/4636100/4636076/e208b89b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="243.08" OriginalAmount="236" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.51582" Longitude="2.747451" StarRating="3" HotelCode="0|57701-28522853/7793718956274989551/1556" HotelName="BEIGLI HOTEL AND GARDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>4 MISION DE SAN DIEGO, Playa De Palma Mallo, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1610000/1608100/1608083/66de78f3_b.jpg</HotelPictures>
        <HotelDescription>The Hotel Riu Bravo, is just 200m from the popular and vast Playa de Palma beach in Palma de Majorca, Spain. It is the ideal hotel for families, couples and groups of friends who want to spend their holidays sunbathing and discovering the island. This 4 star hotel offers its guests a high quality service. It has everything you could need for relaxation, with a fresh water swimming pool, a solarium-terrace, gym, steam bath, hydromassage bath and the wellness centre with a range of different treatments. The All Inclusive system gives you the opportunity to sample a wide variety of dishes prepared by our chefs in the buffet restaurant and themed restaurant, with the best recipes to satisfy any palate. The complex is located in an area visited by many tourists and groups who are looking for fun, beach, sun, activities and the chance to discover the island. In the surrounding area you'll have the opportunity to try out sporting activities such as tennis, horse riding, cycling, golf or water sports at the beach for all ages. The area is ideal for those who love cycling, as the island offers many paths and roads used by thousands of cyclists each year, as well as professionals during competition season.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="249.26" OriginalAmount="242" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|432368-25608180/7793718956274989551/5111" HotelName="APLEND CITY HOTEL PERUGIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15870000/15860700/15860694/7e2e0331_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="251.32" OriginalAmount="244" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|108694-32593388/7793718956274989551/2042" HotelName="AC HOTEL BY MARRIOTT BRATISLAVA OLD TOWN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2700000/2699400/2699356/d3acd988_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="253.38" OriginalAmount="246" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|24845-28593752/7793718956274989551/2235" HotelName="MARROLS BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1080000/1079000/1078922/c347174a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="270.89" OriginalAmount="263" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26307-25212586/7793718956274989551/4975" HotelName="DEVIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/46800/46763/a22fc02a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="327.54" OriginalAmount="318" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|57489-28560548/7793718956274989551/522" HotelName="PREMIUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46180000/46179100/46179065/bbfa5338_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="352.26" OriginalAmount="342" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12273-25202256/7793718956274989551/4942" HotelName="RADISSON BLU CARLTON HOTEL, BRATISLAVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/810000/807700/807636/25febd0e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="366.68" OriginalAmount="356" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|138363-28594002/7793718956274989551/305" HotelName="SHERATON BRATISLAVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2710000/2705200/2705186/8d73fe5d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="398.61" OriginalAmount="387" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|143187-28594004/7793718956274989551/2668" HotelName="GRAND HOTEL RIVER PARK, A LUXURY COLLECTION, BRATISLAVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2820000/2816700/2816671/4a04dc55_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="416.12" OriginalAmount="404" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|647346-28594409/7793718956274989551/2175" HotelName="EUROVEA APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/909260/20221030152536781.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities />
    <HotelRating>2,1,5,3,4</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
  </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
e2fb2aa5-46da-4c5a-801a-5f57350e8e01|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="e2fb2aa5-46da-4c5a-801a-5f57350e8e01">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="72842" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-19T00:00:00" End="2026-11-20T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="0|118206-25287282/7793718956274989551/5379" SourceId="83" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e2fb2aa5-46da-4c5a-801a-5f57350e8e01|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="e2fb2aa5-46da-4c5a-801a-5f57350e8e01" TimeStamp="0001-01-01T00:00:00" HotelName="BOATEL GRACIA BRATISLAVA" HotelCode="|118206" StarRating="3" GTCityId="0" CityName="Bratislava" CountryName="Slovakia" Address="Razusovo Nabrezie, Bratislava, SK" PhoneNo="421-254432132" FaxNo="" Latitude="48.1500015258789" Longitude="17.11669921875" SourceId="83" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Twin Room City View|Room 2:  Twin Room City View" RoomTypeCode="25287282/7793718956274989551/5379|83|OTV8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="95" TotalPrice="97.85" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Bed types are not guaranteed:Twin Room, City View - 2 Twin Beds(room for 2 adults ).Twin Room, City View - 2 Twin Beds(room for 2 adults )&amp;lt;BR /&amp;gt;14.00 EUR will be paid locally at the hotel(tax_and_service_fee,property_fee)CXL charges apply as follows: STARTING 14/11/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-10T00:00:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Twin Room with City View|Room 2: Twin Room with City View" RoomTypeCode="28502379/7793718956274989551/1208|83|OTZ8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="96" TotalPrice="98.88" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Excluded:&amp;lt;BR /&amp;gt;City tax:14.00 EUR&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:5.16 EURCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:27:13.5644918+01:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Twin Room with City View|Room 2: Double Room with City View" RoomTypeCode="28502379/7793718956274989551/1199|83|OTh8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="98" TotalPrice="100.94" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Excluded:&amp;lt;BR /&amp;gt;City tax:14.00 EUR&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:5.32 EURCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:27:13.5644918+01:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Double Room City View|Room 2:  Double Room City View" RoomTypeCode="25287282/7793718956274989551/5374|83|MTAwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="100" TotalPrice="103.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Bed types are not guaranteed:Double Room, City View - 1 Double Bed(room for 2 adults ).Double Room, City View - 1 Double Bed(room for 2 adults )&amp;lt;BR /&amp;gt;14.00 EUR will be paid locally at the hotel(tax_and_service_fee,property_fee)CXL charges apply as follows: STARTING 14/11/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-10T00:00:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Double Room with City View|Room 2: Double Room with City View" RoomTypeCode="28502379/7793718956274989551/1192|83|MTAxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="101" TotalPrice="104.03" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Excluded:&amp;lt;BR /&amp;gt;City tax:14.00 EUR&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:5.48 EURCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:27:13.5644918+01:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Twin Room with City View|Room 2: Twin Room with River View" RoomTypeCode="28502379/7793718956274989551/1203|83|MTA4fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="108" TotalPrice="111.24" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Excluded:&amp;lt;BR /&amp;gt;City tax:14.00 EUR&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:5.82 EURCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:27:13.5644918+01:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Double Room with City View|Room 2: Twin Room with City View" RoomTypeCode="28502379/7793718956274989551/1133|83|MTEwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="110" TotalPrice="113.30" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Excluded:&amp;lt;BR /&amp;gt;City tax:14.00 EUR&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:5.91 EURCXL charges apply as follows: STARTING 15/11/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-11T00:00:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Twin Room with River View|Room 2: Double Room with City View" RoomTypeCode="28502379/7793718956274989551/1197|83|MTEwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="110" TotalPrice="113.30" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Excluded:&amp;lt;BR /&amp;gt;City tax:14.00 EUR&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:5.98 EURCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:27:13.5644918+01:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Twin Room with City View|Room 2: Room with Double bed and River View" RoomTypeCode="28502379/7793718956274989551/1206|83|MTEyfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="112" TotalPrice="115.36" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Excluded:&amp;lt;BR /&amp;gt;City tax:14.00 EUR&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:6.05 EURCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:27:13.5644918+01:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Room with Double bed and River View|Room 2: Double Room with City View" RoomTypeCode="28502379/7793718956274989551/1164|83|MTE1fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="115" TotalPrice="118.45" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Excluded:&amp;lt;BR /&amp;gt;City tax:14.00 EUR&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:6.21 EURCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:27:13.5644918+01:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Twin Room River View|Room 2:  Twin Room River View" RoomTypeCode="25287282/7793718956274989551/5372|83|MTE4fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="118" TotalPrice="121.54" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Bed types are not guaranteed:Twin Room, River View - 2 Twin Beds(room for 2 adults ).Twin Room, River View - 2 Twin Beds(room for 2 adults )&amp;lt;BR /&amp;gt;14.00 EUR will be paid locally at the hotel(tax_and_service_fee,property_fee)CXL charges apply as follows: STARTING 14/11/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-10T00:00:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Twin Room with River View|Room 2: Twin Room with River View" RoomTypeCode="28502379/7793718956274989551/1151|83|MTIwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="120" TotalPrice="123.60" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Excluded:&amp;lt;BR /&amp;gt;City tax:14.00 EUR&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:6.48 EURCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:27:13.5644918+01:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Twin Room with River View|Room 2: Twin Room with City View" RoomTypeCode="28502379/7793718956274989551/1143|83|MTIxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="121" TotalPrice="124.63" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Excluded:&amp;lt;BR /&amp;gt;City tax:14.00 EUR&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:6.47 EURCXL charges apply as follows: STARTING 15/11/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-11T00:00:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Room with Double bed and River View|Room 2: Twin Room with River View" RoomTypeCode="28502379/7793718956274989551/1168|83|MTI0fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="124" TotalPrice="127.72" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Excluded:&amp;lt;BR /&amp;gt;City tax:14.00 EUR&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:6.71 EURCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:27:13.5644918+01:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Triple Room with City View|Room 2: Twin Room with City View" RoomTypeCode="28502379/7793718956274989551/1229|83|MTI1fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="125" TotalPrice="128.75" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Excluded:&amp;lt;BR /&amp;gt;City tax:17.50 EUR&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:6.78 EURCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:27:13.5644918+01:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Double Room River View|Room 2:  Double Room River View" RoomTypeCode="25287282/7793718956274989551/5376|83|MTI3fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="127" TotalPrice="130.81" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Bed types are not guaranteed:Double Room, River View - 1 Double Bed(room for 2 adults ).Double Room, River View - 1 Double Bed(room for 2 adults )&amp;lt;BR /&amp;gt;14.00 EUR will be paid locally at the hotel(tax_and_service_fee,property_fee)CXL charges apply as follows: STARTING 14/11/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-10T00:00:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Room with Double bed and River View|Room 2: Room with Double bed and River View" RoomTypeCode="28502379/7793718956274989551/1171|83|MTI4fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="128" TotalPrice="131.84" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Excluded:&amp;lt;BR /&amp;gt;City tax:14.00 EUR&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:6.94 EURCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:27:13.5644918+01:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Triple Room with City View|Room 2: Double Room with City View" RoomTypeCode="28502379/7793718956274989551/1220|83|MTI4fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="128" TotalPrice="131.84" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Excluded:&amp;lt;BR /&amp;gt;City tax:17.50 EUR&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:6.94 EURCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:27:13.5644918+01:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Double Room with City View|Room 2: Room with Double bed and River View" RoomTypeCode="28502379/7793718956274989551/1138|83|MTI5fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="129" TotalPrice="132.87" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Excluded:&amp;lt;BR /&amp;gt;City tax:14.00 EUR&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:6.90 EURCXL charges apply as follows: STARTING 15/11/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-11T00:00:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Twin Room with City View|Room 2: Triple Room with River View" RoomTypeCode="28502379/7793718956274989551/1204|83|MTM0fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="134" TotalPrice="138.02" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Excluded:&amp;lt;BR /&amp;gt;City tax:17.50 EUR&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:7.29 EURCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:27:13.5644918+01:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Triple Room with River View|Room 2: Double Room with City View" RoomTypeCode="28502379/7793718956274989551/1152|83|MTM3fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="137" TotalPrice="141.11" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Excluded:&amp;lt;BR /&amp;gt;City tax:17.50 EUR&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:7.45 EURCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:27:13.5644918+01:00" End="2026-11-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/a6a3ab72_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/222c39a0_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/a9c3bac2_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/424d223e_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/1663d819_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/65b371d7_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/4bef5466_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/269f45b5_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/a56953e5_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/5a7b2b1d_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/ce0dbaaf_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/ffa25dfd_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/58440536_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/4dffb43f_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/34d0d6bd_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/77302884_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/4febf44a_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/7871bbd7_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/36865d2c_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/7e7b7186_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/807a8c41_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/411157cc_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/b3ad0280_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/44332dd8_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/16e3715a_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/f642dd87_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/4ae6043a_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/ae0ace68_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/6d608c03_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/2329f0dc_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/391f1342_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/47c97a4a_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/b9d0d931_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/e95c8abd_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/2db56fb9_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/1f9bcb75_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/364efe7c_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/bfd3cb91_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/83fb2131_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/f26df121_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/ff6bcdc1_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/49de47ea_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/dabb164e_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/7eab5239_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/bf711d4c_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/ac16361e_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/d82f1892_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/766e94e6_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/4cd28acf_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/d86137e2_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/fb5aec05_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/a2532593_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/e52e7069_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/4d53967f_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/e1995713_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/76221251_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/5c4ead7b_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/eff1bb2e_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/ee6a042d_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/6fe0322f_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/b951cd47_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/ad3a8859_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/47f61552_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2540000/2540000/2539931/dd38444c_b.jpg" /></Images><HotelAmenities>Gift shops or newsstand&lt;BR /&gt;Food and water bowls&lt;BR /&gt;Wheelchair accessible – no&lt;BR /&gt;Health or beauty spa nearby&lt;BR /&gt;Area rugs in public areas&lt;BR /&gt;Multilingual staff&lt;BR /&gt;Shared microwave&lt;BR /&gt;24-hour front desk&lt;BR /&gt;Breakfast available (surcharge)&lt;BR /&gt;Shared refrigerator&lt;BR /&gt;Free WiFi&lt;BR /&gt;Number of bars/lounges - 1&lt;BR /&gt;Designated smoking areas&lt;BR /&gt;Well-lit path to entrance&lt;BR /&gt;Upper floors accessible by stairs only&lt;BR /&gt;Housekeeping on request&lt;BR /&gt;Spa services on site&lt;BR /&gt;Stair-free path to entrance&lt;BR /&gt;Designated smoking areas (fines apply)&lt;BR /&gt;Terrace&lt;BR /&gt;</HotelAmenities><HotelDescription>&lt;b&gt;Property Desc:&lt;/b&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; A stay at Botel Gracia places you in the heart of Bratislava, steps from Slovak National Gallery and 3 minutes by foot from Hviezdoslavovo Square.  This hotel is 0.1 mi (0.2 km) from Danube River and 0.1 mi (0.2 km) from Most SNP.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; Make yourself at home in one of the 33 guestrooms. Complimentary wireless internet access is available to keep you connected. Housekeeping is provided on request, and irons/ironing boards can be requested.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;/b&gt;&lt;/p&gt;&lt;p&gt; Pamper yourself with onsite massages or take in the view from a terrace. Additional features at this hotel include complimentary wireless internet access and gift shops/newsstands.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; Quench your thirst with your favorite drink at the bar/lounge. Buffet breakfasts are available daily from 7:00 AM to 10:00 AM for a fee.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt;&lt;/p&gt;&lt;p&gt; Featured amenities include a 24-hour front desk, multilingual staff, and microwave in a common area.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Attractions&lt;/b&gt; &lt;/p&gt;&lt;p&gt;Distances are displayed to the nearest 0.1 mile and kilometer. &lt;br /&gt; &lt;p&gt;Slovak National Gallery - 0.1 km / 0.1 mi &lt;br /&gt; Hviezdoslavovo Square - 0.2 km / 0.1 mi &lt;br /&gt; Most SNP - 0.2 km / 0.2 mi &lt;br /&gt; Bibiana - 0.3 km / 0.2 mi &lt;br /&gt; Slovak Philharmonic Orchestra - 0.4 km / 0.2 mi &lt;br /&gt; St. Martin's Cathedral - 0.4 km / 0.2 mi &lt;br /&gt; Danube River - 0.4 km / 0.2 mi &lt;br /&gt; Old Slovak National Theater - 0.4 km / 0.2 mi &lt;br /&gt; Johann Palffy Palace - 0.4 km / 0.2 mi &lt;br /&gt; Palffy Palace - 0.4 km / 0.3 mi &lt;br /&gt; Natural History Museum - 0.4 km / 0.3 mi &lt;br /&gt; Watcher - 0.4 km / 0.3 mi &lt;br /&gt; Cumil - 0.5 km / 0.3 mi &lt;br /&gt; Museum of Clocks - 0.5 km / 0.3 mi &lt;br /&gt; Maximilian Fountain - 0.5 km / 0.3 mi &lt;br /&gt; &lt;/p&gt;&lt;p&gt;The nearest airports are:&lt;br /&gt;Bratislava (BTS-M.R.Stefanika) - 12.2 km / 7.6 mi&lt;br /&gt; Vienna International Airport (VIE) - 62.6 km / 38.9 mi&lt;br /&gt; &lt;/p&gt;&lt;p&gt;The preferred airport for Botel Gracia is Bratislava (BTS-M.R.Stefanika). &lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Spoken Languages&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Czech&lt;/b&gt;&lt;p&gt;German&lt;/b&gt;&lt;p&gt;Russian&lt;/b&gt;&lt;p&gt;Thai&lt;/b&gt;&lt;p&gt;Slovak&lt;/b&gt;&lt;p&gt;English&lt;/b&gt;&lt;p&gt;Polish&lt;/b&gt;&lt;p&gt;&lt;b&gt;Know Before You Go:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt;  &lt;li&gt;Up to 2 children 2 years old and younger stay free, per registered adult, when occupying the parent or guardian's room, using existing bedding. &lt;/li&gt;&lt;li&gt;Only registered guests are allowed in the guestrooms. &lt;/li&gt; &lt;li&gt;The property allows pets in specific rooms only and has other pet restrictions (surcharges apply and can be found in the Fees section). Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation. &lt;/li&gt; &lt;li&gt;Cashless payment methods are available for all transactions.&lt;/li&gt;&lt;li&gt;Contactless check-in and contactless check-out are available.&lt;/li&gt; &lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Fees:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt; &lt;li&gt;Fee for buffet breakfast: approximately EUR 15 for adults and EUR 15 for children&lt;/li&gt;&lt;li&gt;Pet fee: EUR 15 per pet, per night&lt;/li&gt;&lt;li&gt;Service animals are exempt from fees&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Mandatory Fees and Taxes:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;p&gt;You'll be asked to pay the following charges at the property. Fees may include applicable taxes:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;A tax is imposed by the city: EUR 3.50 per person, per night. This tax does not apply to children under 18 years of age. &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;We have included all charges provided to us by the property. &lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Instructions:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt;  &lt;li&gt;Extra-person charges may apply and vary depending on property policy&lt;/li&gt;&lt;li&gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&lt;/li&gt;&lt;li&gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&lt;/li&gt;&lt;li&gt;This property accepts credit cards, debit cards, and cash&lt;/li&gt;&lt;li&gt;Cashless transactions are available&lt;/li&gt;&lt;li&gt;Safety features at this property include a fire extinguisher&lt;/li&gt;&lt;li&gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&lt;/li&gt;  &lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Special Checkin Instructions:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; If you are planning to arrive after midnight please contact the property in advance using the information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 2:00 PM&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin End Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; midnight&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Minimum Age:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 18&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkout Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 11:00 AM&lt;/p&gt;&lt;br /&gt;</HotelDescription><Facilities><HotelFacilities><Type>Facilities</Type><Description>Gift shops or newsstand&lt;BR /&gt;Food and water bowls&lt;BR /&gt;Wheelchair accessible – no&lt;BR /&gt;Health or beauty spa nearby&lt;BR /&gt;Area rugs in public areas&lt;BR /&gt;Multilingual staff&lt;BR /&gt;Shared microwave&lt;BR /&gt;24-hour front desk&lt;BR /&gt;Breakfast available (surcharge)&lt;BR /&gt;Shared refrigerator&lt;BR /&gt;Free WiFi&lt;BR /&gt;Number of bars/lounges - 1&lt;BR /&gt;Designated smoking areas&lt;BR /&gt;Well-lit path to entrance&lt;BR /&gt;Upper floors accessible by stairs only&lt;BR /&gt;Housekeeping on request&lt;BR /&gt;Spa services on site&lt;BR /&gt;Stair-free path to entrance&lt;BR /&gt;Designated smoking areas (fines apply)&lt;BR /&gt;Terrace&lt;BR /&gt;</Description></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
e2fb2aa5-46da-4c5a-801a-5f57350e8e01|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="e2fb2aa5-46da-4c5a-801a-5f57350e8e01">
  <Rooms>
    <Room RoomType="Room 1: Twin Room City View" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2:  Twin Room City View" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|118206" SourceId="83" RoomTypeCode="25287282/7793718956274989551/5379|83|OTV8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-19T00:00:00" End="2026-11-20T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e2fb2aa5-46da-4c5a-801a-5f57350e8e01|GoGlobalTravelBlock|successfully done supplier prebooking||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e2fb2aa5-46da-4c5a-801a-5f57350e8e01|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-11-10T00:00:00" End="2026-11-16T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>Bed types are not guaranteed:Twin Room, City View - 2 Twin Beds(room for 2 adults ).Twin Room, City View - 2 Twin Beds(room for 2 adults ) 14.00 EUR will be paid locally at the hotel(tax_and_service_fee,property_fee)&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Know Before You Go:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt;  &lt;li&gt;Up to 2 children 2 years old and younger stay free, per registered adult, when occupying the parent or guardian's room, using existing bedding. &lt;/li&gt;&lt;li&gt;Only registered guests are allowed in the guestrooms. &lt;/li&gt; &lt;li&gt;The property allows pets in specific rooms only and has other pet restrictions (surcharges apply and can be found in the Fees section). Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation. &lt;/li&gt; &lt;li&gt;Cashless payment methods are available for all transactions.&lt;/li&gt;&lt;li&gt;Contactless check-in and contactless check-out are available.&lt;/li&gt; &lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Fees:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt; &lt;li&gt;Fee for buffet breakfast: approximately EUR 15 for adults and EUR 15 for children&lt;/li&gt;&lt;li&gt;Pet fee: EUR 15 per pet, per night&lt;/li&gt;&lt;li&gt;Service animals are exempt from fees&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Mandatory Fees and Taxes:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;p&gt;You'll be asked to pay the following charges at the property. Fees may include applicable taxes:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;A tax is imposed by the city: EUR 3.50 per person, per night. This tax does not apply to children under 18 years of age. &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;We have included all charges provided to us by the property. &lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Instructions:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt;  &lt;li&gt;Extra-person charges may apply and vary depending on property policy&lt;/li&gt;&lt;li&gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&lt;/li&gt;&lt;li&gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&lt;/li&gt;&lt;li&gt;This property accepts credit cards, debit cards, and cash&lt;/li&gt;&lt;li&gt;Cashless transactions are available&lt;/li&gt;&lt;li&gt;Safety features at this property include a fire extinguisher&lt;/li&gt;&lt;li&gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&lt;/li&gt;  &lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Special Checkin Instructions:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; If you are planning to arrive after midnight please contact the property in advance using the information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 2:00 PM&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin End Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; midnight&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Minimum Age:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 18&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkout Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 11:00 AM&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Room Name:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; Twin Room, City View&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Room Description:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;p&gt;&lt;strong&gt;2 Twin Beds&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;178-sq-foot room with city views &lt;/p&gt;&lt;br/&gt;&lt;p&gt;&lt;b&gt;Layout&lt;/b&gt; - Bedroom &lt;/p&gt;&lt;p&gt;&lt;b&gt;Internet&lt;/b&gt; - Free WiFi 50+ Mbps &lt;/p&gt;&lt;p&gt;&lt;b&gt;Sleep&lt;/b&gt; - Bed sheets &lt;/p&gt;&lt;p&gt;&lt;b&gt;Bathroom&lt;/b&gt; - Private bathroom, shower, towels, and a hair dryer (on request)&lt;/p&gt;&lt;p&gt;&lt;b&gt;Practical&lt;/b&gt; - Iron/ironing board (on request)&lt;/p&gt;&lt;p&gt;&lt;b&gt;Comfort&lt;/b&gt; - Heating&lt;/p&gt;&lt;p&gt;&lt;b&gt;Accessibility&lt;/b&gt; - Area rugs in room&lt;/p&gt;&lt;p&gt;&lt;b&gt;Need to Know&lt;/b&gt; - Housekeeping on request, no cribs (infant beds) available&lt;/p&gt;&lt;p&gt;Non-Smoking, pet friendly&lt;/p&gt;&lt;/p&gt;&lt;br /&gt;CXL charges apply as follows: STARTING 14/11/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.&lt;/br&gt;&lt;/br&gt;&lt;HTML&gt;&lt;BODY&gt;&lt;H1&gt;BOATEL GRACIA BRATISLAVA&lt;/H1&gt;&lt;/br&gt;&lt;/br&gt;&lt;Table style='width:100%'; border='1px solid black'; &gt;&lt;tr&gt;&lt;td&gt;RoomType&lt;/td&gt;&lt;td&gt;Date From&lt;/td&gt;&lt;td&gt;Date To&lt;/td&gt;&lt;td&gt;Total Price&lt;d&gt;&lt;td&gt;Currency&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Twin Room City View&lt;/td&gt;&lt;td&gt;2026-11-19&lt;/td&gt;&lt;td&gt;2026-11-20&lt;/td&gt;&lt;td&gt;47.5&lt;d&gt;&lt;td&gt;GBP&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Twin Room City View&lt;/td&gt;&lt;td&gt;2026-11-19&lt;/td&gt;&lt;td&gt;2026-11-20&lt;/td&gt;&lt;td&gt;47.5&lt;d&gt;&lt;td&gt;GBP&lt;/td&gt;&lt;/tr&gt;&lt;/Table&gt;&lt;/BODY&gt;&lt;/HTML&gt;</ImportantInfo>
  <TotalAmount>0.00</TotalAmount>
  <TraceId>e2fb2aa5-46da-4c5a-801a-5f57350e8e01</TraceId>
</CheckRatesRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e2fb2aa5-46da-4c5a-801a-5f57350e8e01|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="e2fb2aa5-46da-4c5a-801a-5f57350e8e01">
  <Rooms>
    <Room RoomType="Room 1: Twin Room City View" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2:  Twin Room City View" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|118206" SourceId="83" RoomTypeCode="25287282/7793718956274989551/5379|83|OTV8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-19T00:00:00" End="2026-11-20T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e2fb2aa5-46da-4c5a-801a-5f57350e8e01|GoGlobalTravelBlock|successfully done supplier prebooking||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e2fb2aa5-46da-4c5a-801a-5f57350e8e01|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="e2fb2aa5-46da-4c5a-801a-5f57350e8e01" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: Twin Room City View" BoardBasis="Room 1: Room Only" TotalAdult="2" TotalChild="0">
      <Adults>
        <Adult Title="Mr" FirstName="Ansh" LastName="Shukla" DOB="20010423" Age="25" />
        <Adult Title="Mr" FirstName="Prem" LastName="Shukla" DOB="20010423" Age="25" />
      </Adults>
    </Room>
    <Room RoomType="Room 2:  Twin Room City View" BoardBasis="Room 2: Room Only" TotalAdult="2" TotalChild="0">
      <Adults>
        <Adult Title="Mr" FirstName="Ram" LastName="Shukla" DOB="20010423" Age="25" />
        <Adult Title="Mr" FirstName="Nath" LastName="Shukla" DOB="20010423" Age="25" />
      </Adults>
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="0|118206-25287282/7793718956274989551/5379" SourceId="83" RoomTypeCode="25287282/7793718956274989551/5379|83|OTV8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="97.85" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-19T00:00:00" End="2026-11-20T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>3456</AgencyBookingRef>
  <MHLInfo>
    <Address>Ahmedabad Test</Address>
    <AgencyId>13973</AgencyId>
    <AgentId>18072</AgentId>
    <CityCode>7</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId>shikha.v@wwdmc.com</EmailId>
    <FileBookingId />
    <FirstName>Ansh</FirstName>
    <LastName>Shukla</LastName>
    <PaymentResponse>No-Payment-Getway</PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>24</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
e2fb2aa5-46da-4c5a-801a-5f57350e8e01|BookResponse|MyhubService Response|UserName:-shikha.v@wwdmc.com Password:-Shikha123$ MhlInfo:-<?xml version="1.0" encoding="utf-16"?>
<MHLInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Address>Ahmedabad Test</Address>
  <AgencyId>13973</AgencyId>
  <AgentId>18072</AgentId>
  <CityCode>7</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId>shikha.v@wwdmc.com</EmailId>
  <EndDate xsi:nil="true" />
  <FirstName>Ansh</FirstName>
  <LastName>Shukla</LastName>
  <NationalityOfPax>India</NationalityOfPax>
  <PaymentResponse>No-Payment-Getway</PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>24</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>3456</AgencyReference>
  <AgentMinCnxDate>2026-11-10T00:00:00</AgentMinCnxDate>
  <CancelPolicyRemark>&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;CancelPenaltiesType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
  &lt;CancelPenalties&gt;
    &lt;CancelPenalty Start="2026-11-10T00:00:00" End="2026-11-16T00:00:00"&gt;
      &lt;AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2026-11-19T00:00:00</CheckIn>
  <CheckInTime>02:00PM</CheckInTime>
  <CheckOut>2026-11-20T00:00:00</CheckOut>
  <CheckOutTime>10:00AM</CheckOutTime>
  <CostAmountInSalesCurrency>95</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>slovakia</CountryName>
  <Rooms>
    <Rooms>
      <Adults>2</Adults>
      <BoardBasis>Room 1: Room Only</BoardBasis>
      <Children>0</Children>
      <GuestName>Mr Ansh Shukla</GuestName>
      <RoomType>Room 1: Twin Room City View</RoomType>
    </Rooms>
    <Rooms>
      <Adults>2</Adults>
      <BoardBasis>Room 2: Room Only</BoardBasis>
      <Children>0</Children>
      <GuestName>Mr Ram Shukla</GuestName>
      <RoomType>Room 2:  Twin Room City View</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>97.85</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>95</SupplierAmount>
  <SupplierCurrency>GBP</SupplierCurrency>
  <SupplierId>865</SupplierId>
  <SupplierMinCnxDate>2026-11-14T00:00:00</SupplierMinCnxDate>
  <SupplierName>GoGlobalTravel</SupplierName>
  <_address>Razusovo Nabrezie, Bratislava, SK</_address>
  <_cityName>Bratislava</_cityName>
  <_fax />
  <_hotelName>BOATEL GRACIA BRATISLAVA</_hotelName>
  <_phoneNo1>421-254432132</_phoneNo1>
</Hotel> Response:-<Root><FileBookingId>260430611</FileBookingId><BookingId>42008</BookingId></Root>||FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.FindSync[TProjection](FilterDefinition`1 filter, FindOptions`2 options, CancellationToken cancellationToken)
   at MongoDB.Driver.FindFluent`2.ToCursor(CancellationToken cancellationToken)
   at MongoDB.Driver.IAsyncCursorSourceExtensions.ToList[TDocument](IAsyncCursorSource`1 source, CancellationToken cancellationToken)
   at Core.Audit.InsertBookingLog(String BookingId, String TraceId, String Supplier, String ClientName, String Status, String BookingRQ, String BookingRS, String GTBookingRQ, String GTBookingRS, String FileName) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 211System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e2fb2aa5-46da-4c5a-801a-5f57350e8e01|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>260430611</FileBookingId>
  <Status>Success</Status>
  <ImportantInfo>Bed types are not guaranteed:Twin Room, City View - 2 Twin Beds(room for 2 adults ).Twin Room, City View - 2 Twin Beds(room for 2 adults )&lt;BR /&gt;14.00 EUR will be paid locally at the hotel(tax_and_service_fee,property_fee)CXL charges apply as follows: STARTING 14/11/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE., Bed types are not guaranteed:Twin Room, City View - 2 Twin Beds(room for 2 adults ).Twin Room, City View - 2 Twin Beds(room for 2 adults ) 14.00 EUR will be paid locally at the hotel(tax_and_service_fee,property_fee)&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Know Before You Go:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt;  &lt;li&gt;Up to 2 children 2 years old and younger stay free, per registered adult, when occupying the parent or guardian's room, using existing bedding. &lt;/li&gt;&lt;li&gt;Only registered guests are allowed in the guestrooms. &lt;/li&gt; &lt;li&gt;The property allows pets in specific rooms only and has other pet restrictions (surcharges apply and can be found in the Fees section). Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation. &lt;/li&gt; &lt;li&gt;Cashless payment methods are available for all transactions.&lt;/li&gt;&lt;li&gt;Contactless check-in and contactless check-out are available.&lt;/li&gt; &lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Fees:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt; &lt;li&gt;Fee for buffet breakfast: approximately EUR 15 for adults and EUR 15 for children&lt;/li&gt;&lt;li&gt;Pet fee: EUR 15 per pet, per night&lt;/li&gt;&lt;li&gt;Service animals are exempt from fees&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Mandatory Fees and Taxes:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;p&gt;You'll be asked to pay the following charges at the property. Fees may include applicable taxes:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;A tax is imposed by the city: EUR 3.50 per person, per night. This tax does not apply to children under 18 years of age. &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;We have included all charges provided to us by the property. &lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Instructions:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt;  &lt;li&gt;Extra-person charges may apply and vary depending on property policy&lt;/li&gt;&lt;li&gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&lt;/li&gt;&lt;li&gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&lt;/li&gt;&lt;li&gt;This property accepts credit cards, debit cards, and cash&lt;/li&gt;&lt;li&gt;Cashless transactions are available&lt;/li&gt;&lt;li&gt;Safety features at this property include a fire extinguisher&lt;/li&gt;&lt;li&gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&lt;/li&gt;  &lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Special Checkin Instructions:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; If you are planning to arrive after midnight please contact the property in advance using the information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 2:00 PM&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin End Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; midnight&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Minimum Age:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 18&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkout Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 11:00 AM&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Room Name:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; Twin Room, City View&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Room Description:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;p&gt;&lt;strong&gt;2 Twin Beds&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;178-sq-foot room with city views &lt;/p&gt;&lt;br/&gt;&lt;p&gt;&lt;b&gt;Layout&lt;/b&gt; - Bedroom &lt;/p&gt;&lt;p&gt;&lt;b&gt;Internet&lt;/b&gt; - Free WiFi 50+ Mbps &lt;/p&gt;&lt;p&gt;&lt;b&gt;Sleep&lt;/b&gt; - Bed sheets &lt;/p&gt;&lt;p&gt;&lt;b&gt;Bathroom&lt;/b&gt; - Private bathroom, shower, towels, and a hair dryer (on request)&lt;/p&gt;&lt;p&gt;&lt;b&gt;Practical&lt;/b&gt; - Iron/ironing board (on request)&lt;/p&gt;&lt;p&gt;&lt;b&gt;Comfort&lt;/b&gt; - Heating&lt;/p&gt;&lt;p&gt;&lt;b&gt;Accessibility&lt;/b&gt; - Area rugs in room&lt;/p&gt;&lt;p&gt;&lt;b&gt;Need to Know&lt;/b&gt; - Housekeeping on request, no cribs (infant beds) available&lt;/p&gt;&lt;p&gt;Non-Smoking, pet friendly&lt;/p&gt;&lt;/p&gt;&lt;br /&gt;CXL charges apply as follows: STARTING 14/11/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE., **PACKAGE RATE**, Free WiFi, &lt;p&gt;&lt;b&gt;Know Before You Go:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt;  &lt;li&gt;Up to 2 children 2 years old and younger stay free, per registered adult, when occupying the parent or guardian's room, using existing bedding. &lt;/li&gt;&lt;li&gt;Only registered guests are allowed in the guestrooms. &lt;/li&gt; &lt;li&gt;The property allows pets in specific rooms only and has other pet restrictions (surcharges apply and can be found in the Fees section). Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation. &lt;/li&gt; &lt;li&gt;Cashless payment methods are available for all transactions.&lt;/li&gt;&lt;li&gt;Contactless check-in and contactless check-out are available.&lt;/li&gt; &lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Fees:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt; &lt;li&gt;Fee for buffet breakfast: approximately EUR 15 for adults and EUR 15 for children&lt;/li&gt;&lt;li&gt;Pet fee: EUR 15 per pet, per night&lt;/li&gt;&lt;li&gt;Service animals are exempt from fees&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Mandatory Fees and Taxes:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;p&gt;You'll be asked to pay the following charges at the property. Fees may include applicable taxes:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;A tax is imposed by the city: EUR 3.50 per person, per night. This tax does not apply to children under 18 years of age. &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;We have included all charges provided to us by the property. &lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Instructions:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt;  &lt;li&gt;Extra-person charges may apply and vary depending on property policy&lt;/li&gt;&lt;li&gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&lt;/li&gt;&lt;li&gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&lt;/li&gt;&lt;li&gt;This property accepts credit cards, debit cards, and cash&lt;/li&gt;&lt;li&gt;Cashless transactions are available&lt;/li&gt;&lt;li&gt;Safety features at this property include a fire extinguisher&lt;/li&gt;&lt;li&gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&lt;/li&gt;  &lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Special Checkin Instructions:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; If you are planning to arrive after midnight please contact the property in advance using the information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 2:00 PM&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin End Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; midnight&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Minimum Age:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 18&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkout Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 11:00 AM&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Room Name:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; Twin Room, City View&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Room Description:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;p&gt;&lt;strong&gt;2 Twin Beds&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;178-sq-foot room with city views &lt;/p&gt;&lt;br/&gt;&lt;p&gt;&lt;b&gt;Layout&lt;/b&gt; - Bedroom &lt;/p&gt;&lt;p&gt;&lt;b&gt;Internet&lt;/b&gt; - Free WiFi 50+ Mbps &lt;/p&gt;&lt;p&gt;&lt;b&gt;Sleep&lt;/b&gt; - Bed sheets &lt;/p&gt;&lt;p&gt;&lt;b&gt;Bathroom&lt;/b&gt; - Private bathroom, shower, towels, and a hair dryer (on request)&lt;/p&gt;&lt;p&gt;&lt;b&gt;Practical&lt;/b&gt; - Iron/ironing board (on request)&lt;/p&gt;&lt;p&gt;&lt;b&gt;Comfort&lt;/b&gt; - Heating&lt;/p&gt;&lt;p&gt;&lt;b&gt;Accessibility&lt;/b&gt; - Area rugs in room&lt;/p&gt;&lt;p&gt;&lt;b&gt;Need to Know&lt;/b&gt; - Housekeeping on request, no cribs (infant beds) available&lt;/p&gt;&lt;p&gt;Non-Smoking, pet friendly&lt;/p&gt;&lt;/p&gt;&lt;br /&gt;, &lt;b&gt;TAXES:&lt;/b&gt;&lt;BR /&gt;Tax And Fees&lt;BR /&gt;Details: 14.00 EUR Not Inclusive&lt;BR /&gt;Description: mandatory_tax&lt;BR /&gt;&lt;b&gt;FEES:&lt;/b&gt;&lt;BR /&gt;Other&lt;BR /&gt;Details: 4.24 EUR Inclusive&lt;BR /&gt;Description: tax_and_service_fee&lt;BR /&gt;Other&lt;BR /&gt;Details: 2.50 EUR Inclusive&lt;BR /&gt;Description: property_fee</ImportantInfo>
  <SupplierRef>32313779</SupplierRef>
</HotelBookRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
fb2850ad-1983-47d0-9d35-7ce0d48e1247|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="fb2850ad-1983-47d0-9d35-7ce0d48e1247">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="9663" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-12T00:00:00" End="2026-10-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
fb2850ad-1983-47d0-9d35-7ce0d48e1247|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<ErrorRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Error>
    <RecordID>fb2850ad-1983-47d0-9d35-7ce0d48e1247</RecordID>
    <ShortText>No Record Found!</ShortText>
  </Error>
  <TimeStamp>0001-01-01T00:00:00</TimeStamp>
  <Version>0</Version>
</ErrorRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
fb2850ad-1983-47d0-9d35-7ce0d48e1247|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6a273220-2ce1-4bf5-9579-e190289d6ac4|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="6a273220-2ce1-4bf5-9579-e190289d6ac4">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="80968" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-12T00:00:00" End="2026-10-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6a273220-2ce1-4bf5-9579-e190289d6ac4|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<ErrorRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Error>
    <RecordID>6a273220-2ce1-4bf5-9579-e190289d6ac4</RecordID>
    <ShortText>No Record Found!</ShortText>
  </Error>
  <TimeStamp>0001-01-01T00:00:00</TimeStamp>
  <Version>0</Version>
</ErrorRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
56befbaf-d842-45c7-af19-3b1b804a8bb4|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<ErrorRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Error>
    <RecordID>56befbaf-d842-45c7-af19-3b1b804a8bb4</RecordID>
    <ShortText>No Record Found!</ShortText>
  </Error>
  <TimeStamp>0001-01-01T00:00:00</TimeStamp>
  <Version>0</Version>
</ErrorRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
56befbaf-d842-45c7-af19-3b1b804a8bb4|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="56befbaf-d842-45c7-af19-3b1b804a8bb4">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="76952" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-12T00:00:00" End="2026-10-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6295cf15-958a-4ea6-abd4-8a1da9aaed22|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="6295cf15-958a-4ea6-abd4-8a1da9aaed22">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="76952" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-12T00:00:00" End="2026-10-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6295cf15-958a-4ea6-abd4-8a1da9aaed22|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<ErrorRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Error>
    <RecordID>6295cf15-958a-4ea6-abd4-8a1da9aaed22</RecordID>
    <ShortText>No Record Found!</ShortText>
  </Error>
  <TimeStamp>0001-01-01T00:00:00</TimeStamp>
  <Version>0</Version>
</ErrorRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
38266ec3-9296-4e4e-810c-732a95def3f8|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="38266ec3-9296-4e4e-810c-732a95def3f8">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="80963" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-12T00:00:00" End="2026-10-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
38266ec3-9296-4e4e-810c-732a95def3f8|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
38266ec3-9296-4e4e-810c-732a95def3f8|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<ErrorRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Error>
    <RecordID>38266ec3-9296-4e4e-810c-732a95def3f8</RecordID>
    <ShortText>No Record Found!</ShortText>
  </Error>
  <TimeStamp>0001-01-01T00:00:00</TimeStamp>
  <Version>0</Version>
</ErrorRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
40e06b9e-5703-42b4-943c-d05ac4ce079b|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="40e06b9e-5703-42b4-943c-d05ac4ce079b">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="3371" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-12T00:00:00" End="2026-10-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
40e06b9e-5703-42b4-943c-d05ac4ce079b|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
40e06b9e-5703-42b4-943c-d05ac4ce079b|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-04-23T11:34:22.4679787+01:00" Version="0" EchoToken="Search" TransactionIdentifier="40e06b9e-5703-42b4-943c-d05ac4ce079b" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="83" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|217332-28579650/7063887455448033769/395" HotelName="LIMES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2140000/2135100/2135031/7c2c60ca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.37" OriginalAmount="79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|55443-28580820/7063887455448033769/1094" HotelName="NOMADS TINBILLY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/55443/55443_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|309350-25512054/7063887455448033769/3540" HotelName="THE CLIFF HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8790000/8782400/8782320/8e542bb4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|196205-25385341/7063887455448033769/4032" HotelName="COLONIAL VILLAGE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5380000/5372600/5372521/2d109f17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="11.566732" Longitude="104.931683" StarRating="2" HotelCode="0|309002-28463560/7063887455448033769/1898" HotelName="IBIS BUDGET WINDSOR BRISBANE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>363 SISOWATH QUAY,PHNOM PENH,CAMBODIA,SOUTH EASTERN ASIA,PHNOM-PENH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9630000/9628800/9628772/44a77f26_z.jpg</HotelPictures>
        <HotelDescription>The FCC Phnom Penh Hotel offers sweeping views of the Mekong River and all the comforts demanded of today s modern traveller.Renovated from a French colonial era villa, the FCC Hotel Phnom Penh offers spacious, comfortable rooms overlooking the Mekong River to the east and the National Museum to the west.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="153.47" OriginalAmount="149" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|352967-28512957/7063887455448033769/2256" HotelName="RIVERVIEW MOTEL BRISBANE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9630000/9627900/9627813/87d3e32b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|625527-28514569/7063887455448033769/1408" HotelName="SPRING HILL TERRACES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4190000/4180600/4180593/5252efbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|244997-28551640/7063887455448033769/1019" HotelName="ANNERLEY MOTOR INN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/4eb7563d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="170.98" OriginalAmount="166" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|647101-25824724/7063887455448033769/4074" HotelName="ACACIA RIDGE HOTEL &amp;amp; MOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15820000/15818100/15818033/836e1462_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="174.07" OriginalAmount="169" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|244999-25461306/7063887455448033769/4041" HotelName="COOPERS COLONIAL MOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7630000/7625600/7625557/9d460106_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="174.07" OriginalAmount="169" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|464612-25633620/7063887455448033769/4055" HotelName="ART SERIES - THE JOHNSON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14800000/14796200/14796194/947dbfd8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="183.34" OriginalAmount="178" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|217213-28571011/7063887455448033769/7" HotelName="BRISBANE INTERNATIONAL - VIRGINIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/430000/422300/422277/a5b5308f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|348647-28509235/7063887455448033769/32" HotelName="BRISBANE STREET STUDIOS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5100000/5094600/5094562/6740c939_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|217370-28570835/7063887455448033769/99" HotelName="MT OMMANEY HOTEL APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/160000/151800/151776/14ce11f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|348587-25536846/7063887455448033769/3552" HotelName="SALISBURY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9630000/9624500/9624405/d6167c38_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="30.343200000000000" Longitude="-97.703400000000000" StarRating="4" HotelCode="0|90592-28591481/7063887455448033769/775" HotelName="MERCURE BRISBANE KING GEORGE SQUARE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 7928 Gessner Drive, AUSTIN, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460489/18b21108_b.jpg</HotelPictures>
        <HotelDescription>Get more value and get together at the pet-friendly Quality Inn and Suites Austin North in Austin, TX. We are conveniently close to Texas Memorial Stadium, Austin Convention Center, Texas State Capitol, UT Austin, LBJ Presidential Library and the 6th St. Entertainment District. Life is better when you get together, and you can enjoy such great amenities as free WiFi, free ample parking, free hot breakfast, fitness centers and an indoor heated pool. Your cozy guest room features a refrigerator, microwave, coffee maker and flat-screen TV. The more often you stay, the more rewards you earn through the Choice Privileges Rewards program.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|217211-25420433/7063887455448033769/3474" HotelName="ROCKLEA INTERNATIONAL MOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1130000/1128200/1128183/d9a8e8b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.61" OriginalAmount="187" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|86412-25253782/7063887455448033769/3486" HotelName="SUNNYBANK STAR MOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1120000/1113200/1113188/7de3aeb6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|140722-25316688/7063887455448033769/3715" HotelName="GREAT SOUTHERN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/90000/82700/82665/fb30c088_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="196.73" OriginalAmount="191" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|309191-28558051/7063887455448033769/752" HotelName="PRINCE OF WALES HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9610000/9603400/9603311/w3840h2557x0y3-fd5567e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|625466-28522307/7063887455448033769/1195" HotelName="COMFORT INN NORTH BRISBANE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23430000/23421700/23421637/0f239c51_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|388052-28490347/7063887455448033769/2138" HotelName="KALLANGUR MOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/388052/20163201013589.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="204.97" OriginalAmount="199" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|196206-25385342/7063887455448033769/3838" HotelName="QUALITY HOTEL ROBERTSON GARDENS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/540000/537300/537261/955bf8bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|28463-32593330/7063887455448033769/2152" HotelName="GEORGE WILLIAMS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15240000/15231800/15231738/9127f8db_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.09" OriginalAmount="203" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|196269-25386757/7063887455448033769/3706" HotelName="PUNTHILL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/190000/186700/186656/0c610d3e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="210.12" OriginalAmount="204" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|388022-25569844/7063887455448033769/3202" HotelName="IBIS STYLES BRISBANE ELIZABETH STREET" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13350000/13340800/13340702/47ab51ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="213.21" OriginalAmount="207" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217509-28551060/7063887455448033769/1425" HotelName="TOOWONG CENTRAL MOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6780000/6779900/6779862/c6fb5213_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.27" OriginalAmount="209" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217267-28552265/7063887455448033769/277" HotelName="DARRA MOTEL AND CONFERENCE CENTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8670000/8667600/8667567/aa542f3a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.27" OriginalAmount="209" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.8561701" Longitude="-80.1052829" StarRating="2" HotelCode="0|308807-28461568/7063887455448033769/977" HotelName="IBIS BUDGET BRISBANE AIRPORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>895 Lake Road, Thomasville, 27360, NC, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9630000/9628800/9628766/90b2aa0c_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Inn. Total rooms: 68. Floors: 3. Property description- Rest and refresh at the pet-friendly Comfort Inn Thomasville I-85 hotel in Thomasville, NC. We are near Winding Creek Golf Club, Thomasville Emporium and Bob Timberlake Gallery. Get ready for the day with such amenities as free WiFi, free ample parking, free hot breakfast, free coffee, business and fitness centers, guest laundry facilities and a seasonal outdoor pool. Behind every great day is a great night in your guest room, which features a refrigerator, microwave, coffee maker and hair dryer. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program.. Onsite facilities information- ParkingHotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800228-5150. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.27" OriginalAmount="209" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|348650-25536876/7063887455448033769/4075" HotelName="BROWNS PLAINS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9630000/9627600/9627593/b487f9e6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="219.39" OriginalAmount="213" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.82143" Longitude="98.30147" StarRating="3" HotelCode="0|354605-28513406/7063887455448033769/370" HotelName="EVERTON PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4 KET KWAN ROAD KARON, MUANG, PHUKET, TH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9630000/9627300/9627207/ec55316f_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    The Kata Orient House is located near the beach in Phuket and close to Kata Yai Beach, Kata Noi Beach, and Big Buddha. Additional area points of interest include Promthep Cape and Naiharn Beach.    Hotel Features.   The Kata Orient House's restaurant serves breakfast, lunch, and dinner. A bar/lounge is open for drinks. Room service is available during limited hours. The hotel serves buffet breakfasts each morning in the breakfast area (surcharges apply). Recreational amenities include an outdoor pool and a children's pool. This 3-star property has a 24-hour business center and offers limo/town car service and business services. Complimentary wireless Internet access is available in public areas and the hotel has a computer station. The property has a train station pick-up service, which is complimentary.  Wedding services, concierge services, tour/ticket assistance, and tour assistance are available. Complimentary guest parking is limited, and available on a first-come, first-served basis. Additional property amenities include a library, a snack bar/deli, and currency exchange. The property has designated areas for smoking. A total renovation of this property was completed in January 2010.    Guestrooms.     33 air-conditioned guestrooms at The Kata Orient House feature minibars and complimentary bottled water. Lanais offer pool or garden views. Beds come with pillowtop mattresses, triple sheeting, and premium bedding. These individually decorated rooms include desks. Bathrooms feature showers with handheld showerheads. They also offer bidets, makeup/shaving mirrors, and complimentary toiletries. Wireless Internet access is complimentary. 40-inch LCD televisions have premium cable channels, first-run movies, and free movie channels. Ceiling fans, blackout drapes/curtains, and welcome amenities are also provided. Guests may request hair dryers and extra towels/bedding. Housekeeping is available daily.     Room Info:       Notifications and Fees:      This property offers transfers from the cruise terminal, ferry terminal, airport, and train station (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation.    Reservations are required for massage services. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation.   A resort fee is included in the total price displayed.   Connecting/adjoining rooms may be available, subject to availability. Guests can request connecting/adjoining rooms by contacting the property directly, using the contact information on the booking confirmation.  No pets and no service animals are allowed at this property.           The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Airport shuttle fee: THB 800 per vehicle (one way)  Late check-out fee: THB 500  Buffet breakfast fee: THB 159 per person (approximately)  Rollaway bed fee: THB 500 per night  Crib (infant bed) fee: THB 200 per night  Onsite credit card charges are subject to a surcharge      The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Checkin Time:  2:00 PM  Checkout Time:  12:00 PM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="220.42" OriginalAmount="214" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|625593-25795596/7063887455448033769/3356" HotelName="ROYAL ALBERT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/55000/54960/4175226e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.562843" Longitude="99.958440" StarRating="4" HotelCode="0|348578-25536842/7063887455448033769/3691" HotelName="QUEST KELVIN GROVE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>222/2,PETCHKASEM ROAD,PRACHUABKHIRIKHAN,SOUTH EASTERN ASIA,PRANBURI DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9300000/9296900/9296838/dce3e93c_b.jpg</HotelPictures>
        <HotelDescription>Hua Hin Grand Hotel and Plaza  as well as being Hua Hin s only centrally located hotel, is the town s focal point for shopping, entertainment and dinning.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|308636-25511796/7063887455448033769/4085" HotelName="BROOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9140000/9140000/9139987/d14522b5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.48" OriginalAmount="216" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|196307-28569877/7063887455448033769/43" HotelName="WELLINGTON APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/90000/84300/84253/967cfc00_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.48" OriginalAmount="216" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|20488-28591478/7063887455448033769/1383" HotelName="THE SEBEL BRISBANE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460492/36a203ad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="223.51" OriginalAmount="217" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|196211-25386051/7063887455448033769/4065" HotelName="JOHNSON ROAD MOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4610000/4603600/4603565/07765432_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|464639-28552935/7063887455448033769/2521" HotelName="HOLIDAY INN EXPRESS BRISBANE CENTRAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14680000/14677200/14677166/cfc01630_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="226.60" OriginalAmount="220" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|217228-32593470/7063887455448033769/367" HotelName="CENTRAL COSMO APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460494/w1021h682x0y1-125e01ed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|217145-28507586/7063887455448033769/22" HotelName="ABBEY ON ROMA APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460491/0d5b3a62_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="230.72" OriginalAmount="224" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|114650-25285151/7063887455448033769/3736" HotelName="ISTAY RIVER CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2360000/2357800/2357721/d5f86f59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="232.78" OriginalAmount="226" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352361-23304643/7063887455448033769/4117" HotelName="THE POINT BRISBANE HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1352361/202327145533837.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="233.81" OriginalAmount="227" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.02115" Longitude="80.24069" StarRating="4" HotelCode="0|348368-28591940/7063887455448033769/106" HotelName="LINK PORTSIDE WHARF APARTMENT HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>NO: 12/18, ARUNACHALAM ROAD KOTTURPURAM, CHENNAI, IN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10040000/10036800/10036725/w3200h2397x0y0-08c82caf_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    The Laurels is located in Chennai, close to Anna University, Chennai Snake Park, and Guindy National Park. Nearby points of interest also include Guindy Race Course and Indian Institute of Technology Madras.    Hotel Features.   A complimentary breakfast is served each morning. The Laurels features tour/ticket assistance and dry cleaning/laundry services.    Guestrooms.     All guestrooms at The Laurels feature air conditioning. Guestrooms offer phones. LCD televisions are available in guestrooms.      Room Info:  Name: Executive Description:    One King Bed   The LCD television is offered for your entertainment. The room has an ensuite bathroom. Air conditioning and a phone are included.     Name: Luxury Description:    One King Bed   The LCD television is offered for your entertainment. The room has an ensuite bathroom. Air conditioning and a phone are included.       Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="237.93" OriginalAmount="231" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|277484-25498911/7063887455448033769/3919" HotelName="GLORIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3160000/3150900/3150817/bd3a1f53_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|464660-25633648/7063887455448033769/3815" HotelName="KENNIGO HOTEL BRISBANE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14940000/14931100/14931081/82768368_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="241.02" OriginalAmount="234" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|253369-28591704/7063887455448033769/1475" HotelName="JEPHSON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4320000/4318400/4318320/64f73950_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="242.05" OriginalAmount="235" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|70433-25242807/7063887455448033769/3588" HotelName="OAKS BRISBANE FESTIVAL SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1770000/1765300/1765210/4c1117ad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="242.05" OriginalAmount="235" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|70437-25242811/7063887455448033769/3680" HotelName="OAKS FELIX" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1580000/1570200/1570129/9d98342e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="242.05" OriginalAmount="235" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|55449-25229241/7063887455448033769/3724" HotelName="MANTRA ON QUEEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/430000/426600/426524/bdf77532_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="244.11" OriginalAmount="237" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|217339-28570757/7063887455448033769/450" HotelName="MACARTHUR CHAMBERS APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1600000/1596100/1596055/b200f07a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="245.14" OriginalAmount="238" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="6.42648" Longitude="3.41485" StarRating="3" HotelCode="0|348701-28552473/7063887455448033769/306" HotelName="LOGAN CITY MOTOR INN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>17 OJU OLOBUN STREET, OFF BISHOP, OLUWOLE STREET, VICTORIA ISLAND, LAGOS, NG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/65800/65744/ea91d126_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    The Blowfish Hotel is located in Lagos, close to Silverbird Galleria, Bar Beach, and Nigerian National Museum. Nearby points of interest also include MUSON Centre and Lagos City Mall.    Hotel Features.   The Blowfish Hotel features a coffee shop/café, a poolside bar, and a bar/lounge. Room service is available 24 hours a day. Recreational amenities include an outdoor pool. This 4-star property offers a meeting/conference room, limo/town car service, and audio-visual equipment. Complimentary wireless Internet access is available in public areas. This Lagos property has 5 square meters of event space consisting of a conference center.  Complimentary guest parking is limited, and available on a first-come, first-served basis. Additional property amenities include multilingual staff, a nightclub, and laundry facilities. A total renovation of this property was completed in June 2011.    Guestrooms.     54 air-conditioned guestrooms at The Blowfish Hotel feature complimentary bottled water and safes. Accommodations offer city or pool views. Beds come with premium bedding. Furnishings include desks and ergonomic chairs. Bathrooms feature shower/tub combinations with rainfall showerheads. They also offer makeup/shaving mirrors, slippers, and complimentary toiletries. Wireless Internet access is complimentary. Guestrooms offer phones. 32-inch plasma televisions have premium satellite channels and free movie channels. Rooms also include windows that open, blackout drapes/curtains, and welcome amenities. Housekeeping is offered daily and guests may request wake-up calls.      Room Info:  Name: Level Description:    One King Bed   This room overlooks the city or pool. Premium bedding, cotton linens, and blackout drapes/curtains invite a good night's sleep. The private bathroom has a shower/tub combination with a rainfall showerhead, as well as slippers and complimentary toiletries. Complimentary wireless Internet access keeps you connected, and the 32-inch plasma television offers premium TV channels. Enjoy welcome amenities. A refrigerator is supplied. Conveniences include climate control and complimentary bottled water, as well as a desk with ergonomic chair for comfortable reading and writing.    Name: Focus Description:    One King Bed   This room features views of the city or pool from the comfort of a balcony. Premium bedding, cotton linens, and blackout drapes/curtains invite a good night's sleep. The private bathroom has a shower/tub combination with a rainfall showerhead, as well as slippers and complimentary toiletries. Complimentary wireless Internet access keeps you connected, and the 32-inch plasma television offers premium TV channels. Enjoy welcome amenities. A refrigerator is supplied. Conveniences include climate control and complimentary bottled water, as well as a desk with ergonomic chair for comfortable reading and writing.    Name: Deluxe Description:    One King Bed   This room overlooks the city or pool. Premium bedding, cotton linens, and blackout drapes/curtains invite a good night's sleep. The private bathroom has a shower/tub combination with a rainfall showerhead, as well as slippers and complimentary toiletries. Complimentary wireless Internet access keeps you connected, and the 32-inch plasma television offers premium TV channels. Enjoy welcome amenities. A refrigerator is supplied. Conveniences include climate control and complimentary bottled water, as well as a desk with ergonomic chair for comfortable reading and writing.      Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at noon  Check-out time is noon  Pets not allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="247.20" OriginalAmount="240" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|217318-28580586/7063887455448033769/1510" HotelName="KINGSFORD SMITH MOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/525600/525526/94949e68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="247.20" OriginalAmount="240" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|647100-25824722/7063887455448033769/3530" HotelName="SHANGRI-LA GARDENS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18260000/18251300/18251211/bd739220_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="247.20" OriginalAmount="240" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|217225-25420447/7063887455448033769/4062" HotelName="BROWNS PLAINS MOTOR INN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6900000/6899800/6899748/3b3ab58f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="249.26" OriginalAmount="242" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|277571-28513018/7063887455448033769/1530" HotelName="SPRINGWOOD MOTOR INN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/990000/983600/983563/c422c63e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="255.44" OriginalAmount="248" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|149252-25322240/7063887455448033769/2979" HotelName="TREASURY CASINO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7400/7365/7af291e3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="255.44" OriginalAmount="248" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|388142-25569896/7063887455448033769/3301" HotelName="RYDGES FORTITUDE VALLEY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13060000/13057700/13057644/5f05ecd8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="255.44" OriginalAmount="248" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|55435-25226434/7063887455448033769/4019" HotelName="CENTRAL BRUNSWICK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1900000/1891200/1891181/68234ff1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="257.50" OriginalAmount="250" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|70430-25242803/7063887455448033769/3635" HotelName="AMORA HOTEL BRISBANE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4700/4610/ff641255_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="258.53" OriginalAmount="251" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|145578-25319746/7063887455448033769/3449" HotelName="SUMMIT APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/41000/40939/6c1c3ae8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="259.56" OriginalAmount="252" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.774991" Longitude="27.13359" StarRating="4" HotelCode="0|245002-25461310/7063887455448033769/3824" HotelName="IL MONDO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> KARDAMENA, KOS, GR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2740000/2739300/2739231/f35c97c9_b.jpg</HotelPictures>
        <HotelDescription>Perched close to the crystal clear sea, and boasting great views of the beautiful island of Kos, this luxurious hotel provides excellent facilities and high quality services sure to satisfy even the most seasoned travellers. The spacious guest-rooms offer elegant details like wooden ceiling beams, and the light fabrics and fantastic sea-views create the perfect atmosphere for guests to relax with a book or a refreshing drink. Those visiting Greece in the company of friends or family can opt for the maisonette or villa accommodations, and truly feel home away from home. Besides the fantastic beach, other entertainment options include a tennis court, as well as canoeing and windsurfing. In addition to the delicious Greek and international dishes, the restaurant serves boutique wines, bottled especially for the hotel guests.The airport of kos is 12 km away and the city is 29 km away .&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="260.59" OriginalAmount="253" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|625567-25795558/7063887455448033769/3275" HotelName="NOVOTEL BRISBANE SOUTH BANK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23150000/23145000/23144912/eaba7fd7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="260.59" OriginalAmount="253" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="51.499301" Longitude="-0.222028" StarRating="4" HotelCode="0|98880-25266415/7063887455448033769/3834" HotelName="MERCURE CLEAR MOUNTAIN LODGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>LONDON,HAMMERSMITH,65 SHEPERDS BUSH ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1060000/1056600/1056568/e6eb5152_b.jpg</HotelPictures>
        <HotelDescription>Hotel 65 is the largest family run hotel in the area.  It is situated in the busy London Borough of Hammersmith, with amenities that offer value for money to all its guests.  It is conveniently located for the Exhibition centre of Earls Court and Olympia, the Apollo Theatre, Shepherds Bush Empire as well as Westfield.  The relaxed atmosphere of the hotel ensures that visitors are made to feel welcome.  This is a friendly Bed and Breakfast style hotel spread over several buildings all sharing one large breakfast room.  All rooms have en-suite facilities, tea/coffee making, tv, hairdryer.  Iron and adapters are available on request.  The manager and friendly staff are always available to assist with any queries or problems.  To start the day right guests can enjoy a wonderful English or continental breakfast from 7. 00am to 9. 00am.  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="260.59" OriginalAmount="253" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|217366-25420595/7063887455448033769/4107" HotelName="MCNEVINS LOGANHOLME MOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/519300/519202/17389854_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="262.65" OriginalAmount="255" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|217408-25420623/7063887455448033769/3956" HotelName="QUEST ASCOT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/916000/915982/68700c28_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="263.68" OriginalAmount="256" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|94979-25262053/7063887455448033769/3556" HotelName="OAKS CHARLOTTE TOWERS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1840000/1833600/1833523/d675f65d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="264.71" OriginalAmount="257" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1016-28523565/7063887455448033769/2029" HotelName="INDIGO BRISBANE CITY CENTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/119600/119509/64c29ef1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="264.71" OriginalAmount="257" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1012-28591601/7063887455448033769/2861" HotelName="PULLMAN BRISBANE KING GEORGE SQUARE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3920000/3912600/3912525/7f95e214_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="265.74" OriginalAmount="258" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|464753-25633704/7063887455448033769/3543" HotelName="SEMINARA APARTMENTS COOCHIEMUDLO ISLAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9630000/9627100/9627067/39ac1fd3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="266.77" OriginalAmount="259" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|550007-28582142/7063887455448033769/659" HotelName="ADINA APARTMENT HOTEL BRISBANE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20380000/20372300/20372234/32906ec4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="269.86" OriginalAmount="262" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|133737-28569430/7063887455448033769/368" HotelName="CENTRAL HILLCREST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/41000/40941/a7a3ba88_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="270.89" OriginalAmount="263" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|55458-28578141/7063887455448033769/527" HotelName="MERCURE BRISBANE GARDEN CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/892200/892185/f4bd43cd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="271.92" OriginalAmount="264" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1014-32596014/7063887455448033769/2567" HotelName="INTERCONTINENTAL BRISBANE BY IHG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1300/1217/2914e92c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="272.95" OriginalAmount="265" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|196208-28591742/7063887455448033769/133" HotelName="ESSENCE SERVICED APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4930000/4927000/4926929/974595a2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="275.01" OriginalAmount="267" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|145589-25319750/7063887455448033769/3756" HotelName="OAKS AURORA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2180000/2172900/2172870/7fe2ac9e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="275.01" OriginalAmount="267" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|277535-25498937/7063887455448033769/3912" HotelName="OAKS MEWS APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7590000/7581800/7581771/7b62f9c2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="276.04" OriginalAmount="268" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|196209-28551967/7063887455448033769/1494" HotelName="HERSTON PLACE MOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5450000/5449500/5449485/57480660_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="276.04" OriginalAmount="268" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="31.2240453" Longitude="121.5528128" StarRating="4" HotelCode="0|70440-25242813/7063887455448033769/3876" HotelName="MANTRA SOUTH BANK" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>100 Changliu Road Pudong, Shanghai 200134, China</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1350000/1348800/1348725/5d505f5e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="277.07" OriginalAmount="269" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|464750-25633702/7063887455448033769/3337" HotelName="SAGE JAMES STREET" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17310000/17300600/17300567/282f778b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="277.07" OriginalAmount="269" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|86415-25253784/7063887455448033769/3705" HotelName="MANTRA ON MARY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1950000/1944600/1944526/695e27da_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="278.10" OriginalAmount="270" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|496502-25659001/7063887455448033769/3789" HotelName="FV BY PEPPERS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19710000/19703600/19703560/w3000h2239x0y11-e0d9c179_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="280.16" OriginalAmount="272" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217421-28591803/7063887455448033769/1893" HotelName="REDVUE APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9630000/9626600/9626543/7435ed00_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="281.19" OriginalAmount="273" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|110353-28571068/7063887455448033769/415" HotelName="COMFORT INN &amp;amp; SUITES NORTHGATE AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/55000/54957/0b734683_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="284.28" OriginalAmount="276" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|277601-25498961/7063887455448033769/3628" HotelName="THE BEETSON HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6990000/6983100/6983098/20e4b1b5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="285.31" OriginalAmount="277" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="9.0007" Longitude="7.47149" StarRating="4" HotelCode="0|348596-25536852/7063887455448033769/3386" HotelName="QUEST RIVER PARK CENTRAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>2 AHMADU BELLO WAY, APO (OPP. LEGISLATIVE QRTRS), ABUJA, NG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1142400/1142394/eecd194a_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Located in central Abuja, Protea Hotel Apo Apartments is near the airport and close to Abuja Stadium. Additional area points of interest include Nigerian National Mosque and National Assembly.    Hotel Features.   Protea Hotel Apo Apartments's restaurant serves breakfast, lunch, and dinner. A bar/lounge is open for drinks. Recreational amenities include an outdoor pool and a fitness facility. This 3-star property has a 24-hour business center and offers small meeting rooms, secretarial services, and business services. Complimentary wireless Internet access is available in public areas. For a surcharge, shuttle services include a roundtrip airport shuttle (available on request) and an area shuttle.  Guest parking is complimentary. Additional property amenities include barbecue grills, multilingual staff, and laundry facilities.    Guestrooms.     46 air-conditioned guestrooms at Protea Hotel Apo Apartments feature coffee/tea makers and complimentary bottled water. Accommodations offer pool or garden views. Beds come with premium bedding. In addition to separate sitting areas, these individually furnished rooms include desks. Kitchens include microwaves, refrigerators, cookware/dishes/utensils, and kitchen linens (dishtowels, sponges, etc). Bathrooms feature separate bathtubs and showers with handheld showerheads. They also offer bathrobes and complimentary toiletries. Wireless Internet access is complimentary. In addition to complimentary newspapers and safes, guestrooms offer phones. Televisions have satellite channels, free movie channels, and DVD players. Rooms also include windows that open. Guests may request irons/ironing boards and hair dryers. Housekeeping is available daily.      Room Info:       Notifications:      This property's policy is to refuse certain bookings for the purpose of group events or parties, including pre-wedding stag/bachelor and hen/bachelorette parties.   A resort fee is included in the total price displayed.   No pets and no service animals are allowed at this property.           Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Checkout Time:  10:30 AM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="285.31" OriginalAmount="277" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|55444-25227911/7063887455448033769/3592" HotelName="PARK REGIS NORTH QUAY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/12400/12355/9f7e7cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="286.34" OriginalAmount="278" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.626078" Longitude="-77.528114" StarRating="3" HotelCode="0|134969-28542725/7063887455448033769/709" HotelName="ECONO LODGE CITY STAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>8008 W. Broad St., Richmond, 23294, VA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1700000/1692200/1692144/ab6ddda9_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Inn. Total rooms: 180. Floors: 6. Property description- Get more for your money at the Quality Inn West End hotel in Richmond, VA near Richmond Raceway Complex. Nearby destinations include Science Museum of Virginia, Greater Richmond Convention Center, Lewis Ginter Botanical Garden, Richmond International Raceway and University of Richmond. Enjoy amenities like free deluxe continental breakfast, free WiFi, guest laundry facilities, seasonal outdoor pool and business center with copy, fax and print services. Guest rooms feature a flat-screen TV, refrigerator, microwave, coffee maker and hair dryer. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program.. Onsite facilities information- ParkingProperty was renovated in 2013. Hotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800228-5151. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="286.34" OriginalAmount="278" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|348356-25536748/7063887455448033769/3295" HotelName="THE MILTON BRISBANE RESIDENCES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11880000/11877900/11877895/4329c6bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="286.34" OriginalAmount="278" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1013-25185867/7063887455448033769/3568" HotelName="GRAND CHANCELLOR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/522800/522715/934e9955_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="286.34" OriginalAmount="278" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|70431-25242805/7063887455448033769/3694" HotelName="OAKS 212 MARGARET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1570000/1568900/1568822/370a9b90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="288.40" OriginalAmount="280" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1017-25183598/7063887455448033769/3174" HotelName="VOCO BRISBANE CITY CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/23000/22958/59dda7ec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="292.52" OriginalAmount="284" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|28538-28571787/7063887455448033769/1256" HotelName="HYATT REGENCY BRISBANE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/523400/523380/1837415e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="294.58" OriginalAmount="286" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|487676-25651304/7063887455448033769/3864" HotelName="EATONS HILL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19140000/19131000/19130949/da8019ff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="296.64" OriginalAmount="288" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|634400-28577421/7063887455448033769/2210" HotelName="IBIS BRISBANE AIRPORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19300000/19295900/19295854/4a097884_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="296.64" OriginalAmount="288" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|277574-25498955/7063887455448033769/3548" HotelName="SPRINGWOOD TOWER APARTMENT HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7180000/7173900/7173849/07dc13bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="296.64" OriginalAmount="288" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|70435-25242809/7063887455448033769/3699" HotelName="OAKS LEXICON APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1280000/1277100/1277095/761068fd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="299.73" OriginalAmount="291" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|348347-25536744/7063887455448033769/2999" HotelName="CAPRI BY FRASER BRISBANE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9680000/9679700/9679656/0fe12e97_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="301.79" OriginalAmount="293" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|94965-28461553/7063887455448033769/42" HotelName="CENTRAL WEST END" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/480000/473100/473049/0dbbe8f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="306.94" OriginalAmount="298" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|277547-28591881/7063887455448033769/2262" HotelName="QUEST CHERMSIDE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7390000/7384400/7384361/7c5e4f24_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="306.94" OriginalAmount="298" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|348359-25536750/7063887455448033769/3985" HotelName="CALAMVALE HOTEL SUITES AND CONFERENCE CENTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10970000/10967800/10967794/3d0d571a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="310.03" OriginalAmount="301" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|196428-25386091/7063887455448033769/3692" HotelName="MANTRA MIDTOWN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5270000/5264400/5264362/cf7ec125_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="312.09" OriginalAmount="303" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|145588-28591605/7063887455448033769/561" HotelName="NOVOTEL BRISBANE AIRPORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3010000/3005200/3005124/w2048h1533x0y0-6deea595_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="312.09" OriginalAmount="303" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|217486-25420697/7063887455448033769/3375" HotelName="THE MANOR APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1720000/1717300/1717277/374e2335_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="314.15" OriginalAmount="305" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="27.956132" Longitude="-82.829436" StarRating="4" HotelCode="0|16323-25200277/7063887455448033769/2988" HotelName="ROYAL ON THE PARK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 1160 Gulf Boulevard, CLEARWATER BEACH, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/590000/582800/582734/dde4201e_b.jpg</HotelPictures>
        <HotelDescription>This landmark hotel is located on the Gulf of Mexico, lying close to Sand Key Beach. The hotel enjoys close proximity to a range of attractions in the area. Guests will find themselves within easy access of a host of shopping opportunities, dining options and entertainment venues. This luxurious hotel welcomes guests with poise, elegance and charm. The guest rooms are sumptuously designed, featuring refreshing tones and a relaxing ambience. The rooms are well equipped with modern amenities. The hotel features 5 restaurants, which provide various dining experiences. Guests will enjoy the wide range of leisure and recreational facilities that the hotel has to offer.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="314.15" OriginalAmount="305" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1020-25185869/7063887455448033769/3579" HotelName="ADINA APARTMENT ANZAC SQUARE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/430000/428900/428809/bf8be76b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="314.15" OriginalAmount="305" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|348689-25536898/7063887455448033769/4069" HotelName="HAMPTON COURT APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9630000/9627000/9626923/4771e84d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="322.39" OriginalAmount="313" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|217296-25420523/7063887455448033769/3892" HotelName="GABBA CENTRAL APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2580000/2570200/2570194/9f036fe2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="325.48" OriginalAmount="316" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|898337-26132399/7063887455448033769/3503" HotelName="X BRISBANE FORTITUDE VLY, VIGNETTE COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48720000/48713400/48713352/759a40c2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="326.51" OriginalAmount="317" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|474926-25642053/7063887455448033769/3916" HotelName="MIRO APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9030000/9023500/9023441/00bd2659_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="328.57" OriginalAmount="319" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|277577-25498957/7063887455448033769/3417" HotelName="THE GLEN HOTEL &amp;amp; SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8060000/8058200/8058190/0f9d6bdd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="329.60" OriginalAmount="320" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352368-27714545/7063887455448033769/3444" HotelName="CRYSTALBROOK VINCENT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1352368/20232715214934.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="329.60" OriginalAmount="320" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|114649-25285149/7063887455448033769/3603" HotelName="OAKS CASINO TOWERS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2290000/2281500/2281424/ef6e5bba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="332.69" OriginalAmount="323" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|70247-25242699/7063887455448033769/3103" HotelName="STAMFORD PLAZA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460600/460514/2a35a656_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="334.75" OriginalAmount="325" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|217483-25420695/7063887455448033769/3415" HotelName="THE COLMSLIE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6280000/6273200/6273136/dda9be3f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="335.78" OriginalAmount="326" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|625557-25795544/7063887455448033769/3466" HotelName="RIVER PLAZA APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16560000/16553600/16553519/db49239b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="339.90" OriginalAmount="330" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|309092-25511974/7063887455448033769/3739" HotelName="MORGAN SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9630000/9626300/9626294/9946cb40_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="342.99" OriginalAmount="333" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1382119-26688032/7063887455448033769/3794" HotelName="QUEST CANNON HILL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22350000/22343100/22343036/cfc54bf2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="346.08" OriginalAmount="336" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|20487-25209239/7063887455448033769/3038" HotelName="RYDGES SOUTH BANK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/48000/47961/874e67e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="357.41" OriginalAmount="347" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|163682-25336963/7063887455448033769/3489" HotelName="SCARBOROUGH BEACH RESORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2290000/2283500/2283459/w2042h1149x3y0-1ed8ac90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="362.56" OriginalAmount="352" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.578995" Longitude="12.279496" StarRating="4" HotelCode="0|264872-28590676/7063887455448033769/80" HotelName="FOUR POINTS BY SHERATON BRISBANE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>16/b Via Bonisiolo, Venezia, IT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7290000/7281400/7281317/dd013fad_b.jpg</HotelPictures>
        <HotelDescription>Located in Mogliano Veneto, between Venice and Treviso, Villa Braida offers the charming interiors in the Venetian style surrounded by the greenery and calmness of the countryside of Treviso. Entering Villa Braida is like taking a step back in time, back to the splendours of the Venetian Villas of the 1800s. Here old world charm can be relived. The warm and quiet rooms also make for an unforgettable experience to be enjoyed through all the senses. Each room offers its guests all the amenities of a luxury hotel.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="363.59" OriginalAmount="353" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|217416-28592326/7063887455448033769/1505" HotelName="QUEST BREAKFAST CREEK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7220000/7210600/7210560/57614131_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="367.71" OriginalAmount="357" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|492575-28553100/7063887455448033769/1695" HotelName="PULLMAN BRISBANE AIRPORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19300000/19295800/19295763/w3000h2248x0y0-d8ce463d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="376.98" OriginalAmount="366" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1353421-27574118/7063887455448033769/3620" HotelName="THE INCHCOLM BY OVOLO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103940000/103931600/103931556/6d4ae891_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="386.25" OriginalAmount="375" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|94967-27827509/7063887455448033769/3904" HotelName="EVOLUTION APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1960000/1954800/1954794/c7d5e2de_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="392.43" OriginalAmount="381" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|183599-25368820/7063887455448033769/3397" HotelName="SPICERS BALFOUR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3890000/3881800/3881726/35cb9723_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="407.88" OriginalAmount="396" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|217419-28591460/7063887455448033769/1862" HotelName="QUEST SPRING HILL APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1610000/1601100/1601088/90587950_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="410.97" OriginalAmount="399" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="38.7200948" Longitude="-9.1489255" StarRating="5" HotelCode="0|145517-28599946/7063887455448033769/1957" HotelName="BRISBANE MARRIOTT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>LISBON,LISBON,RUA CASTILHO 6-12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/116400/116312/273a5954_b.jpg</HotelPictures>
        <HotelDescription>The Eurostars Das Letras***** offers to its guests an amazing mixture of luxury, natural materials and design, crowned with a very special detail.  Words as an art form are the main feature in this hotel.  Its spaces are splashed with world classic literary references.  An exclusive atmosphere also found in the hotel restaurant, with a terrace, or at the fitness centre and sauna.  The hotel also has a complete offer in meeting rooms with facilities carefully designed to meet all your needs.  Each one of the 107 rooms of Eurostars Das Letras invites you to dive into a literary atmosphere and enjoy works fragments of the most representative writers from the universal literature, starting with Miguel de Cervantes, William Shakespeare, following with Calderón de la Barca, José Saramago and finishing with Cicerón or Jorge Manrique among others.  
Notice: Free Wi-Fi everywhere in the hotel. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="421.27" OriginalAmount="409" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1022-25186164/7063887455448033769/3125" HotelName="SOFITEL BRISBANE CENTRAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/8500/8463/1f4b3777_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="467.62" OriginalAmount="454" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|196280-25386066/7063887455448033769/3334" HotelName="ULTIQA ROTHBURY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/522400/522381/4190750d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="490.28" OriginalAmount="476" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1415162-27570199/7063887455448033769/3608" HotelName="THE STAR GRAND BRISBANE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99930000/99926800/99926785/w1962h1315x0y0-e67365b7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="499.55" OriginalAmount="485" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|605698-28600010/7063887455448033769/2356" HotelName="THE WESTIN BRISBANE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26760000/26759900/26759803/fa856841_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="501.61" OriginalAmount="487" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|590199-25738263/7063887455448033769/3080" HotelName="EMPORIUM SOUTH BANK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24420000/24417400/24417317/fd609275_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="508.82" OriginalAmount="494" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|625477-28837650/7063887455448033769/352" HotelName="FLEET LANE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15080000/15073000/15072959/0fd1cc1a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="522.21" OriginalAmount="507" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|590198-28600001/7063887455448033769/248" HotelName="W BRISBANE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21620000/21612200/21612140/78d28788_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1161.84" OriginalAmount="1128" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|308966-28591828/7063887455448033769/1917" HotelName="INN ON THE PARK APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6560000/6557800/6557738/0772584a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities />
    <HotelRating>4,1,3,2,5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
  </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
40e06b9e-5703-42b4-943c-d05ac4ce079b|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="40e06b9e-5703-42b4-943c-d05ac4ce079b">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="3371" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-12T00:00:00" End="2026-10-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="0|55443-28580820/7063887455448033769/1094" SourceId="83" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
40e06b9e-5703-42b4-943c-d05ac4ce079b|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="40e06b9e-5703-42b4-943c-d05ac4ce079b" TimeStamp="0001-01-01T00:00:00" HotelName="NOMADS TINBILLY" HotelCode="|55443" StarRating="1" GTCityId="0" CityName="Brisbane" CountryName="Australia" Address="466 George Street, 4000, Brisbane, AUSTRALIA" PhoneNo="" FaxNo="" Latitude="-27.43989" Longitude="153.047" SourceId="83" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: 6 Bed Mixed Community Dorm|Room 2: 10 Bed Mixed Community Dorm" RoomTypeCode="28580820/7063887455448033769/1094|83|Nzl8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="79" TotalPrice="81.37" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:13.27 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:34:35.0331916+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: 4 Bed Mixed Community Dorm|Room 2: 10 Bed Mixed Community Dorm" RoomTypeCode="28580820/7063887455448033769/1064|83|ODB8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="80" TotalPrice="82.40" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:13.54 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:34:35.0331916+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: 4 Bed Female Community Dorm|Room 2: 10 Bed Mixed Community Dorm" RoomTypeCode="28580820/7063887455448033769/1077|83|ODB8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="80" TotalPrice="82.40" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:13.54 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:34:35.0331916+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: 6 Bed Mixed Community Dorm|Room 2: 8 Bed Mixed Community Dorm" RoomTypeCode="28580820/7063887455448033769/1093|83|ODB8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="80" TotalPrice="82.40" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:13.55 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:34:35.0331916+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: 4 Bed Mixed Community Dorm|Room 2: 8 Bed Mixed Community Dorm" RoomTypeCode="28580820/7063887455448033769/1063|83|ODJ8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="82" TotalPrice="84.46" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:13.82 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:34:35.0331916+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: 4 Bed Female Community Dorm|Room 2: 8 Bed Mixed Community Dorm" RoomTypeCode="28580820/7063887455448033769/1076|83|ODJ8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="82" TotalPrice="84.46" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:13.82 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:34:35.0331916+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: 6 Bed Mixed Community Dorm|Room 2: 6 Bed Mixed Community Dorm" RoomTypeCode="28580820/7063887455448033769/1127|83|ODJ8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="82" TotalPrice="84.46" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:13.82 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:34:35.0331916+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: 4 Bed Mixed Community Dorm|Room 2: 6 Bed Mixed Community Dorm" RoomTypeCode="28580820/7063887455448033769/1066|83|ODR8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="84" TotalPrice="86.52" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:14.09 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:34:35.0331916+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: 4 Bed Female Community Dorm|Room 2: 6 Bed Mixed Community Dorm" RoomTypeCode="28580820/7063887455448033769/1079|83|ODR8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="84" TotalPrice="86.52" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:14.09 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:34:35.0331916+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: 4 Bed Mixed Community Dorm|Room 2: 4 Bed Mixed Community Dorm" RoomTypeCode="28580820/7063887455448033769/1068|83|ODV8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="85" TotalPrice="87.55" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:14.36 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:34:35.0331916+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: 4 Bed Female Community Dorm|Room 2: 4 Bed Mixed Community Dorm" RoomTypeCode="28580820/7063887455448033769/1081|83|ODV8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="85" TotalPrice="87.55" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:14.36 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:34:35.0331916+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: 4 Bed Female Community Dorm|Room 2: 4 Bed Female Community Dorm" RoomTypeCode="28580820/7063887455448033769/1083|83|ODV8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="85" TotalPrice="87.55" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:14.36 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:34:35.0331916+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: 10 Bed Mixed Community Dorm|Room 2: 10 Bed Mixed Community Dorm" RoomTypeCode="28580820/7063887455448033769/1086|83|ODd8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="87" TotalPrice="89.61" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:14.64 AUDCXL charges apply as follows: STARTING 08/10/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-04T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: 10 Bed Mixed Community Dorm|Room 2: 8 Bed Mixed Community Dorm" RoomTypeCode="28580820/7063887455448033769/1085|83|ODl8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="89" TotalPrice="91.67" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:14.95 AUDCXL charges apply as follows: STARTING 08/10/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-04T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: 8 Bed Mixed Community Dorm|Room 2: 8 Bed Mixed Community Dorm" RoomTypeCode="28580820/7063887455448033769/1084|83|OTB8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="90" TotalPrice="92.70" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:15.26 AUDCXL charges apply as follows: STARTING 08/10/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-04T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.tourismcloudservice.com/HotelsV3/55443/55443_1.jpg" /><Image Url="https://cdn.tourismcloudservice.com/HotelsV3/55443/55443_2.jpg" /><Image Url="https://cdn.tourismcloudservice.com/HotelsV3/55443/55443_3.jpg" /><Image Url="https://cdn.tourismcloudservice.com/HotelsV3/55443/55443_5.jpg" /><Image Url="https://cdn.tourismcloudservice.com/HotelsV3/55443/55443_6.jpg" /></Images><HotelAmenities>Restaurant&lt;BR /&gt;Bar&lt;BR /&gt;Family rooms&lt;BR /&gt;Internet&lt;BR /&gt;Elevator&lt;BR /&gt;Safe&lt;BR /&gt;Heating&lt;BR /&gt;Baggage storage&lt;BR /&gt;Wifi&lt;BR /&gt;Free Wifi&lt;BR /&gt;Air conditioning&lt;BR /&gt;Shared kitchen&lt;BR /&gt;Shared lounge/TV area&lt;BR /&gt;Evening entertainment&lt;BR /&gt;Daily housekeeping&lt;BR /&gt;Board games/Puzzles&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</HotelAmenities><HotelDescription>Located in Brisbane's vibrant CBD (Central Business District), Roamer Brisbane is perfectly positioned directly opposite the Roma Street Transit Center. Whether you're here for work, play, or a bit of both, we offer a unique blend of style, comfort, and community.

Facilities &amp;amp; Amenities:
Choose between dormitory and private rooms, all equipped with private bathrooms and air conditioning.
A cozy shared kitchen, cinema room, and lounge room are available for guests. (Laundry room is accessible 7am-7pm, $5.30 per wash/dry payable by card, wash pods available from reception for $1.)
24-hour reception and security, with luggage storage for your convenience.
Located just a 5-minute walk from Brisbane city center, and within walking distance of Suncorp Stadium (0.8 mi) and Roma St Station (1476 ft).
Visit the Roamer Brisbane Bar, open daily for breakfast, lunch, and dinner.


Please Note:
- Standard rooms do not include TVs or fridges. Shared kitchens, fridges, cinemas, libraries, and TV rooms are beautifully designed for communal use.
- Parking is not available on-site, but there's a secure parking facility just a 15-minute walk away.
- International passport will be required for all the guests staying in shared dorms.
- Credit card will be required at the check in just for guarantee purposes if any damage occurs.
- For group reservations (5 rooms or more), special payment and cancelation policies will apply.
- Please be advised that group bookings of 6 or more rooms/beds require additional confirmation from the property.
- upper age limit for dormitory stays is under 35 years

Come experience the Roamer lifestyle – where community, comfort, and convenience meet!&lt;BR /&gt;&lt;b&gt;Prices for cots and extra beds:&lt;/b&gt;&lt;BR /&gt;Minimum checkIn age: 18&lt;BR /&gt;Minimum guest age: 0&lt;BR /&gt;Pets not allowed&lt;BR /&gt;&lt;BR /&gt;Checkin Time: 14:00:00&lt;BR /&gt;Checkin End Time: 23:00:00&lt;BR /&gt;Checkout From: 00:00:00&lt;BR /&gt;Checkout End Time: 10:00:00&lt;BR /&gt;&lt;BR /&gt;&lt;b&gt;Hotel important information:&lt;/b&gt;Group and Longstay Policy:

Bookings under the same name and dates, requiring more than 5 rooms or over 10 people, will follow the Group and Longstay Payment and Cancellation Policy regardless of the rate they have booked.

Bookings under the same name and dates extending beyond 14 days, will follow the Group and Longstay Payment and Cancellation Policy regardless of the rate they have booked.

Group and Longstay Payment and Cancellation Policy:
50% deposit of the total amount to guarantee the booking, we will notify the guest before we charge the credit card on the booking. This deposit is nonrefundable.

The remaining 50% of the booking must be paid up to 15 days before the arrival date. This is nonrefundable.

The hotel will contact the customer before we charge the remaining 50% and remind them that the remaining amount is due 15 days in advance. If the payment is not received, we will notify in writing that we will hold the booking for an additional 48 hours and if it is not received, the booking will be canceled 10 days prior to arrival.

Please note that all guests must be 18 years of age or older. All guests staying in dorms should provide us Passport as ID.

For guests staying in dormitories, there is a fee of 6 AUD per towel.

Guests are required to show a photo identification and credit card upon check-in.

Please note that all Special Requests are subject to availability and additional charges may apply.

The maximum age to stay in dormitories is 35 years.Guests are required to show a photo ID and credit card upon check-in. Please note that all Special Requests are subject to availability and additional charges may apply.
Guests under the age of 18 can only check in with a parent or official guardian.
Please inform  of your expected arrival time in advance. You can use the Special Requests box when booking, or contact the property directly using the contact details in your confirmation.
</HotelDescription><Facilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant&lt;BR /&gt;Bar&lt;BR /&gt;Family rooms&lt;BR /&gt;Internet&lt;BR /&gt;Elevator&lt;BR /&gt;Safe&lt;BR /&gt;Heating&lt;BR /&gt;Baggage storage&lt;BR /&gt;Wifi&lt;BR /&gt;Free Wifi&lt;BR /&gt;Air conditioning&lt;BR /&gt;Shared kitchen&lt;BR /&gt;Shared lounge/TV area&lt;BR /&gt;Evening entertainment&lt;BR /&gt;Daily housekeeping&lt;BR /&gt;Board games/Puzzles&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</Description></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
40e06b9e-5703-42b4-943c-d05ac4ce079b|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="40e06b9e-5703-42b4-943c-d05ac4ce079b">
  <Rooms>
    <Room RoomType="Room 1: 6 Bed Mixed Community Dorm" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: 10 Bed Mixed Community Dorm" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|55443" SourceId="83" RoomTypeCode="28580820/7063887455448033769/1094|83|Nzl8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-10-12T00:00:00" End="2026-10-13T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
40e06b9e-5703-42b4-943c-d05ac4ce079b|GoGlobalTravelBlock|successfully done supplier prebooking||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
40e06b9e-5703-42b4-943c-d05ac4ce079b|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="40e06b9e-5703-42b4-943c-d05ac4ce079b">
  <Rooms>
    <Room RoomType="Room 1: 6 Bed Mixed Community Dorm" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: 10 Bed Mixed Community Dorm" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|55443" SourceId="83" RoomTypeCode="28580820/7063887455448033769/1094|83|Nzl8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-10-12T00:00:00" End="2026-10-13T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
40e06b9e-5703-42b4-943c-d05ac4ce079b|GoGlobalTravelBlock|successfully done supplier prebooking||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
40e06b9e-5703-42b4-943c-d05ac4ce079b|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="40e06b9e-5703-42b4-943c-d05ac4ce079b">
  <Rooms>
    <Room RoomType="Room 1: 6 Bed Mixed Community Dorm" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: 10 Bed Mixed Community Dorm" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|55443" SourceId="83" RoomTypeCode="28580820/7063887455448033769/1076|83|ODJ8R0JQfHN1cHBsaWVyZGVhZGxpbmU=" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-10-12T00:00:00" End="2026-10-13T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
40e06b9e-5703-42b4-943c-d05ac4ce079b|GoGlobalTravelBlock|successfully done supplier prebooking||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
40e06b9e-5703-42b4-943c-d05ac4ce079b|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-04-23T11:34:57.0585179+01:00" End="2026-10-09T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>&lt;BR /&gt;&lt;b&gt;Important Information:&lt;/b&gt;&lt;BR /&gt;Group and Longstay Policy:

Bookings under the same name and dates, requiring more than 5 rooms or over 10 people, will follow the Group and Longstay Payment and Cancellation Policy regardless of the rate they have booked.

Bookings under the same name and dates extending beyond 14 days, will follow the Group and Longstay Payment and Cancellation Policy regardless of the rate they have booked.

Group and Longstay Payment and Cancellation Policy:
50% deposit of the total amount to guarantee the booking, we will notify the guest before we charge the credit card on the booking. This deposit is nonrefundable.

The remaining 50% of the booking must be paid up to 15 days before the arrival date. This is nonrefundable.

The hotel will contact the customer before we charge the remaining 50% and remind them that the remaining amount is due 15 days in advance. If the payment is not received, we will notify in writing that we will hold the booking for an additional 48 hours and if it is not received, the booking will be canceled 10 days prior to arrival.

Please note that all guests must be 18 years of age or older. All guests staying in dorms should provide us Passport as ID.

For guests staying in dormitories, there is a fee of 6 AUD per towel.

Guests are required to show a photo identification and credit card upon check-in.

Please note that all Special Requests are subject to availability and additional charges may apply.

The maximum age to stay in dormitories is 35 years.Guests are required to show a photo ID and credit card upon check-in. Please note that all Special Requests are subject to availability and additional charges may apply.
Guests under the age of 18 can only check in with a parent or official guardian.
Please inform  of your expected arrival time in advance. You can use the Special Requests box when booking, or contact the property directly using the contact details in your confirmation.
&lt;BR /&gt;&lt;b&gt;Policies:&lt;/b&gt;&lt;BR /&gt;Minimum check-in age: 18&lt;BR /&gt;Minimum guest age: 0&lt;BR /&gt;Pets not allowed&lt;BR /&gt;&lt;BR /&gt;Extra Charges:&lt;BR /&gt;VAT:13.82 AUD included&lt;BR /&gt;CXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.&lt;/br&gt;&lt;/br&gt;&lt;HTML&gt;&lt;BODY&gt;&lt;H1&gt;NOMADS TINBILLY&lt;/H1&gt;&lt;/br&gt;&lt;/br&gt;&lt;Table style='width:100%'; border='1px solid black'; &gt;&lt;tr&gt;&lt;td&gt;RoomType&lt;/td&gt;&lt;td&gt;Date From&lt;/td&gt;&lt;td&gt;Date To&lt;/td&gt;&lt;td&gt;Total Price&lt;d&gt;&lt;td&gt;Currency&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;4 Bed Female Community Dorm&lt;/td&gt;&lt;td&gt;2026-10-12&lt;/td&gt;&lt;td&gt;2026-10-13&lt;/td&gt;&lt;td&gt;42.62&lt;d&gt;&lt;td&gt;GBP&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;8 Bed Mixed Community Dorm&lt;/td&gt;&lt;td&gt;2026-10-12&lt;/td&gt;&lt;td&gt;2026-10-13&lt;/td&gt;&lt;td&gt;39.38&lt;d&gt;&lt;td&gt;GBP&lt;/td&gt;&lt;/tr&gt;&lt;/Table&gt;&lt;/BODY&gt;&lt;/HTML&gt;</ImportantInfo>
  <TotalAmount>0.00</TotalAmount>
  <TraceId>40e06b9e-5703-42b4-943c-d05ac4ce079b</TraceId>
</CheckRatesRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
40e06b9e-5703-42b4-943c-d05ac4ce079b|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="40e06b9e-5703-42b4-943c-d05ac4ce079b">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="3371" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-12T00:00:00" End="2026-10-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="0|244997-28551640/7063887455448033769/1019" SourceId="83" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
40e06b9e-5703-42b4-943c-d05ac4ce079b|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="40e06b9e-5703-42b4-943c-d05ac4ce079b" TimeStamp="0001-01-01T00:00:00" HotelName="ANNERLEY MOTOR INN" HotelCode="|244997" StarRating="3" GTCityId="0" CityName="Brisbane" CountryName="Australia" Address="591 Ipswich Road, Annerley, 4103, Brisbane, AUSTRALIA" PhoneNo="" FaxNo="" Latitude="-27.43989" Longitude="153.047" SourceId="83" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Single Room|Room 2: Single Room" RoomTypeCode="28551640/7063887455448033769/1019|83|MTYwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="160" TotalPrice="164.80" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:27.30 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:35:09.7520359+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Single Room|Room 2: Double or Twin Room" RoomTypeCode="28551640/7063887455448033769/1015|83|MTcwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="170" TotalPrice="175.10" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:29.02 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:35:09.7520359+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Double or Twin Room|Room 2: Double or Twin Room" RoomTypeCode="28551640/7063887455448033769/1007|83|MTgwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="180" TotalPrice="185.40" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:30.74 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:35:09.7520359+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Twin Room Multiple Beds City View|Room 2:  Twin Room Multiple Beds City View" RoomTypeCode="25461304/7063887455448033769/4059|83|MTg5fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="189" TotalPrice="194.67" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Bed types are not guaranteed:Twin Room, Multiple Beds, City View - 1 Queen Bed and 1 Twin Bed(room for 0 adults ).Twin Room, Multiple Beds, City View - 1 Queen Bed and 1 Twin Bed(room for 0 adults )CXL charges apply as follows: STARTING 09/10/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Double or Twin Room|Room 2: Single Room" RoomTypeCode="28551640/7063887455448033769/1034|83|MTkwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="190" TotalPrice="195.70" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:32.45 AUDCXL charges apply as follows: STARTING 08/10/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-04T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Single Room|Room 2: One-Bedroom Apartment" RoomTypeCode="28551640/7063887455448033769/1016|83|MTk2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="196" TotalPrice="201.88" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:33.51 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:35:09.7520359+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Single Room|Room 2: Family Room With Kitchenette" RoomTypeCode="28551640/7063887455448033769/1017|83|MTk2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="196" TotalPrice="201.88" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:33.51 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:35:09.753035+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: One-Bedroom Apartment|Room 2: Double or Twin Room" RoomTypeCode="28551640/7063887455448033769/1008|83|MjA3fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="207" TotalPrice="213.21" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:35.23 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:35:09.753035+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Family Room With Kitchenette|Room 2: Double or Twin Room" RoomTypeCode="28551640/7063887455448033769/1009|83|MjA3fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="207" TotalPrice="213.21" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:35.23 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:35:09.753035+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Family Room With Kitchenette|Room 2: Single Room" RoomTypeCode="28551640/7063887455448033769/1030|83|MjA3fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="207" TotalPrice="213.21" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:35.27 AUDCXL charges apply as follows: STARTING 08/10/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-04T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: One-Bedroom Apartment|Room 2: Single Room" RoomTypeCode="28551640/7063887455448033769/1039|83|MjA3fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="207" TotalPrice="213.21" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:35.27 AUDCXL charges apply as follows: STARTING 08/10/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-04T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Deluxe Family Room|Room 2: Single Room" RoomTypeCode="28551640/7063887455448033769/1024|83|MjIyfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="222" TotalPrice="228.66" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:37.83 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:35:09.753035+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Double or Twin Room|Room 2: Family Room With Kitchenette" RoomTypeCode="28551640/7063887455448033769/1036|83|MjI4fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="228" TotalPrice="234.84" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:39.00 AUDCXL charges apply as follows: STARTING 08/10/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-04T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Two-Bedroom Apartment|Room 2: Double or Twin Room" RoomTypeCode="28551640/7063887455448033769/1012|83|MjMyfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="232" TotalPrice="238.96" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;VAT:39.55 AUDCXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-23T11:35:09.753035+01:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/4eb7563d_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/1fae4239_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/bb91a156_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/cbcee0d6_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/48e509a9_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/5a147df6_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/b075a24a_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/e13b2d41_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/d9ef95a1_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/68ae9084_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/1ec30531_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/3b753ba1_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/11e8ec67_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/714392ea_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/e568a7f8_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/c4f95b2e_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/a7158050_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/cf7d776a_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/75b8b1d4_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/9cd161d4_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/237678b0_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/3e38211a_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/229dde92_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/5a67c1e2_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/d8e80fb7_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/06658a7d_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/094ea264_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/91d90e97_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/2b1c7eee_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/40ea9384_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/f381a255_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/1f5beb6a_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/bc37d082_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/749e91ea_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/ab41d5bb_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/d6a095e5_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/86a720d8_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/3223406e_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/42917ce8_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/66108909_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/35ce84a2_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/59761e0f_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/f2fa5760_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/41d78d4d_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/27ea1956_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/be776808_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/5e7c6cbf_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/b9c1d656_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/a4b5b748_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/72bec371_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/1fcb9752_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/07c537db_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/e4fe71ea_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/4820798f_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/febc43d1_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/deadbb40_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/e9419e1a_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/c601d019_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/8473792d_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/103a21d1_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/c6da19a3_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/be0ae1da_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/22ee9369_b.jpg" /><Image Url="https://i.travelapi.com/lodging/9000000/8080000/8072800/8072732/cd7d9ce9_b.jpg" /></Images><HotelAmenities>Parking&lt;BR /&gt;Room service&lt;BR /&gt;Non-smoking rooms&lt;BR /&gt;Family rooms&lt;BR /&gt;Free parking&lt;BR /&gt;Internet&lt;BR /&gt;Express check-in/out&lt;BR /&gt;Tour desk&lt;BR /&gt;Heating&lt;BR /&gt;Fax/Photocopying&lt;BR /&gt;Wifi&lt;BR /&gt;Free Wifi&lt;BR /&gt;Air conditioning&lt;BR /&gt;Designated smoking area&lt;BR /&gt;Parking on site&lt;BR /&gt;Wifi in all areas&lt;BR /&gt;Street parking&lt;BR /&gt;Accessible parking&lt;BR /&gt;Wine/Champagne&lt;BR /&gt;Outdoor furniture&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</HotelAmenities><HotelDescription>Located just 3.7 mi from Brisbane CBD, Annerley Motor Inn offers affordable, comfortable accommodations with bus services right at the door and free on-site parking — making it an ideal base for events, medical visits and business travel.

Perfect for Concerts &amp;amp; Sporting Events

We are conveniently located near:
Suncorp Stadium
The Gabba
Brisbane Convention &amp;amp; Exhibition Center
Close to major hospitals including:
Princess Alexandra Hospital
Greenslopes Private Hospital
Mater Hospital

Our rooms are practical and comfortable for longer stays, with refrigerators (ideal for food or medication storage), tea &amp;amp; coffee facilities, air-conditioning and free Wi-Fi.

We provide a clean, quiet and supportive environment when you need rest most.
we offer:
Free high-speed Wi-Fi
✔ Free on-site parking
Easy public transport access
Quick and simple check-in
Room Features

All air-conditioned rooms include:

Free Wi-Fi
Refrigerator
Cable TV
DVD player
Tea &amp;amp; coffee making facilities

Whether you’re in Brisbane for a concert, a hospital visit, business meetings or a short getaway, Annerley Motor Inn offers convenience, comfort and great value in one location.&lt;BR /&gt;&lt;b&gt;Prices for cots and extra beds:&lt;/b&gt;&lt;BR /&gt;from age 17 to , price:20 per_night.&lt;BR /&gt;Minimum checkIn age: 18&lt;BR /&gt;Minimum guest age: 0&lt;BR /&gt;Pets not allowed&lt;BR /&gt;&lt;BR /&gt;Checkin Time: 14:00:00&lt;BR /&gt;Checkin End Time: 22:00:00&lt;BR /&gt;Checkout End Time: 10:00:00&lt;BR /&gt;&lt;BR /&gt;&lt;b&gt;Hotel important information:&lt;/b&gt;Please note that Annerley Motor Inn does not accept payments with American Express credit cards.

Guests arriving outside reception opening hours are kindly requested to inform the hotel in advance. Contact details can be found on the booking confirmation.

Please note that large trucks cannot be accommodated in the car park.Please inform  of your expected arrival time in advance. You can use the Special Requests box when booking, or contact the property directly using the contact details in your confirmation.
Guests are required to show a photo ID and credit card upon check-in. Please note that all Special Requests are subject to availability and additional charges may apply.
</HotelDescription><Facilities><HotelFacilities><Type>Facilities</Type><Description>Parking&lt;BR /&gt;Room service&lt;BR /&gt;Non-smoking rooms&lt;BR /&gt;Family rooms&lt;BR /&gt;Free parking&lt;BR /&gt;Internet&lt;BR /&gt;Express check-in/out&lt;BR /&gt;Tour desk&lt;BR /&gt;Heating&lt;BR /&gt;Fax/Photocopying&lt;BR /&gt;Wifi&lt;BR /&gt;Free Wifi&lt;BR /&gt;Air conditioning&lt;BR /&gt;Designated smoking area&lt;BR /&gt;Parking on site&lt;BR /&gt;Wifi in all areas&lt;BR /&gt;Street parking&lt;BR /&gt;Accessible parking&lt;BR /&gt;Wine/Champagne&lt;BR /&gt;Outdoor furniture&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</Description></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
40e06b9e-5703-42b4-943c-d05ac4ce079b|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="40e06b9e-5703-42b4-943c-d05ac4ce079b">
  <Rooms>
    <Room RoomType="Room 1: Single Room" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: Single Room" TotalAdult="1" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|244997" SourceId="83" RoomTypeCode="28551640/7063887455448033769/1019|83|MTYwfEdCUHxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-10-12T00:00:00" End="2026-10-13T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
40e06b9e-5703-42b4-943c-d05ac4ce079b|GoGlobalTravelBlock|successfully done supplier prebooking||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
40e06b9e-5703-42b4-943c-d05ac4ce079b|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-04-23T11:39:14.7028463+01:00" End="2026-10-09T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>&lt;BR /&gt;&lt;b&gt;Important Information:&lt;/b&gt;&lt;BR /&gt;Please note that Annerley Motor Inn does not accept payments with American Express credit cards.

Guests arriving outside reception opening hours are kindly requested to inform the hotel in advance. Contact details can be found on the booking confirmation.

Please note that large trucks cannot be accommodated in the car park.Please inform  of your expected arrival time in advance. You can use the Special Requests box when booking, or contact the property directly using the contact details in your confirmation.
Guests are required to show a photo ID and credit card upon check-in. Please note that all Special Requests are subject to availability and additional charges may apply.
&lt;BR /&gt;&lt;b&gt;Policies:&lt;/b&gt;&lt;BR /&gt;&lt;b&gt;Prices for cots and extra beds:&lt;/b&gt;&lt;BR /&gt;from age 17 to , price: 20 per_night.&lt;BR /&gt;Minimum check-in age: 18&lt;BR /&gt;Minimum guest age: 0&lt;BR /&gt;Pets not allowed&lt;BR /&gt;&lt;BR /&gt;Extra Charges:&lt;BR /&gt;VAT:27.29 AUD included&lt;BR /&gt;CXL charges apply as follows: STARTING 22/04/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.&lt;/br&gt;&lt;/br&gt;&lt;HTML&gt;&lt;BODY&gt;&lt;H1&gt;ANNERLEY MOTOR INN&lt;/H1&gt;&lt;/br&gt;&lt;/br&gt;&lt;Table style='width:100%'; border='1px solid black'; &gt;&lt;tr&gt;&lt;td&gt;RoomType&lt;/td&gt;&lt;td&gt;Date From&lt;/td&gt;&lt;td&gt;Date To&lt;/td&gt;&lt;td&gt;Total Price&lt;d&gt;&lt;td&gt;Currency&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Single Room&lt;/td&gt;&lt;td&gt;2026-10-12&lt;/td&gt;&lt;td&gt;2026-10-13&lt;/td&gt;&lt;td&gt;80&lt;d&gt;&lt;td&gt;GBP&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Single Room&lt;/td&gt;&lt;td&gt;2026-10-12&lt;/td&gt;&lt;td&gt;2026-10-13&lt;/td&gt;&lt;td&gt;80&lt;d&gt;&lt;td&gt;GBP&lt;/td&gt;&lt;/tr&gt;&lt;/Table&gt;&lt;/BODY&gt;&lt;/HTML&gt;</ImportantInfo>
  <TotalAmount>0.00</TotalAmount>
  <TraceId>40e06b9e-5703-42b4-943c-d05ac4ce079b</TraceId>
</CheckRatesRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
40e06b9e-5703-42b4-943c-d05ac4ce079b|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="40e06b9e-5703-42b4-943c-d05ac4ce079b">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="3371" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-12T00:00:00" End="2026-10-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="0|196206-25385342/7063887455448033769/3838" SourceId="83" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="shikha.v@wwdmc.com" Password="Shikha123$" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
40e06b9e-5703-42b4-943c-d05ac4ce079b|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="40e06b9e-5703-42b4-943c-d05ac4ce079b" TimeStamp="0001-01-01T00:00:00" HotelName="QUALITY HOTEL ROBERTSON GARDENS" HotelCode="|196206" StarRating="4" GTCityId="0" CityName="Brisbane" CountryName="Australia" Address="281 Kessels Road, Nathan, Robertson, QLD, AU" PhoneNo="61-73-8751999" FaxNo="61-73-2741428" Latitude="-27.43989" Longitude="153.047" SourceId="83" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Standard Room 1 Queen Bed Non Smoking|Room 2:  Standard Room 1 Queen Bed Non Smoking" RoomTypeCode="25385342/7063887455448033769/3838|83|MTk5fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="199" TotalPrice="204.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Bed types are not guaranteed:Standard Room, 1 Queen Bed, Non Smoking - 1 Queen Bed(room for 0 adults ).Standard Room, 1 Queen Bed, Non Smoking - 1 Queen Bed(room for 0 adults )CXL charges apply as follows: STARTING 09/10/2026 CXL-PENALTY FEE IS PRICE OF 1 NIGHTS.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Deluxe Room 1 Queen Bed|Room 2:  Deluxe Room 1 Queen Bed" RoomTypeCode="25385342/7063887455448033769/3843|83|MjA5fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="209" TotalPrice="215.27" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Bed types are not guaranteed:Deluxe Room, 1 Queen Bed - 1 Queen Bed(room for 0 adults ).Deluxe Room, 1 Queen Bed - 1 Queen Bed(room for 0 adults )CXL charges apply as follows: STARTING 09/10/2026 CXL-PENALTY FEE IS PRICE OF 1 NIGHTS.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Deluxe Twin Room|Room 2:  Deluxe Twin Room" RoomTypeCode="25385342/7063887455448033769/3840|83|MjIwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="220" TotalPrice="226.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Bed types are not guaranteed:Deluxe Twin Room - 1 Queen Bed and 1 Twin Bed(room for 0 adults ).Deluxe Twin Room - 1 Queen Bed and 1 Twin Bed(room for 0 adults )CXL charges apply as follows: STARTING 09/10/2026 CXL-PENALTY FEE IS PRICE OF 1 NIGHTS.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Villa 1 Bedroom|Room 2:  Villa 1 Bedroom" RoomTypeCode="25385342/7063887455448033769/3842|83|MjUxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="251" TotalPrice="258.53" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Bed types are not guaranteed:Villa, 1 Bedroom - 1 Queen Bed(room for 0 adults ).Villa, 1 Bedroom - 1 Queen Bed(room for 0 adults )CXL charges apply as follows: STARTING 09/10/2026 CXL-PENALTY FEE IS PRICE OF 1 NIGHTS.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Villa 2 Bedrooms|Room 2:  Villa 2 Bedrooms" RoomTypeCode="25385342/7063887455448033769/3841|83|MjgyfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="282" TotalPrice="290.46" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Bed types are not guaranteed:Villa, 2 Bedrooms - 1 Queen Bed and 2 Twin Beds(room for 0 adults ).Villa, 2 Bedrooms - 1 Queen Bed and 2 Twin Beds(room for 0 adults )CXL charges apply as follows: STARTING 09/10/2026 CXL-PENALTY FEE IS PRICE OF 1 NIGHTS.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Villa 3 Bedrooms|Room 2:  Villa 3 Bedrooms" RoomTypeCode="25385342/7063887455448033769/3839|83|MzM0fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="334" TotalPrice="344.02" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Bed types are not guaranteed:Villa, 3 Bedrooms - 1 Queen Bed and 3 Twin Beds(room for 0 adults ).Villa, 3 Bedrooms - 1 Queen Bed and 3 Twin Beds(room for 0 adults )CXL charges apply as follows: STARTING 09/10/2026 CXL-PENALTY FEE IS PRICE OF 1 NIGHTS.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-10-05T00:00:00" End="2026-10-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/955bf8bd_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/9748c38c_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/9a5ceb53_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/c8c27913_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/13764859_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/bb0be864_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/97cd474b_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/9ba46acd_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/ff47df33_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/156e3ea5_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/6f5ed2b0_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/3c0156aa_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/3b78089b_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/cd69accf_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/951cce8c_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/82bd34f8_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/dd823604_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/80ed6dda_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/c897d3ef_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/w1599h1067x0y0-51aa7786_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/fac080da_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/698f8321_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/facdeb58_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/1ccf1f2a_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/64275666_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/ef70d9c5_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/de567228_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/a4b5684f_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/5caf480f_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/3f640430_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/3efb91ca_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/b629a232_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/18ac5344_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/0b09cff7_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/11b8b278_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/04108b51_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/e8915032_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/a971114a_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/a53c9be0_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/d5f8a50b_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/d3bf9edd_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/58607fa1_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/d019550d_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/e94d5d95_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/c792b9f5_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/696bc6d2_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/8538a189_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/1389acb5_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/a75f7e97_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/3a98df1f_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/a8abba63_b.jpg" /><Image Url="https://i.travelapi.com/lodging/1000000/540000/537300/537261/29adfe7c_b.jpg" /></Images><HotelAmenities>Wheelchair accessible (may have limitations)&lt;BR /&gt;Free RV, bus, truck parking&lt;BR /&gt;Reception hall&lt;BR /&gt;Number of meeting rooms - 4&lt;BR /&gt;Conference space size (meters) - 98&lt;BR /&gt;Free WiFi&lt;BR /&gt;Number of bars/lounges - 1&lt;BR /&gt;Designated smoking areas&lt;BR /&gt;Number of outdoor pools - 1&lt;BR /&gt;Picnic area&lt;BR /&gt;Garden&lt;BR /&gt;Free use of nearby fitness center&lt;BR /&gt;Wedding services&lt;BR /&gt;24-hour fitness facilities&lt;BR /&gt;Off-street parking&lt;BR /&gt;Luggage storage&lt;BR /&gt;Billiards or pool table&lt;BR /&gt;Business center&lt;BR /&gt;Conference center&lt;BR /&gt;24-hour front desk&lt;BR /&gt;Breakfast available (surcharge)&lt;BR /&gt;Playground on site&lt;BR /&gt;Number of restaurants - 1&lt;BR /&gt;Barbecue grill(s)&lt;BR /&gt;Housekeeping on request&lt;BR /&gt;Number of coffee shops/cafes - 1&lt;BR /&gt;Snack bar/deli&lt;BR /&gt;Laundry facilities&lt;BR /&gt;Free self parking&lt;BR /&gt;Conference space&lt;BR /&gt;Fitness facilities&lt;BR /&gt;Terrace&lt;BR /&gt;Basketball on site&lt;BR /&gt;Conference space size (feet) - 1055&lt;BR /&gt;</HotelAmenities><HotelDescription>&lt;b&gt;Property Desc:&lt;/b&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; With a stay at Quality Hotel Robertson Gardens in Brisbane (Robertson), you'll be within a 15-minute drive of Suncorp Stadium and XXXX Brewery.  This family-friendly hotel is 7.8 mi (12.5 km) from South Bank Parklands and 8.4 mi (13.5 km) from Brisbane Convention and Exhibition Centre.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; Make yourself at home in one of the 138 air-conditioned rooms featuring refrigerators and microwaves. Your pillowtop bed comes with premium bedding. Rooms have private balconies or patios. Complimentary wireless internet access keeps you connected, and digital programming is available for your entertainment. Private bathrooms with showers feature designer toiletries and hair dryers.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;/b&gt;&lt;/p&gt;&lt;p&gt; Be sure to enjoy recreational amenities including an outdoor pool and a 24-hour fitness center. This hotel also features complimentary wireless internet access, wedding services, and a picnic area.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; Grab a bite to eat at Gardens Restaurant, a restaurant which features a bar/lounge, or stay in and take advantage of the room service (during limited hours). Buffet breakfasts are served on weekdays from 6:00 AM to 9:00 AM and on weekends from 6:30 AM to 9:30 AM for a fee.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt;&lt;/p&gt;&lt;p&gt; Featured amenities include a business center, a 24-hour front desk, and luggage storage. Planning an event in Brisbane? This hotel has 1055 square feet (98 square meters) of space consisting of a conference center and 4 meeting rooms. Free self parking is available onsite.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Attractions&lt;/b&gt; &lt;/p&gt;&lt;p&gt;Distances are displayed to the nearest 0.1 mile and kilometer. &lt;br /&gt; &lt;p&gt;Queen Elizabeth II Jubilee Hospital - 0.7 km / 0.4 mi &lt;br /&gt; Griffith University Nathan Campus - 0.8 km / 0.5 mi &lt;br /&gt; Queensland Sport and Athletics Centre - 0.8 km / 0.5 mi &lt;br /&gt; Sunnybank Private Hospital - 2.6 km / 1.6 mi &lt;br /&gt; Westfield Garden City Shopping Mall - 2.8 km / 1.7 mi &lt;br /&gt; Mount Gravatt Lookout - 4.2 km / 2.6 mi &lt;br /&gt; Queensland Tennis Centre - 8.5 km / 5.3 mi &lt;br /&gt; Greenslopes Private Hospital - 8.6 km / 5.3 mi &lt;br /&gt; Westfield Carindale - 10.6 km / 6.6 mi &lt;br /&gt; Stones Corner Village - 10.6 km / 6.6 mi &lt;br /&gt; Canossa Private Hospital - 10.7 km / 6.6 mi &lt;br /&gt; Princess Alexandra Hospital - 10.8 km / 6.7 mi &lt;br /&gt; Mater Private Hospital Brisbane - 11.7 km / 7.3 mi &lt;br /&gt; The Gabba - 11.8 km / 7.3 mi &lt;br /&gt; Queensland Children's Hospital - 12.1 km / 7.5 mi &lt;br /&gt; &lt;/p&gt;&lt;p&gt;The preferred airport for Quality Hotel Robertson Gardens is Brisbane Airport (BNE) - 29.9 km / 18.6 mi &lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;National Ratings&lt;/b&gt;&lt;/p&gt;&lt;p&gt; This property has been awarded a star rating from the Australian Star Ratings Agency, Star Ratings Australia.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Spoken Languages&lt;/b&gt;&lt;/p&gt;&lt;p&gt;English&lt;/b&gt;&lt;p&gt;&lt;b&gt;Know Before You Go:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt;   &lt;li&gt;One child 12 years old or younger stays free when occupying the parent or guardian's room, using existing bedding. &lt;/li&gt;&lt;li&gt;Only registered guests are allowed in the guestrooms. &lt;/li&gt; &lt;li&gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &lt;/li&gt;&lt;li&gt;A car is not required for transportation to and from this property. &lt;/li&gt;&lt;li&gt;Contactless check-in and contactless check-out are available.&lt;/li&gt; &lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Fees:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt; &lt;li&gt;Fee for buffet breakfast: approximately AUD 15 to 23 for adults, and AUD 8.50 to 11 for children&lt;/li&gt;&lt;li&gt;Rollaway bed fee: AUD 30.0 per night&lt;/li&gt;&lt;li&gt;Credit card charges are subject to a surcharge of 1.35 percent &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Instructions:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt;  &lt;li&gt;Extra-person charges may apply and vary depending on property policy&lt;/li&gt;&lt;li&gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&lt;/li&gt;&lt;li&gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&lt;/li&gt;&lt;li&gt;Guests must contact this property in advance to reserve onsite parking&lt;/li&gt;&lt;li&gt;This property accepts credit cards and debit cards; cash is not accepted&lt;/li&gt;&lt;li&gt;This property reserves the right to pre-authorize the guest's credit card prior to arrival.&lt;/li&gt;&lt;li&gt;Noise-free guestrooms cannot be guaranteed&lt;/li&gt;&lt;li&gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, a first aid kit, and window guards&lt;/li&gt;&lt;li&gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&lt;/li&gt;&lt;li&gt;This property affirms that it follows the cleaning and disinfection practices of Commitment to Clean (Choice)&lt;/li&gt;&lt;li&gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&lt;/li&gt;  &lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Special Checkin Instructions:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 2:00 PM&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin End Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; anytime&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Minimum Age:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 18&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkout Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 10:00 AM&lt;/p&gt;&lt;br /&gt;</HotelDescription><Facilities><HotelFacilities><Type>Facilities</Type><Description>Wheelchair accessible (may have limitations)&lt;BR /&gt;Free RV</Description></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description> bus</Description></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description> truck parking&lt;BR /&gt;Reception hall&lt;BR /&gt;Number of meeting rooms - 4&lt;BR /&gt;Conference space size (meters) - 98&lt;BR /&gt;Free WiFi&lt;BR /&gt;Number of bars/lounges - 1&lt;BR /&gt;Designated smoking areas&lt;BR /&gt;Number of outdoor pools - 1&lt;BR /&gt;Picnic area&lt;BR /&gt;Garden&lt;BR /&gt;Free use of nearby fitness center&lt;BR /&gt;Wedding services&lt;BR /&gt;24-hour fitness facilities&lt;BR /&gt;Off-street parking&lt;BR /&gt;Luggage storage&lt;BR /&gt;Billiards or pool table&lt;BR /&gt;Business center&lt;BR /&gt;Conference center&lt;BR /&gt;24-hour front desk&lt;BR /&gt;Breakfast available (surcharge)&lt;BR /&gt;Playground on site&lt;BR /&gt;Number of restaurants - 1&lt;BR /&gt;Barbecue grill(s)&lt;BR /&gt;Housekeeping on request&lt;BR /&gt;Number of coffee shops/cafes - 1&lt;BR /&gt;Snack bar/deli&lt;BR /&gt;Laundry facilities&lt;BR /&gt;Free self parking&lt;BR /&gt;Conference space&lt;BR /&gt;Fitness facilities&lt;BR /&gt;Terrace&lt;BR /&gt;Basketball on site&lt;BR /&gt;Conference space size (feet) - 1055&lt;BR /&gt;</Description></HotelFacilities></Facilities></HotelRoomRS>||True