<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
6e21c5f5-5e64-4430-9fa5-e2c2ee45240f|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="6e21c5f5-5e64-4430-9fa5-e2c2ee45240f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="22211" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-10T00:00:00" End="2026-06-12T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="imk@niseleisure.com" Password="Sep2026!" 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
6e21c5f5-5e64-4430-9fa5-e2c2ee45240f|InfiniteSearch|error while generating search request: Exception- Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 54|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6e21c5f5-5e64-4430-9fa5-e2c2ee45240f|InfiniteSearch|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 97|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6e21c5f5-5e64-4430-9fa5-e2c2ee45240f|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6e21c5f5-5e64-4430-9fa5-e2c2ee45240f|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6e21c5f5-5e64-4430-9fa5-e2c2ee45240f|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:0fe35cd1-6440-45bc-8914-4b6c5613d84f
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6e21c5f5-5e64-4430-9fa5-e2c2ee45240f|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6e21c5f5-5e64-4430-9fa5-e2c2ee45240f|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6e21c5f5-5e64-4430-9fa5-e2c2ee45240f|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6e21c5f5-5e64-4430-9fa5-e2c2ee45240f|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-02T15:26:46.553411+01:00" Version="0" EchoToken="Search" TransactionIdentifier="6e21c5f5-5e64-4430-9fa5-e2c2ee45240f" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="67.95" OriginalAmount="65.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.691964" Longitude="12.554829" StarRating="0" HotelCode="|450143" HotelName="The Old Factory " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 Meinungsgade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/3/450143_c195e7b1201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.60" OriginalAmount="220.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676013" Longitude="12.57435" StarRating="3" HotelCode="146539|copenhagen_downtown_hostel" HotelName="Copenhagen Downtown Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vandkunsten 5, 1467 København K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/5b/c15b40913d33c5dbf6be085457f912513ab0acda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Copenhagen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="472.61" OriginalAmount="458.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.70212" Longitude="12.53774" StarRating="0" HotelCode="|450145" HotelName="Urban Camper " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2C Lygten</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/5/450145_4f324921355.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="512.94" OriginalAmount="498.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.631154" Longitude="12.573426" StarRating="2" HotelCode="140646|cabinn_metro" HotelName="Cabinn Metro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arne Jakobsens Allé 2, 2300 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/b8/cbb88a56e1b37f7037255f7487ae5c346be5a518.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located within easy reach of such tourist attractions as the Little Mermaid, Tivoli and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="515.00" OriginalAmount="500.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66577645" Longitude="12.5650648" StarRating="0" HotelCode="952696|cabinn_copenhagen" HotelName="Cabinn Copenhagen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arni Magnussons Gade 1, 1577 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/18/99186a3b13252e87677b6ceaf0bad7881d9e6761.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="515.00" OriginalAmount="500.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672" Longitude="12.5699" StarRating="0" HotelCode="834004|cabinn_apartments" HotelName="Cabinn Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Arne Jacobsens Allé</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/8d/a78da7c05827e5b8fa24bb56791b49d7cff36a2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="634.48" OriginalAmount="616.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67046" Longitude="12.57084" StarRating="2" HotelCode="65588|cabinn_city" HotelName="Cabinn City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mitchellsgade 14, 1568 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/0c/c70c21575796c6afff93c61d1d37d38970e4719b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of Copenhagen close to the Tivoli and the nearest station is Met...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="748.44" OriginalAmount="726.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.667064020543" Longitude="12.566424241787" StarRating="2" HotelCode="899857|344805" HotelName="Wakeup Copenhagen, Carsten Niebuhrs Gade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carsten Niebuhrs Gade 11, 1577 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/4d/444d267ed59a3af47d9bf2594a56b098ffaeb816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Copenhagen, within walking distance of the Tivoli Gardens, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="779.71" OriginalAmount="757.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672" Longitude="12.5699" StarRating="0" HotelCode="982614|nord_hotel_apartments" HotelName="NORD Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nyrnberggade 31, 2300 Copenhagen, Hovedstaden</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/f2/eef27bb53d2ed0d94a3bf8dada03b5105df789a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="794.93" OriginalAmount="771.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.654486861385" Longitude="12.541333436966" StarRating="4" HotelCode="51288|5034" HotelName="Scandic Sydhavnen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sydhavns Plads 15, 2450 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/1f/ce1f597bcc71183c0f9cf7e57a3681de70501f1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated around 3 km from the centre of Copenhagen and only around 200 m a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="802.37" OriginalAmount="779.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.665840674786" Longitude="12.565376758575" StarRating="4" HotelCode="142186|tivoli_hotel" HotelName="Tivoli Hotel &amp; Congress Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Arni Magnussons Gade 2, 1577 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/79/1a79edc74bb60616fb6e14dfa0d24a685da04436.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is uniquely located within walking distance of Tivoli Gardens and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="803.59" OriginalAmount="780.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.713767" Longitude="12.560134" StarRating="3" HotelCode="|491489" HotelName="STUDIO1A Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/1/4/8/9/491489_39778941033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="827.09" OriginalAmount="803.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.668759546265" Longitude="12.572442510094" StarRating="2" HotelCode="755468|wakeup_copenhagen_bernstorffsgade" HotelName="Wakeup Copenhagen Bernstorffsgade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Laundry,Lounge,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bernstorffsgade 37, København V, 1577 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/d3/a2d35a7094eacda5aa43d5b2deccb14eaf61141c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wakeup  Copenhagen, Bernstorffsgade is a cool and modern budget hotel designed by architect Kim Utzo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="831.21" OriginalAmount="807.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.668968" Longitude="12.564172" StarRating="3" HotelCode="408865|dgi_byens_hotel" HotelName="DGI-byen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tietgensgade 65, 1704 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/f4/ccf4d0a00cd84c2ac08f5d17d4c8d94f2ec6a03e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen. The nearest airport is Kopenhagen (CPH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="836.36" OriginalAmount="812.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.683012637564" Longitude="12.584157196226" StarRating="2" HotelCode="296740|wakeup_copenhagen__borgergade" HotelName="Wakeup Copenhagen, Borgergade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Borgergade 9, 1300 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/71/0e71af92b4257d8412fed3287c1940f6bb8daf5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located centrally in Copenhagen, just a short walk from several places of interest – 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="846.66" OriginalAmount="822" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.679635" Longitude="12.533388" StarRating="4" HotelCode="26753|380679" HotelName="Scandic Falconer" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Falkoner Alle 9, 2000 Frederiksberg, Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39260/a_39260_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully located, close to a park and surrounded by various shopping facilities, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="860.05" OriginalAmount="835.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66662833" Longitude="12.53286657" StarRating="4" HotelCode="783580|hotel_ottilia" HotelName="Hotel Ottilia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bryggernes Plads 7, 1799 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/b5/edb5770be80c020cd7a41e06f64956ceab52926c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Copenhagen, this boutique hotel has the perfect ambience for guests who appreciate a styl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="878.91" OriginalAmount="853.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.667992" Longitude="12.59679" StarRating="2" HotelCode="|250692" HotelName="Rent A Room Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amagerbrogade 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/0/6/9/2/250692_808ae0c1620.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="885.80" OriginalAmount="860" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.663414043646" Longitude="12.563327550888" StarRating="4" HotelCode="58826|5306" HotelName="Copenhagen Island" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kalvebod Brygge 53, 1560 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/bb/56bb8457db976f53fe38dd262476844ae5acdd43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Copenhagen has a new island and a new hotel, in the middle of the harbour.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="886.83" OriginalAmount="861.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.673382849718" Longitude="12.563239489584" StarRating="3" HotelCode="10405|zleep_hotel_astoria_copenhagen" HotelName="Hotel Astoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Currency Exchange,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Banegaardspladsen 4, 1570 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/3d/683d9110dc1aa63eabf9d1268c34bb3752c84023.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located right next to Copenhagen central station (200 m). It is only a few mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="904.55" OriginalAmount="878.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.643444601362" Longitude="12.545040249824" StarRating="4" HotelCode="326343|593295" HotelName="Scandic Sluseholmen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Molestien 11, 2450 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/a3/81a3989fd35f502991d9044ea03423a1b59f365c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located somewhat outside of the centre of Copenhagen, within 300 m of links to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="931.88" OriginalAmount="904.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66658" Longitude="12.53283" StarRating="4" HotelCode="|224248" HotelName="Hotel Ottilia By Brøchner Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pasteursvej 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/2/4/8/224248_24.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="933.18" OriginalAmount="906.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672872" Longitude="12.55904" StarRating="3" HotelCode="22209|comfort_hotel_vesterbro" HotelName="Comfort Hotel Vesterbro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 23-29, 1620 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/bc/76bc09edd07601933ef38bb8a978ddcd6d1ec748.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located close to the Tivoli gardens and the main train station. Links to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="957.58" OriginalAmount="929.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6728557" Longitude="12.5593864" StarRating="3" HotelCode="|10473" HotelName="Comfort Vesterbro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 23-29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/3/10473_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1999, has 403 rooms, 5 floors, 150 double rooms, a bar, an air-conditioned restaurant with a non-smoking area, a car park and indoor parking. SITUATION: This trendy hotel is situated in the central area. It is situated near the Tivoli Gardens. Near the establishment, you will find the central station. 1 kilometre away, there is a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, an air-conditioning system, a fridge, a mini-bar and a safety deposit box. FACILITIES: The establishment boasts a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="959.64" OriginalAmount="931.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6696084" Longitude="12.5709933" StarRating="0" HotelCode="|450094" HotelName="Next House Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bernstorffsgade 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/9/4/450094_d6039991054.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="976.44" OriginalAmount="948.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.684771248337" Longitude="12.552612125874" StarRating="3" HotelCode="37833|avenue_hotel_3" HotelName="Avenue Hotel Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Åboulevard 29, 1960 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/01/8801c4157e169ae72d8248121448a0fe6d5f212a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located immediately beyond the picturesque Copenhagen Lake. The Town Hall Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="996.01" OriginalAmount="967.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.630524716984" Longitude="12.650998234749" StarRating="5" HotelCode="29418|hilton_copenhagen_airport_hotel" HotelName="Clarion Hotel Copenhagen Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ellehammersvej 20, 2770 Kopenhagen, Kastrup</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/db/1edb010495cdf00e526068fcfcbca18b1c31ff0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the arrival and departure halls of Copenhagen International Airport. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1052.66" OriginalAmount="1022.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.673176" Longitude="12.560972" StarRating="4" HotelCode="22207|scandic_webers" HotelName="Scandic Webers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vesterbrogade 11B, 1620 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/a8/a8a84d11b8ea5f0d80adc99d49b2e19dcec68c9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Copenhagen within walking distance of the Tivoli Gardens and Ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1053.34" OriginalAmount="1022.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6847614" Longitude="12.5526953" StarRating="3" HotelCode="|26378" HotelName="Avenue Hotel Copenhagen By Brøchner Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ABOULEVARD 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/3/7/8/26378_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1898, renovated in 2005, has 68 rooms, 19 suites and 4 floors. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a currency exchange service and lifts. You are also offered a bar, a restaurant with highchairs, meeting facilities, a conference room, internet, a car park and a laundry service. SITUATION: It is located behind a lake, a few minutes walk away from the establishment, clients can find the tourist attractions, public transport services situated close to the trade fair ground, restaurants and cafÃ©s. in front of the hotel there is a public transport stop, Clients can also find shops, restaurants, bars, pubs and nightclubs. It is situated 8 kilometres away from the airport, the beach. ROOM: The rooms well-decorated, a bathroom, a shower, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, central heating and a safety deposit box (available for a fee). FACILITIES: It is 5 kilometres away from a golf course. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1085.84" OriginalAmount="1054.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6828484" Longitude="12.5886979" StarRating="4" HotelCode="|10457" HotelName="Phoenix Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BREDGADE 37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/5/7/10457_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1991, renovated in 2001, has 213 rooms, 4 floors, 75 single rooms, 137 double rooms and 7 suites. In the establishment entrance, guests will find a lobby with a lift, a reception with safety deposit boxes, a currency exchange service, a cloakroom, a television room and a conference room with internet, The establishment has an inviting coffee shop, an Ã  la carte restaurant with a non-smoking area, room service, a laundry service and a car park. SITUATION: It is inCopenhagen the centre of near the establishment, you will find Amalienborg Castle It is a few minutes walk away from StrÃ¸get and Nyhavn the theatre, 100 metres away, guests can find restaurants, Clients can also find bars, cafÃ©s and nightclubs. It is situated in front of public transport, this hotel is 20 minutes away from Copenhagen Airport. ROOM: The rooms have a sitting room, a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a fridge, a safe, fitted carpets and central heating. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1117.75" OriginalAmount="1085.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.667177" Longitude="12.586019" StarRating="4" HotelCode="|10447" HotelName="Radisson Blu Scandinavia, Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>AMAGER BOULEVARD 70</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/7/10447_1bd7ac51411.jpeg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2000. It has 26 floors, 542 rooms, 20 single rooms, 240 double rooms and 48 suites. In the entrance, guests are offered a lobby, a reception with safety deposit boxes, a currency exchange service, a cloakroom, a lift and a cafÃ©. The establishment boasts a kiosk, shops, a bar, a casino, 4 restaurants, a conference room and a car park (for a fee). SITUATION: This hotel is in a central area, 20 minutes away, guests can find the tourist attractions, is 15 minutes away from the airport. ROOM: The comfortable rooms, have a bathroom, with a hairdryer, a direct line telephone, a satellite or cable television, a radio and internet. Are also equipped with a mini-bar, a double bed, an air-conditioning system, central heating and a safe (available for a fee), All the rooms have different decorative styles, It also has disabled access rooms. FACILITIES: Outdoors, guests have access to a swimming pool, For a fee, guests can enjoy a sauna and a covered swimming pool. Clients can enjoy activities such as play squash, Our guests can also use the gym (available for a fee). MEALS: Guests are offered all meals in a buffet format and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard, Diners Club, JCB and EC. OBSERVATIONS: Clients have internet at no extra cost.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1123.25" OriginalAmount="1090.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6565381" Longitude="12.5917853" StarRating="4" HotelCode="|448148" HotelName="Zoku Copenhagen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/1/4/8/448148_a86f4f71248.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1127.89" OriginalAmount="1095.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6828535" Longitude="12.5826224" StarRating="1" HotelCode="171992|613455" HotelName="Generator Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Adelgade 5–7, 1304 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/ee/a2ee9831938f302d8886ed301fd05e664a2c8b02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 800 metres from Kongens Nytorv metro station, where all lines stop. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1137.53" OriginalAmount="1104.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.678946" Longitude="12.56646" StarRating="4" HotelCode="|517140" HotelName="Apartments by Brøchners" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/7/1/4/0/517140_6e5d9c32202.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1144.33" OriginalAmount="1111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.677318234578" Longitude="12.58918941021" StarRating="3" HotelCode="47473|best_western_hotel_city_2" HotelName="Best Western Plus Hotel City Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peder Skrams Gade 24, 1054 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/8a/6c8a4a5e91e980a3efb836339b90f42c81903f4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Copenhagen, this boutique hotel is ideal for guests who appreciate a stylish...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1150.10" OriginalAmount="1116.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.70759" Longitude="12.558743" StarRating="0" HotelCode="|455041" HotelName="Bob W Østerbro Copenhagen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/0/4/1/455041_d18482e1229.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1154.97" OriginalAmount="1121.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.676217" Longitude="12.570274" StarRating="4" HotelCode="15509|230196" HotelName="Scandic Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Raadhuspladsen 57, 1550 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/0e/a70ecf676623a53ae7be67dc12ed487e3796055b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the very heart of Copenhagen, on the historic City Hall Square. Tivoli Garde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1159.06" OriginalAmount="1125.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.666845171322" Longitude="12.585890293121" StarRating="4" HotelCode="16430|5014" HotelName="Radisson Blu Scandinavia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amager Boulevard 70, 2300 Copenhagen S</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/c6/39c6ed63f13ca8904dd81e89284367ea47e50487.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive and centrally located hotel is situated around 20 minutes from the various tourist at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1188.59" OriginalAmount="1153.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.630667" Longitude="12.6509392" StarRating="4" HotelCode="|10475" HotelName="Clarion  Copenhagen Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ELLEHAMMERSVEJ 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/5/10475_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2001, has 12 floors, 382 rooms and 1 Presidential Suite. This establishment with air-conditioning, a bar, 2 restaurants and indoor parking (for a fee). SITUATION: This hotel is close to the terminal. 100 metres away, there is a public transport stop. 1.5 kilometres away from the establishment, guests will find the beach. ROOM: Customers can find soundproofed rooms, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a television, a mini-bar, a safety deposit box (available for a fee) and a central air-conditioning system. FACILITIES: A spa, a jacuzzi, MEALS: Lunch service, PAYMENT METHODS: American Express, Diners Club, Mastercard, Visa</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1190.20" OriginalAmount="1155.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6396481" Longitude="12.5782192" StarRating="4" HotelCode="|74801" HotelName="Ac Hotel Bella Sky Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Center Boulevard 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/0/1/74801_0df2bd31421.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Bella Sky Comwell Hotel is rated four stars, is in a skyscraper, has 814 rooms, 3 restaurants and 2 bars. Outdoors, guests can find a car park. If you have an electric car, the hotel can also provide electricity for recharging it. SITUATION: This establishment is 10 minutes away from StrÃ¸get the city centre. In the surrounding area, you can find a commercial centre and cafÃ©s. ROOM: The rooms have modern furniture, large windows, an air-conditioning system, WiFi, a television, video, a mini-bar, a kettle, a coffee maker, a safety deposit box, a hairdryer and room service. Clients are offered for people with allergies (available on request). FACILITIES: The establishment has a gym and a spa (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1194.80" OriginalAmount="1160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.674898" Longitude="12.563675" StarRating="5" HotelCode="16426|radisson_blu_royal_hotel_copenhagen" HotelName="Radisson Collection Hotel, Royal Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hammerichsgade 1, 1611 Copenhagen V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/54/eb549152e4e82e59462bbdc551f01267bd9073c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive designer hotel is located in the heart of Copenhagen, near to the Tivoli gardens. Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1197.89" OriginalAmount="1163.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.675123" Longitude="12.559379" StarRating="4" HotelCode="41140|scandic_copenhagen_2" HotelName="Scandic Copenhagen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Vester Søgade 6, 1601 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/2a/092a80bc34287d12ce2cf6ec523ea90d6ceb9c4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located in Copenhagen, at the heart of the city. The Trivoli Gardens ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1219.45" OriginalAmount="1183.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.707189" Longitude="12.600581" StarRating="4" HotelCode="|453230" HotelName="Fairfield By Marriott Copenhagen Nordhavn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Tallinngade 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/2/3/0/453230_ebd99071631.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1222.61" OriginalAmount="1187.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.677222955045" Longitude="12.590163052082" StarRating="4" HotelCode="47740|copenhagen_strand_hotel" HotelName="Copenhagen Strand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Havnegade 37, 1058 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/bd/32bdac2a28114aa074af436d24b0a450dc059e5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located by the harbour in Copenhagen, close to the popular Nyhavn and the sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1229.82" OriginalAmount="1194.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67282925786" Longitude="12.560951113701" StarRating="3" HotelCode="50417|clarion_collection_hotel_mayfair" HotelName="First Hotel Mayfair" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Helgolandsgade 3, 1653 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/83/4a83e272cc83dfca0752ba89e79f119a1894053a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Copenhagen. The airport is only 10 km from the hotel, which is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1247.33" OriginalAmount="1211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.66733999" Longitude="12.55661878" StarRating="4" HotelCode="613110|scandic_kodbyen" HotelName="Scandic Kødbyen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Skelbækgade 3A, 1717 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/df/10df033900070090700705f0629eeb38cf8f4e53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a popular area in the heart of Copenhagen. It is ideal for business travell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1256.60" OriginalAmount="1220.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6738385" Longitude="12.5743105" StarRating="4" HotelCode="27660|hotel_danmark" HotelName="Hotel Danmark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vester Voldgade 89, 1552 Kopenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/bb/51bb7ab4e43632b719250959a28d208ccee9d666.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated 200 m from City Hall Square (Rådhuspladsen) and the pedestrian shopping street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1272.53" OriginalAmount="1235.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6748868" Longitude="12.5641167" StarRating="4" HotelCode="|10445" HotelName="Radisson Collection Royal , Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HAMMERICHSGADE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/5/10445_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1960, renovated in 2000. It has 20 floors, 260 rooms, 55 single rooms, 182 double rooms and 23 suites. This air-conditioned establishment has a lobby, a cafÃ©, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment offers a bar, 2 restaurants, a conference room, indoor parking (for a fee), a car park and a bicycle storage room. SITUATION: This establishment, is in the city centre, near the establishment, guests will find Tivoli the Gardens StrÃ¸get it is a few minutes walk away from monuments and the tourist attractions. it is situated 25 minutes away from the airport. ROOM: Each room has a bathroom with bathrobe, a shower, a hairdryer, an iron, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a double bed, an air-conditioning system and a safe (available for a fee). FACILITIES: For a fee, you can enjoy a sauna and a solarium. OBSERVATIONS: Customers have internet. PAYMENT METHODS: The establishment accepts American Express, Mastercard, Visa, Diners Club, JCB and EC. OTHERS: The establishment offers all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1274.11" OriginalAmount="1237.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.70546186" Longitude="12.58845662" StarRating="0" HotelCode="956262|charlottehaven" HotelName="Charlottehaven" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hjørringgade 12C, 2100 København</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/bc/f9bcf23ed9617f5340a4b38fa5d324e0f7908568.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1294.63" OriginalAmount="1256.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.707389" Longitude="12.600709" StarRating="0" HotelCode="|450863" HotelName="Residence Inn By Marriott Copenhagen Nordhavn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Tallinngade 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/8/6/3/450863_5df3aef0821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1301.92" OriginalAmount="1264.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.687513315677" Longitude="12.593145668507" StarRating="3" HotelCode="29417|babette_hotel_guldsmeden" HotelName="Babette Guldsmeden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bredgade 78, 1260 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/62/be/62beb1a22bbb5185c4439eb44e3398bf714e10b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Behind the Royal Palace and by the waterfront, beside the Little Mermaid, this hotel is located in F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1329.48" OriginalAmount="1290.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.68216" Longitude="12.575203" StarRating="0" HotelCode="|455035" HotelName="Apēron" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pustervig 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/0/3/5/455035_be03c581234.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1403.40" OriginalAmount="1362.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6690436" Longitude="12.5739912" StarRating="5" HotelCode="|10446" HotelName="Copenhagen Marriott" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KALVEBOD BRYGGE 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/4/6/10446_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, was built in 2001, has 401 rooms, 9 suites and 11 floors. The establishment has various facilities, such as a bar and a restaurant. By paying an additional charge you can enjoy indoor parking and a car park. SITUATION: This business hotel is in Sydhaven Canal. 10 minutes away from the establishment, you can find the Tivoli Gardens and the city centre. It is situated 15 minutes away from the StrÃ¸get shopping street. ROOM: The comfortable, bright rooms have large windows, a bathroom with a hairdryer, a direct line telephone, a satellite television, cable television, an air-conditioning system, a safe (available for a fee) and a mini-bar. FACILITIES: This hotel has a sauna, a steam bath, a gym, some services (available for a fee), a massage service and a sunbathing terrace. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1413.72" OriginalAmount="1372.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.681737" Longitude="12.577304" StarRating="4" HotelCode="|445010" HotelName="25hours Indre By" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pilestraede 65</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/1/0/445010_982b8220832.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1418.31" OriginalAmount="1377.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.67129124" Longitude="12.56734588" StarRating="0" HotelCode="962796|villa_copenhagen" HotelName="Villa Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tietgensgade 39, 1704 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/63/ce63c3f64f12846973ba6d3c68eb3be8e80bfc35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1455.39" OriginalAmount="1413.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.668841985453" Longitude="12.573933005333" StarRating="5" HotelCode="23104|copenhagen_marriott_hotel" HotelName="Copenhagen Marriott Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kalvebod Brygge 5, 1560 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/9e/ba9ec5781fbedf0579ffbf1a5bb6784cb45cc9c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This international business hotel is situated directly on the Sydhaven Channel, one of the main cana...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1621.22" OriginalAmount="1574" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.680311777001" Longitude="12.561331169312" StarRating="5" HotelCode="161147|446106" HotelName="Manon Les Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gyldenlovesgade 19, 1600 Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/4e/ba4eebaa8eb52500f646481cc8d6f49a63ae22e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The establishment is a city centre hotel located close to Tivoli, City Hall and the main shopping st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1653.15" OriginalAmount="1605.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.681956403551" Longitude="12.593784034252" StarRating="4" HotelCode="47737|copenhagen_admiral_hotel" HotelName="Copenhagen Admiral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Toldbodgade 24 – 28, 1253 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/cc/92cc11b2b26a74731e5af00c487aa300b3e336c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies some 15 km from the international airport directly beside the water and close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1981.07" OriginalAmount="1923.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.683128" Longitude="12.570729" StarRating="3" HotelCode="|510256" HotelName="Venders Copenhagen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/0/2/5/6/510256_39108ef0925.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2003.35" OriginalAmount="1945.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.678479" Longitude="12.587542" StarRating="3" HotelCode="15426|hotel_sanders" HotelName="Hotel Sanders" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tordenskjoldsgade 15, 1055 Copenhagen K</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/87/d08782203a46ff723b0a8e82fd771ce16bb56566.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in an peaceful district of the town, close to the popular shopping a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2039.35" OriginalAmount="1979.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6785601" Longitude="12.5874813" StarRating="3" HotelCode="|10460" HotelName="Sanders" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TORDENSKJOLDSGADE 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/6/0/10460_a333fd71047.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1867, renovated in 1997, has 5 floors, 94 rooms, 18 single rooms and 76 double rooms. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and lifts. The establishment also has an inviting bar, a restaurant, internet and a laundry service. SITUATION: This welcoming hotel is in a quiet area. Near the establishment, you will find the commercial area and the opera. It has excellent transport links to the shops, restaurants, bars and pubs. This hotel is 100 metres away from clubs and nightclubs. ROOM: All the rooms have a bathroom, a sitting room, a direct line telephone, satellite or cable TV, a radio, internet, central heating and fitted carpets. MEALS: The establishment offers a buffet breakfast and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3205.36" OriginalAmount="3112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.673552" Longitude="12.566006" StarRating="5" HotelCode="901336|nimb_hotel" HotelName="Nimb" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bernstorffsgade 5, 1577 København V</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/95/d295ccbaf56cb2d1d9e5d0b4c2d80d23d1926979.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Copenhagen. The nearest airport is Kopenhagen (CPH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3235.15" OriginalAmount="3140.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.6818767" Longitude="12.5759566" StarRating="0" HotelCode="|450141" HotelName="Rosenborg " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/1/450141_4aee1411258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3269.55" OriginalAmount="3174.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672609" Longitude="12.5733697" StarRating="5" HotelCode="|219231" HotelName="Nobis Hotel Copenhagen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1B Niels Brocks Gade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/2/3/1/219231_45481c11453.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3368.10" OriginalAmount="3270.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.672" Longitude="12.5699" StarRating="0" HotelCode="982338|rosenborg_hotel_apartments" HotelName="Rosenborg Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Landemærket 9, Copenhagen</AddressLine>
          </AddressLines>
          <CityName>Copenhagen</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/5d/165d8b3312efbc7fba9d2aff91750a891714c93e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Central Heating,Golf,Laundry,Shopping Arcade,Lounge,Wheelchair Access,Massage Centre,Diet Meals,Garden,Jacuzzi,Kitchen</BasicAmenities>
    <HotelRating>4,3,2,5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HOTEL DE CHARME,SPA HOTEL,AIRPORT HOTEL,ECO HOTEL,HISTORIC HOTEL,GUESTHOUSE,HOSTEL,HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6e21c5f5-5e64-4430-9fa5-e2c2ee45240f|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|True