<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
5ec87e2d-1c6c-4d67-a391-312f40a414fb|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="5ec87e2d-1c6c-4d67-a391-312f40a414fb">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="10576" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-27T00:00:00" End="2026-08-30T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" 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
5ec87e2d-1c6c-4d67-a391-312f40a414fb|TravcoSearch|error while generating search request: Exception- Input string was not in a correct format.|System.FormatException: Input string was not in a correct format.
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at System.Convert.ToInt32(String value)
   at HotelSources.Travco.GetSearchRQ(String CityCode) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 232
   at HotelSources.Travco.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 84|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
5ec87e2d-1c6c-4d67-a391-312f40a414fb|TravellandaSearch|supplier interation failed||Travellanda|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
5ec87e2d-1c6c-4d67-a391-312f40a414fb|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
5ec87e2d-1c6c-4d67-a391-312f40a414fb|MikiSearch|supplier interation failed||Miki|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
5ec87e2d-1c6c-4d67-a391-312f40a414fb|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-08-12T12:47:44.484644+01:00" Version="0" EchoToken="Search" TransactionIdentifier="5ec87e2d-1c6c-4d67-a391-312f40a414fb" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="528.23" OriginalAmount="523.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.68378302" Longitude="7.85333556" StarRating="0" HotelCode="587583|interlaken_marco_guest_house" HotelName="Interlaken Marco Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aarmühlestrasse 16, 3800 Interlaken, Bern</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/27/df27cbfc958de3aea61e5539c1eb635de1fc831b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="569.64" OriginalAmount="564.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.672074871942" Longitude="7.8557825088501" StarRating="2" HotelCode="82732|budget_wald_unspunnen_" HotelName="Waldhotel Unspunnen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wagnerenstrase 15, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/f2/dbf2e38b5254598919dee58cc64025d87539de8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Interlaken.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="637.31" OriginalAmount="631.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.68436" Longitude="7.850479" StarRating="3" HotelCode="77961|central_continental_hotel" HotelName="Central Continental" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Golf,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Bahnhofstrasse 43, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/eb/1ceb5b478cd3ad3947ecacdc5fbed159c6f683c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Interlaken.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="750.43" OriginalAmount="743.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.684836950369" Longitude="7.8561218082905" StarRating="3" HotelCode="395092|hotel_toscana" HotelName="Toscana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jungfraustrasse, 19, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/1a/591a2f1799ae95b4fe62561fe56f5983b0999ade.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the pedestrian zone in the centre, next to the famous Höhematte. Boutiques,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="782.75" OriginalAmount="775.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.683364910552" Longitude="7.852169573307" StarRating="3" HotelCode="31236|hotel_merkur_interlaken" HotelName="Merkur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/08/2026" HotelFacility="Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bahnhofstrasse 35, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/52/43527a4a8958c2af24c2da9e95aaf16d99ea2c94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a stunning location at the heart of Interlaken. Interlaken West is located close b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="814.06" OriginalAmount="806.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.684551745788" Longitude="7.8468802571297" StarRating="3" HotelCode="70825|hotel_beausite" HotelName="Hotel Beausite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Seestrasse 16, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/e1/f2e120fa7b0e2c6dfaf25ba6ae91416cc6d99722.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Interlaken.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="835.27" OriginalAmount="827.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.681611" Longitude="7.853701" StarRating="3" HotelCode="80267|loetschberg" HotelName="Hotel Lötschberg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>General-Guisanstrasse 31, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/9a/939a141d6652688fbb6038dbf7faf18610f1706b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Interlaken. The nearest airport is Berne (BRN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="891.83" OriginalAmount="883.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.693001" Longitude="7.8705199999999" StarRating="3" HotelCode="311698|india_village_guesthouse" HotelName="India Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Housekeeping,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Brienzstrasse 38–42, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/75/22754c1e79f3b28371db0ffa812a4209d1d40594.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="923.14" OriginalAmount="914.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.684217" Longitude="7.84591" StarRating="3" HotelCode="31812|comfort_hotel_chalet_swiss" HotelName="Chalet Swiss" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Seestrasse 22, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/bc/05bccc044ba23657d37fcad781acec0b693429fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel enjoys a wonderful location on the outskirts of Interlaken within a short distan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1006.97" OriginalAmount="997.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.685661" Longitude="7.848722" StarRating="2" HotelCode="131895|posthardermannli" HotelName="Post Hardermannli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hauptstrasse 18, 3800 Interlaken, Unterseen</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/0c/e50c8764bd5a7664f3adf620df35f737d54ce2f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Interlaken. The nearest airport is Berne (BRN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1035.25" OriginalAmount="1025.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.685970393695" Longitude="7.8563886880875" StarRating="4" HotelCode="64697|metropole_swiss_quality_interlaken_hotel" HotelName="Hotel Metropole" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 17/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 37, 3800 Interlaken, Bern</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/3c/7f3c44bd97f87109fdc5d6ad3c0b214b617e0be3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel lies at the heart of Interlaken within 500 m of links to the public transport ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1118.07" OriginalAmount="1107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.688218809909" Longitude="7.8623270988464" StarRating="4" HotelCode="27826|du_nord" HotelName="Du Nord" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 70, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/c9/9bc91c95827fab10cd31858e787bebf4bcf15e21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel enjoys a central location, by the well-known mountain path. It offers a wonder...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1121.10" OriginalAmount="1110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.689648" Longitude="7.864612" StarRating="5" HotelCode="25051|lindner_grand_hotel_beau_rivage" HotelName="Lindner Grand Hotel Beau Rivage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 211, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/f2/41f26375187005da136812f6175df4e047858803.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located in Interlaken. The hotel affords a charming view of the Jungfra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1173.62" OriginalAmount="1162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.681959278464" Longitude="7.8551393207912" StarRating="3" HotelCode="329427|swiss_inn_hotel__apartments" HotelName="Swiss Inn Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>General Guisanstrasse 23, 3800 Interlaken, Bern</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/0a/1e0a8509479ec7062ef54ddb245b6051ddaabb80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1232.20" OriginalAmount="1220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.686622" Longitude="7.855248" StarRating="3" HotelCode="25620|hotel_harder_minerva" HotelName="Harder-Minerva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Fax,Golf,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Harderstrasse 15, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a3/eea3d847c6dfdd7a51653208ef91eec395907dc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located off the beaten track, this hotel is situated in the centre of Interlaken.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1242.30" OriginalAmount="1230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.685149753663" Longitude="7.8553372621536" StarRating="3" HotelCode="32621|hotel_weisses_kreuz" HotelName="Weisses Kreuz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jungfraustrasse 2, Am Höheweg, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/3a/873aabf5e17e20fd1120b80098e8535d533ee5cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Interlaken close to the Tourism Museum.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1265.53" OriginalAmount="1253.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.68943" Longitude="7.865532" StarRating="3" HotelCode="25298|hotel_carltoneurope" HotelName="Carlton-Europe Vintage Erwachsenen-Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 92-94, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/7d/2b7dabd2c132728593cff45b0adaf93248946e90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a quiet area, this hotel welcomes guests in Interlaken.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1298.86" OriginalAmount="1286.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.688783659175" Longitude="7.8627187013626" StarRating="4" HotelCode="30209|hotel_royal__st_georges_interlaken__mgallery_collection" HotelName="Hotel Royal St Georges Interlaken - MGallery by Sofitel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 139, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/5e/de/5edeb8dad33032e46adb3d1db2ad52687fc36145.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located at the heart of Interlaken and enjoys fabulous views out over the fab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1460.46" OriginalAmount="1446.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.683227" Longitude="7.856761" StarRating="4" HotelCode="64698|stella_swiss_quality_hotel_2" HotelName="Hotel Stella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>General-Guisan-Str. 2, 3800 Interlaken, Bern</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/89/8f8939fad09a9132909b4dd11ce2cdf5c2431a38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the smallest hotel in the region, and located in a quiet area within 3 minutes' walk of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1645.29" OriginalAmount="1629.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.685222" Longitude="7.854849" StarRating="3" HotelCode="29664|city_7" HotelName="Hotel City Oberland" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 7, 3800 Interlaken, Bern</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/cb/09cb4f806ae9ff5630a1e028a8e8d8ba607d66df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is beautifully located in a sunny and quiet setting on the banks of the River Aare, in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1814.97" OriginalAmount="1797.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.686275" Longitude="7.852386" StarRating="4" HotelCode="395088|hotel_bellevue_16" HotelName="Hotel Bellevue Interlaken" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marktgasse 59, CH-3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/cd/4acd7b33738cb7d7dedac8f2e5b164e10d90dfe2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Interlaken. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2177.56" OriginalAmount="2156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.6851" Longitude="7.85599" StarRating="0" HotelCode="979859|247_concierge_interlaken_apartments" HotelName="247 Concierge - Interlaken Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Untere Bönigstrasse 8, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/56/36565d5026b084f0bc9e737f50819fe0d9670081.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3320.88" OriginalAmount="3288.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.686516" Longitude="7.857601" StarRating="5" HotelCode="317384|victoria_jungfrau_grand_hotel_spa" HotelName="Victoria-Jungfrau Grand Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 41, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/10/5410d9d441864429e8e823b38c3cbb4212cf49b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel enjoys a central situation close to the casino and the shopping street. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Swimming Pool,Bicycle Rental,Golf,Lounge,Jacuzzi,Massage Centre,Sauna,Housekeeping,Air Conditioning,Designated Smoking Area,Nightclub</BasicAmenities>
    <HotelRating>3,4,5,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY</Meals>
    <PropertyType>VILLAGE,CONFERENCE HOTEL,HOTEL,FAMILY-FRIENDLY HOTEL,CITY HOTEL,HOTEL DE CHARME</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
04f494f4-7369-4a2f-ab10-5393a900b2dd|TravcoSearch|error while generating search request: Exception- Input string was not in a correct format.|System.FormatException: Input string was not in a correct format.
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at System.Convert.ToInt32(String value)
   at HotelSources.Travco.GetSearchRQ(String CityCode) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 232
   at HotelSources.Travco.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 84|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
04f494f4-7369-4a2f-ab10-5393a900b2dd|MikiSearch|supplier interation failed||Miki|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
04f494f4-7369-4a2f-ab10-5393a900b2dd|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
04f494f4-7369-4a2f-ab10-5393a900b2dd|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-08-12T12:49:27.5522664+01:00" Version="0" EchoToken="Search" TransactionIdentifier="04f494f4-7369-4a2f-ab10-5393a900b2dd" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="528.23" OriginalAmount="523.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.68378302" Longitude="7.85333556" StarRating="0" HotelCode="587583|interlaken_marco_guest_house" HotelName="Interlaken Marco Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aarmühlestrasse 16, 3800 Interlaken, Bern</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/27/df27cbfc958de3aea61e5539c1eb635de1fc831b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="569.64" OriginalAmount="564.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.672074871942" Longitude="7.8557825088501" StarRating="2" HotelCode="82732|budget_wald_unspunnen_" HotelName="Waldhotel Unspunnen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wagnerenstrase 15, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/f2/dbf2e38b5254598919dee58cc64025d87539de8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Interlaken.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="637.31" OriginalAmount="631.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.68436" Longitude="7.850479" StarRating="3" HotelCode="77961|central_continental_hotel" HotelName="Central Continental" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Golf,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Bahnhofstrasse 43, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/eb/1ceb5b478cd3ad3947ecacdc5fbed159c6f683c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Interlaken.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="750.43" OriginalAmount="743.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.684836950369" Longitude="7.8561218082905" StarRating="3" HotelCode="395092|hotel_toscana" HotelName="Toscana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jungfraustrasse, 19, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/1a/591a2f1799ae95b4fe62561fe56f5983b0999ade.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the pedestrian zone in the centre, next to the famous Höhematte. Boutiques,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="782.75" OriginalAmount="775.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.683364910552" Longitude="7.852169573307" StarRating="3" HotelCode="31236|hotel_merkur_interlaken" HotelName="Merkur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/08/2026" HotelFacility="Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bahnhofstrasse 35, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/52/43527a4a8958c2af24c2da9e95aaf16d99ea2c94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a stunning location at the heart of Interlaken. Interlaken West is located close b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="814.06" OriginalAmount="806.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.684551745788" Longitude="7.8468802571297" StarRating="3" HotelCode="70825|hotel_beausite" HotelName="Hotel Beausite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Seestrasse 16, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/e1/f2e120fa7b0e2c6dfaf25ba6ae91416cc6d99722.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Interlaken.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="835.27" OriginalAmount="827.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.681611" Longitude="7.853701" StarRating="3" HotelCode="80267|loetschberg" HotelName="Hotel Lötschberg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>General-Guisanstrasse 31, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/9a/939a141d6652688fbb6038dbf7faf18610f1706b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Interlaken. The nearest airport is Berne (BRN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="891.83" OriginalAmount="883.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.693001" Longitude="7.8705199999999" StarRating="3" HotelCode="311698|india_village_guesthouse" HotelName="India Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Housekeeping,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Brienzstrasse 38–42, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/75/22754c1e79f3b28371db0ffa812a4209d1d40594.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="923.14" OriginalAmount="914.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.684217" Longitude="7.84591" StarRating="3" HotelCode="31812|comfort_hotel_chalet_swiss" HotelName="Chalet Swiss" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Seestrasse 22, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/bc/05bccc044ba23657d37fcad781acec0b693429fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel enjoys a wonderful location on the outskirts of Interlaken within a short distan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1006.97" OriginalAmount="997.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.685661" Longitude="7.848722" StarRating="2" HotelCode="131895|posthardermannli" HotelName="Post Hardermannli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hauptstrasse 18, 3800 Interlaken, Unterseen</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/0c/e50c8764bd5a7664f3adf620df35f737d54ce2f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Interlaken. The nearest airport is Berne (BRN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1071.61" OriginalAmount="1061.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.685970393695" Longitude="7.8563886880875" StarRating="4" HotelCode="64697|metropole_swiss_quality_interlaken_hotel" HotelName="Hotel Metropole" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 37, 3800 Interlaken, Bern</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/3c/7f3c44bd97f87109fdc5d6ad3c0b214b617e0be3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel lies at the heart of Interlaken within 500 m of links to the public transport ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1118.07" OriginalAmount="1107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.688218809909" Longitude="7.8623270988464" StarRating="4" HotelCode="27826|du_nord" HotelName="Du Nord" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 70, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/c9/9bc91c95827fab10cd31858e787bebf4bcf15e21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel enjoys a central location, by the well-known mountain path. It offers a wonder...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1121.10" OriginalAmount="1110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.689648" Longitude="7.864612" StarRating="5" HotelCode="25051|lindner_grand_hotel_beau_rivage" HotelName="Lindner Grand Hotel Beau Rivage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 211, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/f2/41f26375187005da136812f6175df4e047858803.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located in Interlaken. The hotel affords a charming view of the Jungfra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1173.62" OriginalAmount="1162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.681959278464" Longitude="7.8551393207912" StarRating="3" HotelCode="329427|swiss_inn_hotel__apartments" HotelName="Swiss Inn Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>General Guisanstrasse 23, 3800 Interlaken, Bern</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/0a/1e0a8509479ec7062ef54ddb245b6051ddaabb80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1232.20" OriginalAmount="1220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.686622" Longitude="7.855248" StarRating="3" HotelCode="25620|hotel_harder_minerva" HotelName="Harder-Minerva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Fax,Golf,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Harderstrasse 15, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a3/eea3d847c6dfdd7a51653208ef91eec395907dc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located off the beaten track, this hotel is situated in the centre of Interlaken.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1242.30" OriginalAmount="1230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.685149753663" Longitude="7.8553372621536" StarRating="3" HotelCode="32621|hotel_weisses_kreuz" HotelName="Weisses Kreuz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jungfraustrasse 2, Am Höheweg, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/3a/873aabf5e17e20fd1120b80098e8535d533ee5cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Interlaken close to the Tourism Museum.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1265.53" OriginalAmount="1253.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.68943" Longitude="7.865532" StarRating="3" HotelCode="25298|hotel_carltoneurope" HotelName="Carlton-Europe Vintage Erwachsenen-Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 92-94, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/7d/2b7dabd2c132728593cff45b0adaf93248946e90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a quiet area, this hotel welcomes guests in Interlaken.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1298.86" OriginalAmount="1286.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.688783659175" Longitude="7.8627187013626" StarRating="4" HotelCode="30209|hotel_royal__st_georges_interlaken__mgallery_collection" HotelName="Hotel Royal St Georges Interlaken - MGallery by Sofitel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 139, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/5e/de/5edeb8dad33032e46adb3d1db2ad52687fc36145.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located at the heart of Interlaken and enjoys fabulous views out over the fab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1460.46" OriginalAmount="1446.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.683227" Longitude="7.856761" StarRating="4" HotelCode="64698|stella_swiss_quality_hotel_2" HotelName="Hotel Stella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>General-Guisan-Str. 2, 3800 Interlaken, Bern</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/89/8f8939fad09a9132909b4dd11ce2cdf5c2431a38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the smallest hotel in the region, and located in a quiet area within 3 minutes' walk of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1645.29" OriginalAmount="1629.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.685222" Longitude="7.854849" StarRating="3" HotelCode="29664|city_7" HotelName="Hotel City Oberland" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 7, 3800 Interlaken, Bern</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/cb/09cb4f806ae9ff5630a1e028a8e8d8ba607d66df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is beautifully located in a sunny and quiet setting on the banks of the River Aare, in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1814.97" OriginalAmount="1797.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.686275" Longitude="7.852386" StarRating="4" HotelCode="395088|hotel_bellevue_16" HotelName="Hotel Bellevue Interlaken" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marktgasse 59, CH-3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/cd/4acd7b33738cb7d7dedac8f2e5b164e10d90dfe2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Interlaken. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2177.56" OriginalAmount="2156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.6851" Longitude="7.85599" StarRating="0" HotelCode="979859|247_concierge_interlaken_apartments" HotelName="247 Concierge - Interlaken Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Untere Bönigstrasse 8, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/56/36565d5026b084f0bc9e737f50819fe0d9670081.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3320.88" OriginalAmount="3288.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.686516" Longitude="7.857601" StarRating="5" HotelCode="317384|victoria_jungfrau_grand_hotel_spa" HotelName="Victoria-Jungfrau Grand Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 41, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/10/5410d9d441864429e8e823b38c3cbb4212cf49b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel enjoys a central situation close to the casino and the shopping street. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service,Air Conditioning,Central Heating,Designated Smoking Area,Golf,Nightclub,Shopping Arcade,Jacuzzi,Massage Centre,Sauna,Currency Exchange,Laundry,Bicycle Rental,Lounge,Housekeeping</BasicAmenities>
    <HotelRating>4,3,2,5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY</Meals>
    <PropertyType>VILLAGE,CONFERENCE HOTEL,CITY HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,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
3f86856d-f190-4a4b-b4c5-fda70b95e351|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="3f86856d-f190-4a4b-b4c5-fda70b95e351">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="10576" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-27T00:00:00" End="2026-08-30T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" 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
3f86856d-f190-4a4b-b4c5-fda70b95e351|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
3f86856d-f190-4a4b-b4c5-fda70b95e351|TravellandaSearch|supplier interation failed||Travellanda|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
3f86856d-f190-4a4b-b4c5-fda70b95e351|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
3f86856d-f190-4a4b-b4c5-fda70b95e351|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-08-12T12:49:39.2557408+01:00" Version="0" EchoToken="Search" TransactionIdentifier="3f86856d-f190-4a4b-b4c5-fda70b95e351" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="528.23" OriginalAmount="523.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.68378302" Longitude="7.85333556" StarRating="0" HotelCode="587583|interlaken_marco_guest_house" HotelName="Interlaken Marco Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aarmühlestrasse 16, 3800 Interlaken, Bern</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/27/df27cbfc958de3aea61e5539c1eb635de1fc831b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="569.64" OriginalAmount="564.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.672074871942" Longitude="7.8557825088501" StarRating="2" HotelCode="82732|budget_wald_unspunnen_" HotelName="Waldhotel Unspunnen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wagnerenstrase 15, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/f2/dbf2e38b5254598919dee58cc64025d87539de8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Interlaken.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="637.31" OriginalAmount="631.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.68436" Longitude="7.850479" StarRating="3" HotelCode="77961|central_continental_hotel" HotelName="Central Continental" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Golf,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Bahnhofstrasse 43, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/eb/1ceb5b478cd3ad3947ecacdc5fbed159c6f683c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Interlaken.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="750.43" OriginalAmount="743.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.684836950369" Longitude="7.8561218082905" StarRating="3" HotelCode="395092|hotel_toscana" HotelName="Toscana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jungfraustrasse, 19, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/1a/591a2f1799ae95b4fe62561fe56f5983b0999ade.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the pedestrian zone in the centre, next to the famous Höhematte. Boutiques,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="782.75" OriginalAmount="775.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.683364910552" Longitude="7.852169573307" StarRating="3" HotelCode="31236|hotel_merkur_interlaken" HotelName="Merkur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/08/2026" HotelFacility="Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bahnhofstrasse 35, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/52/43527a4a8958c2af24c2da9e95aaf16d99ea2c94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a stunning location at the heart of Interlaken. Interlaken West is located close b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="814.06" OriginalAmount="806.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.684551745788" Longitude="7.8468802571297" StarRating="3" HotelCode="70825|hotel_beausite" HotelName="Hotel Beausite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Seestrasse 16, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/e1/f2e120fa7b0e2c6dfaf25ba6ae91416cc6d99722.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Interlaken.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="835.27" OriginalAmount="827.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.681611" Longitude="7.853701" StarRating="3" HotelCode="80267|loetschberg" HotelName="Hotel Lötschberg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>General-Guisanstrasse 31, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/9a/939a141d6652688fbb6038dbf7faf18610f1706b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Interlaken. The nearest airport is Berne (BRN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="891.83" OriginalAmount="883.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.693001" Longitude="7.8705199999999" StarRating="3" HotelCode="311698|india_village_guesthouse" HotelName="India Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Housekeeping,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Brienzstrasse 38–42, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/75/22754c1e79f3b28371db0ffa812a4209d1d40594.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="923.14" OriginalAmount="914.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.684217" Longitude="7.84591" StarRating="3" HotelCode="31812|comfort_hotel_chalet_swiss" HotelName="Chalet Swiss" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Seestrasse 22, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/bc/05bccc044ba23657d37fcad781acec0b693429fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel enjoys a wonderful location on the outskirts of Interlaken within a short distan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1006.97" OriginalAmount="997.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.685661" Longitude="7.848722" StarRating="2" HotelCode="131895|posthardermannli" HotelName="Post Hardermannli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hauptstrasse 18, 3800 Interlaken, Unterseen</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/0c/e50c8764bd5a7664f3adf620df35f737d54ce2f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Interlaken. The nearest airport is Berne (BRN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1071.61" OriginalAmount="1061.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.685970393695" Longitude="7.8563886880875" StarRating="4" HotelCode="64697|metropole_swiss_quality_interlaken_hotel" HotelName="Hotel Metropole" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 37, 3800 Interlaken, Bern</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/3c/7f3c44bd97f87109fdc5d6ad3c0b214b617e0be3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel lies at the heart of Interlaken within 500 m of links to the public transport ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1118.07" OriginalAmount="1107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.688218809909" Longitude="7.8623270988464" StarRating="4" HotelCode="27826|du_nord" HotelName="Du Nord" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 70, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/c9/9bc91c95827fab10cd31858e787bebf4bcf15e21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel enjoys a central location, by the well-known mountain path. It offers a wonder...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1121.10" OriginalAmount="1110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.689648" Longitude="7.864612" StarRating="5" HotelCode="25051|lindner_grand_hotel_beau_rivage" HotelName="Lindner Grand Hotel Beau Rivage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 211, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/f2/41f26375187005da136812f6175df4e047858803.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located in Interlaken. The hotel affords a charming view of the Jungfra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1173.62" OriginalAmount="1162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.681959278464" Longitude="7.8551393207912" StarRating="3" HotelCode="329427|swiss_inn_hotel__apartments" HotelName="Swiss Inn Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>General Guisanstrasse 23, 3800 Interlaken, Bern</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/0a/1e0a8509479ec7062ef54ddb245b6051ddaabb80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1232.20" OriginalAmount="1220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.686622" Longitude="7.855248" StarRating="3" HotelCode="25620|hotel_harder_minerva" HotelName="Harder-Minerva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Fax,Golf,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Harderstrasse 15, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a3/eea3d847c6dfdd7a51653208ef91eec395907dc1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located off the beaten track, this hotel is situated in the centre of Interlaken.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1242.30" OriginalAmount="1230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.685149753663" Longitude="7.8553372621536" StarRating="3" HotelCode="32621|hotel_weisses_kreuz" HotelName="Weisses Kreuz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jungfraustrasse 2, Am Höheweg, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/3a/873aabf5e17e20fd1120b80098e8535d533ee5cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Interlaken close to the Tourism Museum.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1265.53" OriginalAmount="1253.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.68943" Longitude="7.865532" StarRating="3" HotelCode="25298|hotel_carltoneurope" HotelName="Carlton-Europe Vintage Erwachsenen-Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 92-94, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/7d/2b7dabd2c132728593cff45b0adaf93248946e90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a quiet area, this hotel welcomes guests in Interlaken.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1298.86" OriginalAmount="1286.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.688783659175" Longitude="7.8627187013626" StarRating="4" HotelCode="30209|hotel_royal__st_georges_interlaken__mgallery_collection" HotelName="Hotel Royal St Georges Interlaken - MGallery by Sofitel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 139, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/5e/de/5edeb8dad33032e46adb3d1db2ad52687fc36145.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located at the heart of Interlaken and enjoys fabulous views out over the fab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1460.46" OriginalAmount="1446.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.683227" Longitude="7.856761" StarRating="4" HotelCode="64698|stella_swiss_quality_hotel_2" HotelName="Hotel Stella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>General-Guisan-Str. 2, 3800 Interlaken, Bern</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/89/8f8939fad09a9132909b4dd11ce2cdf5c2431a38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the smallest hotel in the region, and located in a quiet area within 3 minutes' walk of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1645.29" OriginalAmount="1629.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.685222" Longitude="7.854849" StarRating="3" HotelCode="29664|city_7" HotelName="Hotel City Oberland" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 7, 3800 Interlaken, Bern</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/cb/09cb4f806ae9ff5630a1e028a8e8d8ba607d66df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is beautifully located in a sunny and quiet setting on the banks of the River Aare, in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1814.97" OriginalAmount="1797.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.686275" Longitude="7.852386" StarRating="4" HotelCode="395088|hotel_bellevue_16" HotelName="Hotel Bellevue Interlaken" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marktgasse 59, CH-3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/cd/4acd7b33738cb7d7dedac8f2e5b164e10d90dfe2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Interlaken. The nearest airport is Zurich (ZRH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2177.56" OriginalAmount="2156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.6851" Longitude="7.85599" StarRating="0" HotelCode="979859|247_concierge_interlaken_apartments" HotelName="247 Concierge - Interlaken Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Untere Bönigstrasse 8, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/56/36565d5026b084f0bc9e737f50819fe0d9670081.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3320.88" OriginalAmount="3288.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.686516" Longitude="7.857601" StarRating="5" HotelCode="317384|victoria_jungfrau_grand_hotel_spa" HotelName="Victoria-Jungfrau Grand Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Höheweg 41, 3800 Interlaken</AddressLine>
          </AddressLines>
          <CityName>Interlaken</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/10/5410d9d441864429e8e823b38c3cbb4212cf49b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel enjoys a central situation close to the casino and the shopping street. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Bar,Golf,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service,Fax,Bicycle Rental,Central Heating,Conference Hall,Laundry,Room Service,Lounge,Air Conditioning,Designated Smoking Area,Nightclub,Shopping Arcade,Housekeeping,Currency Exchange</BasicAmenities>
    <HotelRating>4,2,5,3</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,CONFERENCE HOTEL,VILLAGE,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
3f86856d-f190-4a4b-b4c5-fda70b95e351|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="3f86856d-f190-4a4b-b4c5-fda70b95e351">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="10576" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-27T00:00:00" End="2026-08-30T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="587583|interlaken_marco_guest_house" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3f86856d-f190-4a4b-b4c5-fda70b95e351|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3f86856d-f190-4a4b-b4c5-fda70b95e351|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="3f86856d-f190-4a4b-b4c5-fda70b95e351" TimeStamp="0001-01-01T00:00:00" HotelName="Interlaken Marco Guest House" HotelCode="587583|interlaken_marco_guest_house" StarRating="" GTCityId="10576" CountryCode="CH" CityName="Interlaken" CountryName="SWITZERLAND" Address="Aarmühlestrasse 16, 3800 Interlaken, Bern" PostCode="3800" PhoneNo="" FaxNo="" Email="" CheckInTime="16:00" CheckOutTime="11:00" Latitude="46.68378302" Longitude="7.85333556" SourceId="63" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: 1 Bedroom Comfort Quadruple room (shared bathroom)" RoomTypeCode="h-4e773bd8-5f8b-5cbc-811d-c23bdc12ec38|63|NTIzLjAwfEdCUHwyMDI2LTA4LTEy" OriginalAmount="523" TotalPrice="528.23" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CHF 15.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 19.15-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Hairdryer|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-07T00:00:00" End="2026-08-27T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="528.23" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/df/27/df27cbfc958de3aea61e5539c1eb635de1fc831b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c8/f2/c8f24deba7c67e9c8df450b308af2297328d3b18.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/92/85/9285d60d57a3b2d15014ae76e93866c2eb7e4cd0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f3/4b/f34b3ea33efe1e568beafa88cd3a672f26ecd6af.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/42/1a/421af910bef7809042b5cf2a2cd8e89953b016ce.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/25/fa/25faf472e6b566feec934bee5fc1991007b2d458.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a4/dc/a4dc61cf46147d264922137ee1ce2b72e2222b8c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c6/9a/c69ae25b8d2a9d5d3c1ca6019302b1bbde9e33c9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c1/53/c15334dd776aa833a9e8fa7e66785bceab820ed1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/29/8f/298f880ac4c752481626447c82ff1c4711d45992.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Fee for an extra bed: 30.00 CHF per night.&lt;br /&gt;The number of extra beds depends on the room category. You must take a look at the information about the size of the selected room.&lt;br /&gt;&lt;b&gt;Parking Space: &lt;/b&gt;Chargeable parking available. Cost: 15.00 CHF.</HotelDescription><Facilities><HotelFacilities><Type>General</Type><Description>Currency exchange</Description><Value>Currency exchange</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Garden</Description><Value>Garden</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Common kitchen</Description><Value>Common kitchen</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Kettle</Description><Value>Kettle</Value></HotelFacilities><HotelFacilities><Type>Internet</Type><Description>Free Wi-Fi</Description><Value>Free Wi-Fi</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>German</Description><Value>German</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>English</Description><Value>English</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>Chinese</Description><Value>Chinese</Value></HotelFacilities><HotelFacilities><Type>Tourist services</Type><Description>Tour assistance</Description><Value>Tour assistance</Value></HotelFacilities><HotelFacilities><Type>Parking</Type><Description>Parking</Description><Value>Parking</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Beach/pool towels</Description><Value>Beach/pool towels</Value></HotelFacilities><HotelFacilities><Type>Pets</Type><Description>Pets Not Allowed</Description><Value>Pets Not Allowed</Value></HotelFacilities></Facilities></HotelRoomRS>||True