<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
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|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="c6678cb5-a817-4fa6-8a85-3a9c1319cfea">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11670" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-18T00:00:00" End="2026-11-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="edurootsexplorers@gmail.com" Password="Aug@2026" 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
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|InfiniteSearch|error while generating search request: Exception- Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 54|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|InfiniteSearch|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 97|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|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
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|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-17T07:00:53.1525803+01:00" Version="0" EchoToken="Search" TransactionIdentifier="c6678cb5-a817-4fa6-8a85-3a9c1319cfea" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="478.51" OriginalAmount="473.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8562" Longitude="-77.00603" StarRating="2" HotelCode="|589771" HotelName="Days Inn by Wyndham Geneva/Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>485 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/7/7/1/589771_326e6db2046.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="621.38" OriginalAmount="615.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.86366" Longitude="-76.98185" StarRating="3" HotelCode="|235208" HotelName="  41 Lakefront Hotel, Trademark Collection By Wyndham " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Lake Front Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/2/0/8/235208_142a55f0056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="664.16" OriginalAmount="657.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8566196" Longitude="-77.0033723" StarRating="1" HotelCode="|361844" HotelName="Americas Best Value Inn Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>473 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/8/4/4/361844_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="714.07" OriginalAmount="707.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.188408" Longitude="6.114822" StarRating="1" HotelCode="212752|ibis_budget_geneve_petitlancy" HotelName="ibis budget Geneve Petit Lancy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 6, Petit Lancy, 1213 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/00/e70062e9e8012c1c6751d674edb1a754b08b8127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="731.24" OriginalAmount="724.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.220854" Longitude="6.113772" StarRating="1" HotelCode="212750|ibis_budget_geneve" HotelName="ibis budget Geneve Aeroport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis-Casai 26, Cointrin, 1216 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/c3/4ac3a29b2af88f2e017cf446ddf35039c592251a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="750.32" OriginalAmount="742.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.1852989" Longitude="6.1280999" StarRating="3" HotelCode="|19606" HotelName="Ramada Encore By Wyndham Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LA PRAILLE, ROUTE DES JEUNES 10-12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/6/19606_94b4c2c1032.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 7 floors and 24 rooms. The establishment boasts a reception, a cafÃ©, a restaurant, internet and a car park (for a fee). SITUATION: This hotel is in Carouge de Ginebra the District Close to the city centre excellent transport links to La Praille the commercial centre Geneva the Stadium of. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, an air-conditioning system and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="924.15" OriginalAmount="915" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211942361302" Longitude="6.1277908086777" StarRating="4" HotelCode="39316|16962" HotelName="NH Geneva City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Wendt 42-44, 1203 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/ee/1feef8f910592efb7b50883a2ef3a9ccc0d4713a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is only 5 minutes from the UN building and other prominent international organis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="928.30" OriginalAmount="919.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2118432" Longitude="6.1279629" StarRating="4" HotelCode="|26520" HotelName="Geneva By Fassbind" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE WENDT 42 / 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/2/0/26520_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has 70 rooms, 6 floors, 7 suites and 5 apartments. It is on a main street, In the entrance, guests are offered a lobby with an elevator, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a bar, a conference room and internet. The establishment also has indoor parking, room service and a laundry service. SITUATION: This hotel Palais des Nations it is 5 minutes away from 600 metres away, there is a public transport stop, the establishment is a 13-minute drive away from the beach, the river, bars and Geneva the tourist area of 3 kilometres away, you can find the historic centre, the establishment is 1,3 kilometres away from shops, is 10 minutes away from the airport. ROOM: The fully-equipped rooms, have a bathroom with a hairdryer, a satellite or cable television, internet, a double bed, fitted carpets, an air-conditioning system, central heating and a safety deposit box (available for a fee). FACILITIES: 5,3 kilometres away, guests can enjoy a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="974.65" OriginalAmount="965" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.227954" Longitude="6.085727" StarRating="4" HotelCode="31232|4236" HotelName="NH Geneva Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Mategnin 21, 1217 Geneva-Meyrin 1</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/65/6b65ce20057dc383cd4594c5ee57d1301f4fd65d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the Geneva shopping district and is only 5 minutes from the exhibiti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1010.89" OriginalAmount="1000.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.856319" Longitude="-76.999405" StarRating="3" HotelCode="|392921" HotelName="Fairfield Inn and Suites by Marriott Geneva Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>383 Hamilton St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/9/2/1/392921_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1046.36" OriginalAmount="1036.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.220408167983" Longitude="6.1140216886997" StarRating="4" HotelCode="82263|suite_novotel_geneve" HotelName="Novotel Suites Geneve Aeroport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis Casaï 30, Cointrin, 1216 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb9b272f453e5b54826c811b5bd1b2d3ff98e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1106.16" OriginalAmount="1095.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20647" Longitude="6.14" StarRating="2" HotelCode="653847" HotelName="Hotel De Geneve" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Place Isaac-Mercier 1,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0006/53847/653847/27.jpg?f=15657142</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, gift shops/newsstands, and a vending machine.. Featured amenities include express check-out, complimentary newspapers in the lobby, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1135.13" OriginalAmount="1123.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|106746" HotelName="Nash Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1150.79" OriginalAmount="1139.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1222.63" OriginalAmount="1210.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.85713" Longitude="-80.96313" StarRating="0" HotelCode="|458564" HotelName="The Lodge At Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4888 N. Broadway</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/8/5/6/4/458564_64dfdcf1840.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1236.24" OriginalAmount="1224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1243.31" OriginalAmount="1231.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.206463" Longitude="6.14005" StarRating="2" HotelCode="82903|hotel_de_geneve_2" HotelName="de Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Isaac-Mercier 1, 1201 Genf, Region Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/fe/0dfe40c5fdb7f974085f38e960e4801c73c30125.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1267.42" OriginalAmount="1254.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.194211" Longitude="6.142309" StarRating="2" HotelCode="|454433" HotelName="PRIMADOM Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Dancet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/4/3/3/454433_6a181001034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1280.04" OriginalAmount="1267.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2141785" Longitude="6.1352484" StarRating="3" HotelCode="|117323" HotelName="Ibis Geneve Centre Nations" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/3/117323_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inGeneva the city centre of 800 metres away, guests can find GenÃ¨ve-Cornavin the Railway Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1295.77" OriginalAmount="1282.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2030058" Longitude="6.1455632" StarRating="2" HotelCode="|117341" HotelName="Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/4/1/117341_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inGeneva the heart of nearby, you will find the tourist attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1322.09" OriginalAmount="1309.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.207763" Longitude="6.138271" StarRating="3" HotelCode="108396|ibis_geneve_centre_gare" HotelName="ibis Geneve Centre Gare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Voltaire 10, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a8/dba8e4d728aee3c19e214f74c3a0a7aba7f26120.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1340.27" OriginalAmount="1327.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211432662414" Longitude="6.1473615214958" StarRating="4" HotelCode="12782|novotel_geneve_centre_2" HotelName="Novotel Genève Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich 19, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/63/3c633ed08a9ea574a61cc3bef7dba137730ae0da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Geneva's town centre, within minutes of Lake Geneva and the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1358.66" OriginalAmount="1345.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21039" Longitude="6.14473" StarRating="3" HotelCode="9608" HotelName="Hôtel International &amp; Terminus" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Rue Des Alpes 20,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/09608/9608/43.jpg?f=17733548</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as a fitness center or take in the view from a terrace. Additional amenities at this hotel include complimentary wireless internet access and tour/ticket assistance.. Hotelstars Union assigns an official star rating for properties in Switzerland. This property is rated 3 stars.. Featured amenities include complimentary newspapers in the lobby, dry cleaning/laundry services, and a 24-hour front desk..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1389.64" OriginalAmount="1375.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.215487338891" Longitude="6.1326509714127" StarRating="3" HotelCode="15075|18014" HotelName="Hotel Les Nations" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Grand-Pré 62, 1202 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/63/e663657a9b1ab497c82b2481d1e4a96f0339612c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming business hotel is located near to various major international organisations and the ma...</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1456.42" OriginalAmount="1442.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210305283949" Longitude="6.1447276175022" StarRating="3" HotelCode="34767|international_terminus" HotelName="International &amp; Terminus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 20, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0c/e00ce3f81cad19688304bdcd9766c7200a656c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the city centre, a one-minute walk from the Cornavin train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1510.79" OriginalAmount="1495.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209945391292" Longitude="6.1443671684979" StarRating="3" HotelCode="34972|18766" HotelName="Hotel Strasbourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/84/ce8410200477dba3a6ac678cfa73e4b842226ceb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre and close to the tourist areas. It is only two minutes from Genev...</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1521.24" OriginalAmount="1506.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211632" Longitude="6.147334" StarRating="4" HotelCode="|9899" HotelName="Novotel Geneve Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich ,19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/9/9899_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1976, renovated in 2002, has 28 standard rooms, 7 floors, 35 single rooms, 119 double rooms and 8 suites. The establishment offers a bar and a restaurant. SITUATION: This hotel is in the centre of Geneva, close to Lake, the railway station and the historic centre. Is 8 kilometres from the airport. Opposite the establishment, guests have public transport services. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a fridge and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1530.15" OriginalAmount="1515.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|movenpick_hotel_and_casino_geneva" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1544.80" OriginalAmount="1529.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2248398" Longitude="6.1068628" StarRating="4" HotelCode="|9900" HotelName="Crowne Plaza Geneva, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE LOUIS CASAI 75-77</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/0/9900_1_1105.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 308 standard rooms. The establishment offers guests a transfer service to the airport (free of charge). In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a cloakroom, lifts, a gift shop and a hairdresser's. Regarding the food and beverage offering, the establishment has a bar and 2 restaurants. You are also offered a business centre with WiFi and 18 conference rooms. There are many services available at the establishment, including room service, a laundry service, bicycle rental and indoor parking. SITUATION: This hotel is 3 kilometres from Geneva city centre. It is well-connected by public transport. In front of the hotel there is a public transport stop. The establishment is situated 500 metres away from the Blaxert shopping centre. Is 3 kilometres from ONU the fair centre and the sea. 10 kilometres away, you can find Lelex-Crozet Ski Resort. 1 kilometre away, you can find Geneva International Airport. ROOM: The soundproofed rooms, with air-conditioning, have a bathroom with a hairdryer, a satellite or cable television, a radio, films (available for a fee), a direct line telephone, a mini-bar, a safe, WiFi, a coffee maker, a kettle, an iron, a double bed, heating and individual air-conditioning. FACILITIES: Guests are offered a sauna, a massage service (available for a fee) and a gym. Clients can enjoy go cycling. 10 kilometres away from the establishment, clients have at their disposal a golf course. OTHERS: The establishment offers buffet breakfast and lunch and an Ã  la carte or set-menu lunch and dinner. Guests can book half-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1578.66" OriginalAmount="1563.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2243996" Longitude="6.1004" StarRating="4" HotelCode="|9910" HotelName=" Mövenpick Hotel Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROUTE DE PRE-BOIS 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/0/9910_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008, has 11 floors, 350 standard rooms and 6 suites. The establishment boasts a hairdresser's, a bar and a restaurant. SITUATION: This luxurious hotel is in Geneva is 5 kilometres from the city centre and the airport. It is well-connected by bus. It is situated close to the Palexpo Congress Centre. 100 metres away, there is a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a fridge and a safe. FACILITIES: The establishment has a sauna, a solarium, a gym and a casino. OTHERS: have at their disposal a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1584.23" OriginalAmount="1568.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21312" Longitude="6.14538" StarRating="4" HotelCode="|9915" HotelName="Royal Manotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/5/9915_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This traditional hotel, has 2 business areas, internet (for a fee) and WiFi. The establishment boasts Rive Droite Restaurant and an inviting bar with a fireplace. The establishment offers guests conference facilities. It has a car park and a transfer service. SITUATION: This hotel is near public transport services. It is located 100 metres away from nightclubs, bars and restaurants. 500 metres away, guests can find shops. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar, a double bed, a fridge, a satellite or cable television, a safety deposit box (available for a fee), an air-conditioning system, heating and fitted carpets. FACILITIES: The establishment has a sauna, a Jacuzzi, a massage service and a gym. OTHERS: The establishment offers a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1596.81" OriginalAmount="1581" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|36632" HotelName="Hotel Sagitta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1608.79" OriginalAmount="1592.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.192431" Longitude="6.1380939" StarRating="0" HotelCode="|117328" HotelName="Starling Residence Genève" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4, route des Acacias</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/8/117328_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 400 metres away from the university. ROOM: The establishment has studios with kitchen, flat-screen satellite television and bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1618.02" OriginalAmount="1602.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.192441710555" Longitude="6.1381678687172" StarRating="3" HotelCode="199952|starling_residence_geneve" HotelName="Starling Hotel Residence Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route des Acacias 4, 1227 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ac/b5ac1d7f389f115c42b2de52216269dca0197354.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1642.34" OriginalAmount="1626.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2098759" Longitude="6.1442257" StarRating="3" HotelCode="|22134" HotelName="Hôtel le Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/3/4/22134_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 51 rooms and 5 floors. It has a reception, a safety deposit box service, a currency exchange service, a lift and a TV room. It also has a breakfast room, with air-conditioning and highchairs. The establishment has a conference room. SITUATION: This hotel is in a central area. It is close to the tourist centre. Close to the establishment, guests have Geneva Central Train Station. Nearby, you will find the banks. 10 metres away, there is a public transport stop, restaurants and bars. 100 metres away, guests have shops. 500 metres away you can find Lake Geneva. It is 5 kilometres away from Geneva Airport. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet and a central heating system. They also have a double bed, fitted carpets, a mini-bar, a safety deposit box and a small sitting room. FACILITIES: In the surrounding area, guests can find sports areas entertainment and leisure areas. Clients can enjoy activities such as go cycling, mountain-biking, billiards, surfing, sailing, jet-skiing, motorboat rides, diving, pedal boats, go canoeing, horse-riding, beach volleyball, bowling and a golf course. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard, Diners Club and EC. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1656.76" OriginalAmount="1640.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20943390045" Longitude="6.1418482099122" StarRating="4" HotelCode="31233|6376" HotelName="Hotel Cornavin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard James-Fazy 23, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/52/6d52bb4af70fc287bea61f8243525217d3e452ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is found close to the train station and is only 100 m from further convenient transport li...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1660.44" OriginalAmount="1644.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21532" Longitude="6.147718" StarRating="3" HotelCode="35326|hotel_jade_2" HotelName="Hôtel Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 55, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/05/0105452370770774aeda23ba3bfd219c1ff18dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Geneva, close to Lake Geneva and the train station as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1683.67" OriginalAmount="1667" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.213445756706" Longitude="6.1454182863236" StarRating="4" HotelCode="16987|27505" HotelName="Hôtel Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc6478897f76bf792c492a3ed82e2dcea98f22a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to public transport, nightclubs, bars and restaurants (around 100 m away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1684.68" OriginalAmount="1668.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209154474743" Longitude="6.1429882049561" StarRating="3" HotelCode="31234|hotel_suisse_3" HotelName="Suisse Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de Cornavin 10, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/e5/fbe505dfc466c891d41d8fa3da9e249a45db8903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies directly on Place Cornavin, opposite Geneva's main train station. An abunda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1691.88" OriginalAmount="1675.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2094002" Longitude="6.1420999" StarRating="4" HotelCode="|9914" HotelName="Cornavin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOULAVARD JAMES FAZY PLACE, GARE DE CORNAVIN 1 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/4/9914_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in the Geneva business district, close to the commercial area, tourist points of interest, the railway station and public transport services. HOTEL: The hotel has a restaurant with air-conditioning.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1698.50" OriginalAmount="1681.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210325701314" Longitude="6.1441978812218" StarRating="3" HotelCode="64702|79051" HotelName="Hotel Bernina Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin 22, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/1f/e31f0d55aec2ccd33606a51b9ab4f69f7829bad8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location opposite the main railway station and connected to its undergrou...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1726.09" OriginalAmount="1709.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.221982777272" Longitude="6.1489346623421" StarRating="3" HotelCode="23077|hotel_eden_geneve" HotelName="Eden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 135, CH-1202 Genevé</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/bf/84bfee75d1f3571267e86d296dcc27433d32dff5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel lies within a short distance of a wonderful park, close to Lake Geneva. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1732.28" OriginalAmount="1715.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2155113" Longitude="6.147491" StarRating="3" HotelCode="|21922" HotelName="Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 rue Rothschild</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/2/2/21922_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 3 stars rooms, with air-conditioning, is in Geneva a central area of. SITUATION: It is near Lake close to the central station. ROOM: The rooms a bathroom with a hairdryer, They are equipped with individual air-conditioning, internet, a safe, a satellite television with films, a direct line telephone, a kettle, a coffee maker and a mini-bar. FACILITIES: The establishment has a business centre, WiFi, a indoor car park and a launderette.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1743.50" OriginalAmount="1726.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209544" Longitude="6.143909" StarRating="3" HotelCode="31229|2597972" HotelName="Hotel Cristal [Design]" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 4, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/f8/caf8672a8906d088a37fa49b679116e1da123022.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel may be reached from the station by crossing the Mont Blanc pedestrianised street. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1749.49" OriginalAmount="1732.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2087059" Longitude="6.142611" StarRating="3" HotelCode="|9892" HotelName="Suisse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin ,10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/2/9892_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Suisse Geneve is rated three stars, was built in 1830, has a restaurant, lifts, a concierge and a safety deposit box service. The establishment offers guests room service, a cafÃ© and business facilities. SITUATION: This establishment is in the centre of Geneva. ROOM: The establishment has 62 rooms with a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: Pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1763.46" OriginalAmount="1746" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.202030986119" Longitude="6.1393323540688" StarRating="4" HotelCode="42794|7093" HotelName="Tiffany Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de l'Arquebuse, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a2/77a21544cf5cdf98b191312482d58a77cc8b0e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in a central location on the left-hand bank of the Rhone. The centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1788.71" OriginalAmount="1771" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20828" Longitude="6.146101" StarRating="3" HotelCode="131996|408375" HotelName="Tor Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Ami-Levrier 3, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/88/14881d4da9b3c53a72cc025661465a36d2d819fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a prime location in the heart of Geneva, only 5 minutes from the Cornavin Railway Station, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1839.26" OriginalAmount="1821.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209611" Longitude="6.143972" StarRating="3" HotelCode="|161361" HotelName="Cristal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 RUE PRADIER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/1/3/6/1/161361_19a601a0229.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1857.29" OriginalAmount="1838.9" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20961" Longitude="6.14396" StarRating="3" HotelCode="119161" HotelName="Cristal Design Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier, 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/19161/119161/1.jpg?f=17727410</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a banquet hall.. Hotelstars Union assigns an official star rating for properties in Switzerland. This property is rated 3 stars.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1924.05" OriginalAmount="1905.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.221578" Longitude="6.149327" StarRating="3" HotelCode="64703|mon_repos" HotelName="Mon Repos Hotel Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 131, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e0/39e06e886cb2f17b6e6fe92f1dfb2d38bf79eeae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right-hand shore of Lake Geneva, the hotel looks onto one of the city's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1996.77" OriginalAmount="1977.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|hotel_kipling_manotel" HotelName="Hôtel Kipling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2142.66" OriginalAmount="2121.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.22158" Longitude="6.1491936" StarRating="3" HotelCode="|34635" HotelName="Mon Repos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 131</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/3/5/34635_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 80 standard rooms. ROOM: The rooms have a direct line telephone, a television, a mini-bar and a hairdryer. The establishment has non-smoking rooms. FACILITIES: Guests are offered room service. The establishment has a bar and a restaurant. The establishment also has a car park and meeting rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2168.86" OriginalAmount="2147.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211394818185" Longitude="6.1499807238579" StarRating="3" HotelCode="11984|18959" HotelName="Hôtel Edelweiss" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de la Navigation 2, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/f7/a6f71b0373a0e71f6e75ac11648251f81e3f8428.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This authentic Swiss chalet is located in the Alps at the heart of Geneva, close to the United Natio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2268.46" OriginalAmount="2246.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209939" Longitude="6.145444" StarRating="3" HotelCode="131655|hotel_des_alpes_3" HotelName="Des Alpes Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/21/6c21fa455f2e17141f4dd2787416dd2a762f5a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="2278.56" OriginalAmount="2256" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20945" Longitude="6.14733" StarRating="3" HotelCode="654127" HotelName="Aparthotel Adagio Geneve Mont Blanc" Meals="APARTMENT" BedType="APARTMENT">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0006/54127/654127/2.jpg?f=17599178</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center, or other amenities including complimentary wireless internet access and a vending machine.. Hotelstars Union assigns an official star rating for properties in Switzerland. This property is rated 3 stars.. Featured amenities include express check-in, express check-out, and dry cleaning/laundry services..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2386.63" OriginalAmount="2363.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|adagio_geneve_mont_blanc" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2679.78" OriginalAmount="2653.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|6364" HotelName="Hôtel Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2692.08" OriginalAmount="2665.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2721.95" OriginalAmount="2695" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224451" Longitude="6.132978" StarRating="5" HotelCode="49113|30160" HotelName="Intercontinental Geneve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Chemin du Petit-Saconnex 7-9, 1211 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/6d/c26dc862f29c58dd813020b6e6530d431fb4e9c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, luxury hotel is located only a stone's throw from the United Nations headquarters and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2826.99" OriginalAmount="2799.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20636" Longitude="6.144568" StarRating="4" HotelCode="82927|the_ambassador_2" HotelName="Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Quai des Bergues, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/1c/901c98a99da576e166af1af88a4fae21f84ffe86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2873.45" OriginalAmount="2845.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|warwick_hotel_geneva" HotelName="Warwick Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2890.62" OriginalAmount="2862.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20981155263" Longitude="6.1482721567154" StarRating="4" HotelCode="73947|eastwest_hotel" HotelName="Eastwest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue des Paquis, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/6d/5e6dd99fb1ee66252997822bc80b4b9f0a04193c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a few steps from Lake Geneva. It is situated close to the business and sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2904.10" OriginalAmount="2875.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20755629487" Longitude="6.1469551920891" StarRating="4" HotelCode="11221|1623613" HotelName="Bristol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue du Mont-Blanc, Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ef/15efe92de70dd54215e5e39661dd9404b6c3bf5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the centre of Geneva, on Rue de Mont Blanc, just a few minutes Lak...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3079.93" OriginalAmount="3049.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21289" Longitude="6.145087" StarRating="4" HotelCode="|79915" HotelName="Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33, rue de Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/9/1/5/79915_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 4 stars and was built in 1978. Guests have a restaurant. SITUATION: It is in the centre of Geneva. ROOM: The establishment has 102 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3252.37" OriginalAmount="3220.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2062054" Longitude="6.144769" StarRating="4" HotelCode="|82658" HotelName="The Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21, quai des Bergues</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/5/8/82658_34ef2fe2036.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is next to Geneva Lake it is in the city centre, 15 minutes away from the establishment, clients can find the airport, 500 metres away, clients have the railway station, Close to RÃ³dano the river. FACILITIES: Guests are offered WiFi (free of charge), a restaurant and a terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3423.90" OriginalAmount="3390.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21001" Longitude="6.144922" StarRating="3" HotelCode="80750|montana_2" HotelName="Montana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>23 rue des Alpes, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/d5/91d5fac24b11612b96b8bb26aa85971241bfbfca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Hotel Montana promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3489.55" OriginalAmount="3455" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20316285" Longitude="6.1456586" StarRating="4" HotelCode="474851|408377" HotelName="Fraser Suites Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Rôtisserie 3-5, 1204 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/67/d3676122102aa63be9def57207d9fe2574147a56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Geneva City Center, Fraser Suites Geneva is a perfect starting point from which to explor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3860.21" OriginalAmount="3821.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.203197" Longitude="6.145716" StarRating="4" HotelCode="|453304" HotelName="Fraser Suites Geneva - Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/3/0/4/453304_f3a284e0851.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4135.95" OriginalAmount="4095.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2094132" Longitude="6.1488659" StarRating="5" HotelCode="|117325" HotelName="Swiss Luxury Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Philippe - Plantamour 6 - 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/5/117325_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inGeneva a central area of 600 metres away, guests can find the railway station, 200 metres away, guests have a lake near restaurants, shops. ROOM: Guests can find modern rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4260.18" OriginalAmount="4218" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209484" Longitude="6.1488879999999" StarRating="5" HotelCode="213930|257141" HotelName="Swiss Luxury Appartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Philippe-Plantamour 6, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/5c/bc5ce1836c17fde04e1da8007d05c49be8e18486.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 24 rooms. Services and facilities at the hotel include room service an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4666.18" OriginalAmount="4619.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2036285" Longitude="6.1521354" StarRating="5" HotelCode="|9898" HotelName="Metropole Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quai General Guisa 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/8/9898_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1854, renovated in 2004, has 5 floors and 127 rooms. It has 21 single rooms, 16 suites and 90 double rooms. In the establishment entrance, guests will find a lobby with an elevator and a reception with safety deposit boxes, The establishment boasts a piano bar, a conference room and internet. With regards to the food and beverage offering, the establishment has Le Grand Quai the Ã  la carte restaurant It has a car park (for a fee), room service, a laundry service and a medical care service. SITUATION: Is situated inGeneva the city centre of it is opposite Leman Lake It is in the commercial district, in the surrounding area of the establishment, guests can find shops, bars, nightclubs, restaurants and public transport. It is situated 12 kilometres away from a golf course, 65 kilometres away, you can find a ski resort. ROOM: The rooms with carpet, a bathroom and a hairdryer. They are equipped with a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a mini-bar, a double bed, a safety deposit box and central heating. FACILITIES: Guests are offered a massage service, a gym, sailing and an entertainment programme. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4874.09" OriginalAmount="4825.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2013893" Longitude="6.1474248" StarRating="5" HotelCode="|82644" HotelName="Les Armures" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUE PUITS ST PIERRE, 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/4/4/82644_1ad88731334.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inGeneva the heart of 5 minutes away from, Lake, shops and the business area. HOTEL: This quiet, comfortable hotel, has a restaurant with a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="5031.04" OriginalAmount="4981.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.203426" Longitude="6.152151" StarRating="5" HotelCode="25112|1174332" HotelName="Hotel Metropole Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Quai General Guisan, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8d/878d721c271dfe8e6238c6f291ae52e95ef73b42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of Geneva's lively city centre, right next to Lake Geneva. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6112.52" OriginalAmount="6052" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.205587" Longitude="6.141025" StarRating="5" HotelCode="25111|19998" HotelName="Mandarin Oriental Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Quai Turrettini 1, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/78/e67818000c6c6a3ee5f9d916d51157673fe66a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is located in the centre of Geneva, directly on the quay, where many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6124.59" OriginalAmount="6063.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.1992573" Longitude="6.1494061" StarRating="0" HotelCode="|327205" HotelName="The Hamlet - Luxury Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Rue Etienne Dumont</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/2/0/5/327205_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="6234.53" OriginalAmount="6172.8" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20555" Longitude="6.14108" StarRating="5" HotelCode="96022" HotelName="Mandarin Oriental, Geneva" Meals="DOUBLE DELUXE ROOM" BedType="DOUBLE DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>1, Quai Turrettini,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/96022/96022/94.jpg?f=17742343</HotelPictures>
        <HotelDescription>Enjoy recreational amenities such as a sauna and a 24-hour fitness center. This Art Deco hotel also features complimentary wireless internet access, concierge services, and babysitting (surcharge).. Hotelstars Union assigns an official star rating for properties in Switzerland. This property is rated 5 stars.. Featured amenities include complimentary wired internet access, a business center, and express check-in. Planning an event in Geneva? This hotel has 2852 square feet (265 square meters) of space consisting of conference space and meeting rooms. Guests may use a train station pick-up service for a surcharge, and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6963.33" OriginalAmount="6894.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2028659" Longitude="6.1500889" StarRating="0" HotelCode="|117332" HotelName="De La Cigogne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Place Longemalle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/3/2/117332_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The HÃ´tel De La Cigogne is rated five stars, is elegant. SITUATION: It is situated in a historic building. This hotel is in the Square of Longemalle. Next to the establishment, guests will find the historic centre and Lake.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="7187.86" OriginalAmount="7116.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209604" Longitude="6.150443" StarRating="5" HotelCode="29669|CAY369700" HotelName="D'Angleterre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 17, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b01967261cb9f0ed5908924a8614b7cb5fe2d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant upper class hotel is located in the heart of Geneva's shopping and financial district w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7339.67" OriginalAmount="7267.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250538739835" Longitude="6.1493101716042" StarRating="5" HotelCode="35566|la_reserve_geneve_hotel_and_spa" HotelName="La Reserve Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Route de Lausanne, 1293 Bellevue, Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/8f/868f89974af85db9e37bf41fe876fb587da75eb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="7598.23" OriginalAmount="7523" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21452" Longitude="6.15171" StarRating="5" HotelCode="33833|25775" HotelName="Hotel President Wilson, a Luxury Collection Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai Wilson 47, 1211 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/31/5f31f141451714304a2f8d9081f7ea2e77397987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in front of Lake Geneva and has a wonderful view over the Alps and Mont Blanc....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8549.54" OriginalAmount="8464.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214125" Longitude="6.151721" StarRating="5" HotelCode="|38630" HotelName="President Wilson, A Luxury Collection , Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI WILSON 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/3/0/38630_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a cloakroom. It has 228 standard rooms. The establishment has a lift, a cafÃ©, a hairdresser's, a bar and a restaurant. It has conference facilities, WiFi, room service, a laundry service (for a fee), a car park and bicycle rental. SITUATION: This hotel is next to Lake Geneva. Is situated in an excellent location. 5 minutes away from the establishment, you can find the commercial area. It is located 10 streets away from the historic centre. This hotel is 30 streets away from Lausana 10 minutes away from the establishment guests have the railway station. It is situated 15 minutes away from the airport. ROOM: The establishment has standard rooms and suites. Each room has a bathroom, work area with WiFi, a fax machine, a hairdryer, a direct line telephone, an air-conditioning system, heating, a satellite TV with international channels, Video Club, piped music, an answering machine, a safety deposit box, a mini-bar and beauty products.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="8591.06" OriginalAmount="8506" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.207879294145" Longitude="6.1485990699406" StarRating="5" HotelCode="29668|33148" HotelName="The Ritz-Carlton Hotel de la Paix, Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 11, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/95/3b95c40e3c29cb240f2a7d758dad7ada775939cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious Geneva hotel is located within metres of links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8806.19" OriginalAmount="8719.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|beau_rivage_geneve_hotel" HotelName="Beau Rivage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8860.86" OriginalAmount="8773.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250045" Longitude="6.149574" StarRating="5" HotelCode="|79085" HotelName="La Reserve Geneve  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Route De Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/8/5/79085_b31900e1139.jpg</HotelPictures>
        <HotelDescription>HOTEL: The La Reserve Geneva Y Spa is rated five stars. It has dining facilities and a spa. SITUATION: It is located close to Lake Geneva. It has excellent transport links to the roads, public transport services and the city centre. ROOM: The luxurious rooms have parquet flooring, wooden furniture, an air-conditioning system, WiFi (available for a fee), a television, a writing desk and a bathroom with a bath. FACILITIES: The establishment boasts a fitness centre, a sauna, a steam bath, a beauty centre, deck chairs, 2 swimming pools and a massage service. The establishment also has a tennis court, water sports and a playground. Regarding the food and beverage offering, there is restaurants and a cocktail bar. Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10909.75" OriginalAmount="10801.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2092018" Longitude="6.1501999" StarRating="5" HotelCode="|9894" HotelName="Beau Rivage Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI DU MONT-BLANC 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/4/9894_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1865, has 6 floors and 91 rooms. It has 31 single rooms, 78 double rooms and 6 suites. The establishment boasts a bar, a pub and a restaurant. It has a car park and indoor parking (for a fee). SITUATION: This historic hotel is in an excellent location, is situated in front of Geneva Lake Has beautiful views of the bay and Les Alpes wonderful views of it is close to Geneva the historic centre of Where you can find shops. nearby, there is public transport. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11025.13" OriginalAmount="10915.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2077446" Longitude="6.1485958" StarRating="5" HotelCode="|9901" HotelName="The Ritz-carlton,  De La Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Quai Du Mont Blanc,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/1/9901_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a concierge. Pets are allowed. The establishment also offers air-conditioning.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14734.89" OriginalAmount="14589" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.206886196326" Longitude="6.1470195651054" StarRating="5" HotelCode="11720|33212" HotelName="Four Seasons Des Bergues" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Quai des Bergues, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/f8/68f86648d07eb90838ff1e20b894e593e4795702.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing luxury hotel is housed within a listed building and offers stylish interiors, a cosy ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14822.48" OriginalAmount="14675.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2069473" Longitude="6.1475101" StarRating="5" HotelCode="|55948" HotelName="Four Seasons  Des Bergues Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quai Des Bergues ,33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/4/8/55948_d1a80dc1001.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 5 stars and was built in 1834. It is in Geneva city centre, The establishment boasts 2 restaurants, lifts, a concierge and a safety deposit box service. The establishment offers guests room service and business facilities. ROOM: The establishment has 122 rooms, fully-equipped with a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: Pets are allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="15231.24" OriginalAmount="15080.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.207" Longitude="6.14692" StarRating="5" HotelCode="99720" HotelName="Four Seasons Hotel Des Bergues Geneva" Meals="PREMIER ROOM" BedType="PREMIER ROOM">
        <Address>
          <AddressLines>
            <AddressLine>33 Quai Des Bergues,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/99720/99720/29.jpg?f=17751737</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages and facials. If you're looking for recreational opportunities, you'll find an indoor pool, a steam room, and a 24-hour fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and gift shops/newsstands.. This hotel is rated 5 stars.. Featured amenities include complimentary wired internet access, a 24-hour business center, and express check-in. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15569.99" OriginalAmount="15415.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212118" Longitude="6.152397" StarRating="5" HotelCode="|451078" HotelName="The Woodward, an Oetker Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Quai Wilson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/7/8/451078_2796a991359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service,Bicycle Rental,Jacuzzi,Massage Centre,Nightclub,Restaurant,Sauna,Designated Smoking Area,Spa,Swimming Pool,Diet Meals,Wheelchair Access,Garden,Elevator,Meeting Room,Parking</BasicAmenities>
    <HotelRating>4,5,3,1,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,APARTMENT HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,SPA HOTEL,AIRPORT 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
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|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="c6678cb5-a817-4fa6-8a85-3a9c1319cfea">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11670" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-18T00:00:00" End="2026-11-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="edurootsexplorers@gmail.com" Password="Aug@2026" 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
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|InfiniteSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at SerializeDeserialize`1.DeserializeData(String dataXML) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 2755
   at HotelSources.Infinite.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 314|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|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
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|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-17T07:02:14.6875505+01:00" Version="0" EchoToken="Search" TransactionIdentifier="c6678cb5-a817-4fa6-8a85-3a9c1319cfea" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="478.51" OriginalAmount="473.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8562" Longitude="-77.00603" StarRating="2" HotelCode="|589771" HotelName="Days Inn by Wyndham Geneva/Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>485 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/7/7/1/589771_326e6db2046.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1010.89" OriginalAmount="1000.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.856319" Longitude="-76.999405" StarRating="3" HotelCode="|392921" HotelName="Fairfield Inn and Suites by Marriott Geneva Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>383 Hamilton St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/9/2/1/392921_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1054.44" OriginalAmount="1044" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1323917-21317203/6457285572567271315/1033" HotelName="IBIS BUDGET GENEVE AEROPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12320000/12318700/12318689/654bc688_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1147.36" OriginalAmount="1136" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1279283-33136773/6457285572567271315/1053" HotelName="IBIS BUDGET GENÈVE PETIT LANCY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13450000/13441600/13441518/b0121c45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1150.79" OriginalAmount="1139.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1189.78" OriginalAmount="1178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.188408" Longitude="6.114822" StarRating="1" HotelCode="212752|411138" HotelName="ibis budget Geneve Petit Lancy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 6, Petit Lancy, 1213 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/00/e70062e9e8012c1c6751d674edb1a754b08b8127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1236.24" OriginalAmount="1224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1371.58" OriginalAmount="1358" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-27590470/6457285572567271315/1387" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1390.77" OriginalAmount="1377" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23193-32596757/6457285572567271315/52" HotelName="RAMADA ENCORE BY WYNDHAM GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/914700/914616/18185f5e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1440.26" OriginalAmount="1426" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-20597469/6457285572567271315/531" HotelName="NASH SUITES HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1592.58" OriginalAmount="1576.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.220408167983" Longitude="6.1140216886997" StarRating="4" HotelCode="82263|99108|Bed &amp; Breakfast" HotelName="Novotel Suites Geneve Aeroport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis Casaï 30, Cointrin, 1216 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb9b272f453e5b54826c811b5bd1b2d3ff98e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1600.85" OriginalAmount="1585" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.227954" Longitude="6.085727" StarRating="4" HotelCode="31232|4236" HotelName="NH Geneva Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Mategnin 21, 1217 Geneva-Meyrin 1</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/65/6b65ce20057dc383cd4594c5ee57d1301f4fd65d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the Geneva shopping district and is only 5 minutes from the exhibiti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1616.00" OriginalAmount="1600" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|974432-19107685/6457285572567271315/597" HotelName="APPART'CITY CONFORT GENÈVE AÉROPORT VERNIER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41450000/41445800/41445724/833028ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1626.10" OriginalAmount="1610" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3027-18113659/6457285572567271315/294" HotelName="HOTEL GENEVA BY FASSBIND" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9600/9567/6f68a1d0_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1672.56" OriginalAmount="1656" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|77065" HotelName="Nash Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1713.62" OriginalAmount="1696.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211942361302" Longitude="6.1277908086777" StarRating="4" HotelCode="39316|1011189|Bed &amp; Breakfast" HotelName="NH Geneva City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Wendt 42-44, 1203 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/ee/1feef8f910592efb7b50883a2ef3a9ccc0d4713a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is only 5 minutes from the UN building and other prominent international organis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1725.08" OriginalAmount="1708" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12466-22280438/6457285572567271315/1080" HotelName="IBIS GENEVE CENTRE NATIONS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5630000/5622200/5622125/a37101e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1726.09" OriginalAmount="1709.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.221982777272" Longitude="6.1489346623421" StarRating="3" HotelCode="23077|hotel_eden_geneve" HotelName="Eden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 135, CH-1202 Genevé</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/bf/84bfee75d1f3571267e86d296dcc27433d32dff5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel lies within a short distance of a wonderful park, close to Lake Geneva. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1742.05" OriginalAmount="1724.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.215487338891" Longitude="6.1326509714127" StarRating="3" HotelCode="15075|18014|Bed &amp; Breakfast" HotelName="Hotel Les Nations" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Grand-Pré 62, 1202 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/63/e663657a9b1ab497c82b2481d1e4a96f0339612c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming business hotel is located near to various major international organisations and the ma...</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1788.71" OriginalAmount="1771" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20828" Longitude="6.146101" StarRating="3" HotelCode="131996|408375" HotelName="Tor Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Ami-Levrier 3, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/88/14881d4da9b3c53a72cc025661465a36d2d819fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a prime location in the heart of Geneva, only 5 minutes from the Cornavin Railway Station, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1790.73" OriginalAmount="1773" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.207763" Longitude="6.138271" StarRating="3" HotelCode="108396|60025" HotelName="ibis Geneve Centre Gare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Voltaire 10, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a8/dba8e4d728aee3c19e214f74c3a0a7aba7f26120.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1793.76" OriginalAmount="1776" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3025-25189703/6457285572567271315/1119" HotelName="NOVOTEL GENEVE CENTRE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/65000/64976/46e7fd16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1801.84" OriginalAmount="1784" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431742-30248871/6457285572567271315/539" HotelName="ADINA APARTMENT HOTEL GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88630000/88622900/88622828/5adbe25d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1833.15" OriginalAmount="1815" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3020-18113657/6457285572567271315/979" HotelName="LES NATIONS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/972100/972050/c3e6c503_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1864.96" OriginalAmount="1846.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211432662414" Longitude="6.1473615214958" StarRating="4" HotelCode="12782|1383046|Bed &amp; Breakfast" HotelName="Novotel Genève Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich 19, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/63/3c633ed08a9ea574a61cc3bef7dba137730ae0da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Geneva's town centre, within minutes of Lake Geneva and the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1890.74" OriginalAmount="1872.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209945391292" Longitude="6.1443671684979" StarRating="3" HotelCode="34972|18766|Bed &amp; Breakfast" HotelName="Hotel Strasbourg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/84/ce8410200477dba3a6ac678cfa73e4b842226ceb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre and close to the tourist areas. It is only two minutes from Genev...</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1933.14" OriginalAmount="1914" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.9275252" Longitude="11.5804914" StarRating="3" HotelCode="0|47517-25223883/6457285572567271315/1303" HotelName="INTERNATIONAL &amp;amp; TERMINUS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>4 CARL ZEISS PLATZ, JENA, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4000/3931/e6e46e7b_b.jpg</HotelPictures>
        <HotelDescription>Situated beside the Friedrich Schiller University in the Jena center. This hotel offers stunning architecture, free WiFi, well appointed rooms, an elegant restaurant and an excellent transport links. The Steigenberger Esplanade Jena has a modern and bright rooms with air conditioning. A breakfast buffet is served daily with sparkling wine and there is a varied Sunday brunch. In the hotel conservatory , vaulted ceiling , you can savor Mediterranean and the Middle East. The Moonlight-Bar offers refreshing cocktails and snacks.

Spa and gym area in the hotel will be closed due to Covid 19 until further notice&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1937.18" OriginalAmount="1918" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-18130906/6457285572567271315/543" HotelName="SAGITTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1977.58" OriginalAmount="1958" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|36632" HotelName="Hotel Sagitta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2026.06" OriginalAmount="2006" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21532" Longitude="6.147718" StarRating="3" HotelCode="35326|32180" HotelName="Hôtel Jade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 55, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/05/0105452370770774aeda23ba3bfd219c1ff18dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Geneva, close to Lake Geneva and the train station as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2031.11" OriginalAmount="2011" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.213445756706" Longitude="6.1454182863236" StarRating="4" HotelCode="16987|27505" HotelName="Hôtel Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc6478897f76bf792c492a3ed82e2dcea98f22a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to public transport, nightclubs, bars and restaurants (around 100 m away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2045.25" OriginalAmount="2025" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210305283949" Longitude="6.1447276175022" StarRating="3" HotelCode="34767|411132" HotelName="International &amp; Terminus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 20, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0c/e00ce3f81cad19688304bdcd9766c7200a656c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the city centre, a one-minute walk from the Cornavin train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2054.34" OriginalAmount="2034" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649362-28516651/6457285572567271315/48" HotelName="CALVY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/649362/202212192439835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2098.96" OriginalAmount="2078.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20943390045" Longitude="6.1418482099122" StarRating="4" HotelCode="31233|6376|Bed &amp; Breakfast" HotelName="Hotel Cornavin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard James-Fazy 23, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/52/6d52bb4af70fc287bea61f8243525217d3e452ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is found close to the train station and is only 100 m from further convenient transport li...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2112.92" OriginalAmount="2092" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3003-22275730/6457285572567271315/1007" HotelName="JADE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47117/1b983d11_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2113.93" OriginalAmount="2093" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-22241577/6457285572567271315/1028" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/b7133e6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2142.66" OriginalAmount="2121.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.22158" Longitude="6.1491936" StarRating="3" HotelCode="|34635" HotelName="Mon Repos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 131</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/3/5/34635_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 80 standard rooms. ROOM: The rooms have a direct line telephone, a television, a mini-bar and a hairdryer. The establishment has non-smoking rooms. FACILITIES: Guests are offered room service. The establishment has a bar and a restaurant. The establishment also has a car park and meeting rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2159.38" OriginalAmount="2138" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12461-25202304/6457285572567271315/1250" HotelName="CORNAVIN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460410/ecb713ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2181.95" OriginalAmount="2160.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209544" Longitude="6.143909" StarRating="3" HotelCode="31229|2597972|Bed &amp; Breakfast" HotelName="Hotel Cristal [Design]" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 4, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/f8/caf8672a8906d088a37fa49b679116e1da123022.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel may be reached from the station by crossing the Mont Blanc pedestrianised street. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2193.72" OriginalAmount="2172" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3028-18114632/6457285572567271315/306" HotelName="ROYAL MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2400/2380/628c8427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2203.82" OriginalAmount="2182" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|13505-25201152/6457285572567271315/1323" HotelName="SUISSE GENEVE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527471/7fbe62d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2206.85" OriginalAmount="2185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|20003" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2229.07" OriginalAmount="2207" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|9675-18113660/6457285572567271315/517" HotelName="STRASBOURG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32660000/32658800/32658779/836a40e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2244.24" OriginalAmount="2222.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210325701314" Longitude="6.1441978812218" StarRating="3" HotelCode="64702|79051|Bed &amp; Breakfast" HotelName="Hotel Bernina Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin 22, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/1f/e31f0d55aec2ccd33606a51b9ab4f69f7829bad8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location opposite the main railway station and connected to its undergrou...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2267.45" OriginalAmount="2245" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32594-22289587/6457285572567271315/993" HotelName="KIPLING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10800/10743/4a5597d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2288.66" OriginalAmount="2266" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.202030986119" Longitude="6.1393323540688" StarRating="4" HotelCode="42794|7093" HotelName="Tiffany Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de l'Arquebuse, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a2/77a21544cf5cdf98b191312482d58a77cc8b0e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in a central location on the left-hand bank of the Rhone. The centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2288.66" OriginalAmount="2266" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.221578" Longitude="6.149327" StarRating="3" HotelCode="64703|23429" HotelName="Mon Repos Hotel Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 131, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e0/39e06e886cb2f17b6e6fe92f1dfb2d38bf79eeae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right-hand shore of Lake Geneva, the hotel looks onto one of the city's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2344.21" OriginalAmount="2321" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17002-25201495/6457285572567271315/1334" HotelName="BERNINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/550000/542200/542125/e3db7367_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2399.74" OriginalAmount="2375.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|16010|Bed &amp; Breakfast" HotelName="Hôtel Kipling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2416.93" OriginalAmount="2393" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|81580-28561681/6457285572567271315/582" HotelName="TIFFANY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1800/1758/107a648f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2614.37" OriginalAmount="2588.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211394818185" Longitude="6.1499807238579" StarRating="3" HotelCode="11984|18959|Bed &amp; Breakfast" HotelName="Hôtel Edelweiss" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de la Navigation 2, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/f7/a6f71b0373a0e71f6e75ac11648251f81e3f8428.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This authentic Swiss chalet is located in the Alps at the heart of Geneva, close to the United Natio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2643.17" OriginalAmount="2617" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|266186-28498329/6457285572567271315/15" HotelName="DES ALPES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54700/54601/61685e27_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2692.08" OriginalAmount="2665.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2866.38" OriginalAmount="2838" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-18114634/6457285572567271315/298" HotelName="WARWICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w5799h3835x5y5-d103793e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2873.45" OriginalAmount="2845.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|warwick_hotel_geneva" HotelName="Warwick Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2881.53" OriginalAmount="2853" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-18208817/6457285572567271315/409" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2905.56" OriginalAmount="2876.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|157382|Bed &amp; Breakfast" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2916.61" OriginalAmount="2887.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|6364|Bed &amp; Breakfast" HotelName="Hôtel Auteuil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3084.54" OriginalAmount="3054" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20755629487" Longitude="6.1469551920891" StarRating="4" HotelCode="11221|7049" HotelName="Bristol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue du Mont-Blanc, Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ef/15efe92de70dd54215e5e39661dd9404b6c3bf5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the centre of Geneva, on Rue de Mont Blanc, just a few minutes Lak...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3253.30" OriginalAmount="3221.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20981155263" Longitude="6.1482721567154" StarRating="4" HotelCode="73947|90727|Bed &amp; Breakfast" HotelName="Eastwest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue des Paquis, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/6d/5e6dd99fb1ee66252997822bc80b4b9f0a04193c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a few steps from Lake Geneva. It is situated close to the business and sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3274.67" OriginalAmount="3242.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209939" Longitude="6.145444" StarRating="3" HotelCode="131655|904892" HotelName="Des Alpes Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/21/6c21fa455f2e17141f4dd2787416dd2a762f5a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3292.60" OriginalAmount="3260" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-18228103/6457285572567271315/976" HotelName="AUTEUIL MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3390.57" OriginalAmount="3357" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|13501-25203525/6457285572567271315/1154" HotelName="INTERCONTINENTAL GENEVE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13400/13396/cdbc260c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4046.06" OriginalAmount="4006" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595073-25745446/6457285572567271315/1358" HotelName="FRASER SUITES GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68860000/68853300/68853208/26283f61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5490.36" OriginalAmount="5436" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|292133-25505454/6457285572567271315/1219" HotelName="SWISS LUXURY APPARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5420000/5413400/5413377/6c1f6fbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6659.94" OriginalAmount="6594" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.203426" Longitude="6.152151" StarRating="5" HotelCode="25112|6025" HotelName="Hotel Metropole Geneve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Quai General Guisan, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8d/878d721c271dfe8e6238c6f291ae52e95ef73b42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of Geneva's lively city centre, right next to Lake Geneva. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6678.12" OriginalAmount="6612" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3021-18113661/6457285572567271315/422" HotelName="METROPOLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/118200/118106/cc8cb249_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6697.89" OriginalAmount="6631.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201330189125" Longitude="6.1472475528717" StarRating="5" HotelCode="65600|210955|Bed &amp; Breakfast" HotelName="Les Armures" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Puits-St-Pierre, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/74/9474632acf6d1fb6a92635c0ac7ebf99a3260958.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="7187.86" OriginalAmount="7116.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209604" Longitude="6.150443" StarRating="5" HotelCode="29669|CAY369700|Bed &amp; Breakfast" HotelName="D'Angleterre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 17, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b01967261cb9f0ed5908924a8614b7cb5fe2d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant upper class hotel is located in the heart of Geneva's shopping and financial district w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7561.69" OriginalAmount="7486.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2053986" Longitude="6.1409001" StarRating="5" HotelCode="|9905" HotelName="Mandarin Oriental, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI TURRETTINI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/5/9905_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 190 standard rooms. In the entrance, you can find a lobby and a hairdresser's. The establishment boasts an inviting bar and a restaurant. It has a car park (for a fee). SITUATION: This elegant hotel is in Geneva city centre where you can find shops, leisure areas and entertainment. It is a few minutes walk away from the historic centre. 100 metres away, there is a public transport stop. ROOM: Customers have stylish rooms with a bathroom with a hairdryer. They are equipped with a direct line telephone, satellite or cable TV, internet (available for a fee), a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a gym, a spa, body care, a sauna and a massage service (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7689.03" OriginalAmount="7612.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.205587" Longitude="6.141025" StarRating="5" HotelCode="25111|6367|Bed &amp; Breakfast" HotelName="Mandarin Oriental Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Quai Turrettini 1, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/78/e67818000c6c6a3ee5f9d916d51157673fe66a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is located in the centre of Geneva, directly on the quay, where many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8198.17" OriginalAmount="8117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870900000000000" Longitude="2.349900000000000" StarRating="5" HotelCode="0|27493-25213389/6457285572567271315/1131" HotelName="MANDARIN ORIENTAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>8 RUE D'HAUTEVILLE, PARIS, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47102/e7a6d307_b.jpg</HotelPictures>
        <HotelDescription>This charming hotel is centrally located, close to the Place de la République and the Marais district of Paris. A diverse selection of shops, entertainment venues and tourist attractions such as the Eiffel Tower, Notre Dame and the Bastille may easily be reached on foot or by making use of public transport. The Gare Du Nord railway station lies just 1 km away.

The hotel has a total of 33 rooms. Facilities include a 24-h reception desk, a lift, a lounge and a little interior garden. A free wifi access is available. Car parking facilities in the neighbourhood are available to those arriving by car.

The tasteful rooms each come with an en suite bathroom, a hairdryer, a direct dial telephone, satellite/ cable TV, an Internet connection, a double bed, a hire safe and a minibar. Individually controllable heating and air conditioning feature as standard.

Guests may select their breakfast from an ample buffet.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="8434.51" OriginalAmount="8351" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21452" Longitude="6.15171" StarRating="5" HotelCode="33833|25775" HotelName="Hotel President Wilson, a Luxury Collection Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai Wilson 47, 1211 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/31/5f31f141451714304a2f8d9081f7ea2e77397987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in front of Lake Geneva and has a wonderful view over the Alps and Mont Blanc....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8549.54" OriginalAmount="8464.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214125" Longitude="6.151721" StarRating="5" HotelCode="|38630" HotelName="President Wilson, A Luxury Collection , Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI WILSON 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/3/0/38630_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a cloakroom. It has 228 standard rooms. The establishment has a lift, a cafÃ©, a hairdresser's, a bar and a restaurant. It has conference facilities, WiFi, room service, a laundry service (for a fee), a car park and bicycle rental. SITUATION: This hotel is next to Lake Geneva. Is situated in an excellent location. 5 minutes away from the establishment, you can find the commercial area. It is located 10 streets away from the historic centre. This hotel is 30 streets away from Lausana 10 minutes away from the establishment guests have the railway station. It is situated 15 minutes away from the airport. ROOM: The establishment has standard rooms and suites. Each room has a bathroom, work area with WiFi, a fax machine, a hairdryer, a direct line telephone, an air-conditioning system, heating, a satellite TV with international channels, Video Club, piped music, an answering machine, a safety deposit box, a mini-bar and beauty products.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8569.42" OriginalAmount="8484.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.202843156881" Longitude="6.1501550674439" StarRating="4" HotelCode="78718|360737|Bed &amp; Breakfast" HotelName="de la Cigogne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Place Longemalle, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8b7a8d505ee9c5d81c498916a003d6487fe6e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8792.05" OriginalAmount="8705" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3026-28596634/6457285572567271315/187" HotelName="PRESIDENT WILSON A LUXURY COLLECTION GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14300/14221/7c37d055_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8860.86" OriginalAmount="8773.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250045" Longitude="6.149574" StarRating="5" HotelCode="|79085" HotelName="La Reserve Geneve  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Route De Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/8/5/79085_b31900e1139.jpg</HotelPictures>
        <HotelDescription>HOTEL: The La Reserve Geneva Y Spa is rated five stars. It has dining facilities and a spa. SITUATION: It is located close to Lake Geneva. It has excellent transport links to the roads, public transport services and the city centre. ROOM: The luxurious rooms have parquet flooring, wooden furniture, an air-conditioning system, WiFi (available for a fee), a television, a writing desk and a bathroom with a bath. FACILITIES: The establishment boasts a fitness centre, a sauna, a steam bath, a beauty centre, deck chairs, 2 swimming pools and a massage service. The establishment also has a tennis court, water sports and a playground. Regarding the food and beverage offering, there is restaurants and a cocktail bar. Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="9923.25" OriginalAmount="9825" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.207879294145" Longitude="6.1485990699406" StarRating="5" HotelCode="29668|33148" HotelName="The Ritz-Carlton Hotel de la Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 11, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/95/3b95c40e3c29cb240f2a7d758dad7ada775939cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious Geneva hotel is located within metres of links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="9978.80" OriginalAmount="9880" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250538739835" Longitude="6.1493101716042" StarRating="5" HotelCode="35566|29233" HotelName="La Reserve Geneve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Route de Lausanne, 1293 Bellevue, Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/8f/868f89974af85db9e37bf41fe876fb587da75eb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11025.13" OriginalAmount="10915.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2077446" Longitude="6.1485958" StarRating="5" HotelCode="|9901" HotelName="The Ritz-carlton,  De La Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Quai Du Mont Blanc,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/1/9901_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a concierge. Pets are allowed. The establishment also offers air-conditioning.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11534.20" OriginalAmount="11420" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|59809" HotelName="Beau Rivage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15569.99" OriginalAmount="15415.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212118" Longitude="6.152397" StarRating="5" HotelCode="|451078" HotelName="The Woodward, an Oetker Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Quai Wilson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/7/8/451078_2796a991359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access,Massage Centre,Jacuzzi,Lounge,Garden,Kitchen,Spa,Swimming Pool,Elevator,Meeting Room,Parking</BasicAmenities>
    <HotelRating>4,3,5,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,AIRPORT HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,SPA 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
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|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="c6678cb5-a817-4fa6-8a85-3a9c1319cfea">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11670" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-18T00:00:00" End="2026-11-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="edurootsexplorers@gmail.com" Password="Aug@2026" 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
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|InfiniteSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at SerializeDeserialize`1.DeserializeData(String dataXML) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 2755
   at HotelSources.Infinite.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 314|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|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-17T07:04:11.7353947+01:00" Version="0" EchoToken="Search" TransactionIdentifier="c6678cb5-a817-4fa6-8a85-3a9c1319cfea" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="478.51" OriginalAmount="473.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8562" Longitude="-77.00603" StarRating="2" HotelCode="|589771" HotelName="Days Inn by Wyndham Geneva/Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>485 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/7/7/1/589771_326e6db2046.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1010.89" OriginalAmount="1000.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.856319" Longitude="-76.999405" StarRating="3" HotelCode="|392921" HotelName="Fairfield Inn and Suites by Marriott Geneva Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>383 Hamilton St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/9/2/1/392921_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1054.44" OriginalAmount="1044" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1323917-21317203/6457285572567271315/1033" HotelName="IBIS BUDGET GENEVE AEROPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12320000/12318700/12318689/654bc688_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1147.36" OriginalAmount="1136" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1279283-33136773/6457285572567271315/1053" HotelName="IBIS BUDGET GENÈVE PETIT LANCY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13450000/13441600/13441518/b0121c45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1150.79" OriginalAmount="1139.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1189.78" OriginalAmount="1178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.188408" Longitude="6.114822" StarRating="1" HotelCode="212752|411138" HotelName="ibis budget Geneve Petit Lancy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 6, Petit Lancy, 1213 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/00/e70062e9e8012c1c6751d674edb1a754b08b8127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1236.24" OriginalAmount="1224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1371.58" OriginalAmount="1358" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-27590470/6457285572567271315/1387" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1390.77" OriginalAmount="1377" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23193-32596757/6457285572567271315/52" HotelName="RAMADA ENCORE BY WYNDHAM GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/914700/914616/18185f5e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1440.26" OriginalAmount="1426" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-20597469/6457285572567271315/531" HotelName="NASH SUITES HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1592.58" OriginalAmount="1576.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.220408167983" Longitude="6.1140216886997" StarRating="4" HotelCode="82263|99108|Bed &amp; Breakfast" HotelName="Novotel Suites Geneve Aeroport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis Casaï 30, Cointrin, 1216 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb9b272f453e5b54826c811b5bd1b2d3ff98e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1600.85" OriginalAmount="1585" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.227954" Longitude="6.085727" StarRating="4" HotelCode="31232|4236" HotelName="NH Geneva Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Mategnin 21, 1217 Geneva-Meyrin 1</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/65/6b65ce20057dc383cd4594c5ee57d1301f4fd65d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the Geneva shopping district and is only 5 minutes from the exhibiti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1616.00" OriginalAmount="1600" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|974432-19107685/6457285572567271315/597" HotelName="APPART'CITY CONFORT GENÈVE AÉROPORT VERNIER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41450000/41445800/41445724/833028ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1626.10" OriginalAmount="1610" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3027-18113659/6457285572567271315/294" HotelName="HOTEL GENEVA BY FASSBIND" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9600/9567/6f68a1d0_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1672.56" OriginalAmount="1656" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|77065" HotelName="Nash Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1713.62" OriginalAmount="1696.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211942361302" Longitude="6.1277908086777" StarRating="4" HotelCode="39316|1011189|Bed &amp; Breakfast" HotelName="NH Geneva City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Wendt 42-44, 1203 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/ee/1feef8f910592efb7b50883a2ef3a9ccc0d4713a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is only 5 minutes from the UN building and other prominent international organis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1725.08" OriginalAmount="1708" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12466-22280438/6457285572567271315/1080" HotelName="IBIS GENEVE CENTRE NATIONS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5630000/5622200/5622125/a37101e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1726.09" OriginalAmount="1709.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.221982777272" Longitude="6.1489346623421" StarRating="3" HotelCode="23077|hotel_eden_geneve" HotelName="Eden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 135, CH-1202 Genevé</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/bf/84bfee75d1f3571267e86d296dcc27433d32dff5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel lies within a short distance of a wonderful park, close to Lake Geneva. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1742.05" OriginalAmount="1724.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.215487338891" Longitude="6.1326509714127" StarRating="3" HotelCode="15075|18014|Bed &amp; Breakfast" HotelName="Hotel Les Nations" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Grand-Pré 62, 1202 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/63/e663657a9b1ab497c82b2481d1e4a96f0339612c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming business hotel is located near to various major international organisations and the ma...</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1788.71" OriginalAmount="1771" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20828" Longitude="6.146101" StarRating="3" HotelCode="131996|408375" HotelName="Tor Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Ami-Levrier 3, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/88/14881d4da9b3c53a72cc025661465a36d2d819fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a prime location in the heart of Geneva, only 5 minutes from the Cornavin Railway Station, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1790.73" OriginalAmount="1773" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.207763" Longitude="6.138271" StarRating="3" HotelCode="108396|60025" HotelName="ibis Geneve Centre Gare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Voltaire 10, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a8/dba8e4d728aee3c19e214f74c3a0a7aba7f26120.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1793.76" OriginalAmount="1776" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3025-25189703/6457285572567271315/1119" HotelName="NOVOTEL GENEVE CENTRE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/65000/64976/46e7fd16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1801.84" OriginalAmount="1784" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431742-30248871/6457285572567271315/539" HotelName="ADINA APARTMENT HOTEL GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88630000/88622900/88622828/5adbe25d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1833.15" OriginalAmount="1815" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3020-18113657/6457285572567271315/979" HotelName="LES NATIONS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/972100/972050/c3e6c503_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1864.96" OriginalAmount="1846.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211432662414" Longitude="6.1473615214958" StarRating="4" HotelCode="12782|1383046|Bed &amp; Breakfast" HotelName="Novotel Genève Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich 19, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/63/3c633ed08a9ea574a61cc3bef7dba137730ae0da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Geneva's town centre, within minutes of Lake Geneva and the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1890.74" OriginalAmount="1872.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209945391292" Longitude="6.1443671684979" StarRating="3" HotelCode="34972|18766|Bed &amp; Breakfast" HotelName="Hotel Strasbourg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/84/ce8410200477dba3a6ac678cfa73e4b842226ceb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre and close to the tourist areas. It is only two minutes from Genev...</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1933.14" OriginalAmount="1914" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.9275252" Longitude="11.5804914" StarRating="3" HotelCode="0|47517-25223883/6457285572567271315/1303" HotelName="INTERNATIONAL &amp;amp; TERMINUS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>4 CARL ZEISS PLATZ, JENA, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4000/3931/e6e46e7b_b.jpg</HotelPictures>
        <HotelDescription>Situated beside the Friedrich Schiller University in the Jena center. This hotel offers stunning architecture, free WiFi, well appointed rooms, an elegant restaurant and an excellent transport links. The Steigenberger Esplanade Jena has a modern and bright rooms with air conditioning. A breakfast buffet is served daily with sparkling wine and there is a varied Sunday brunch. In the hotel conservatory , vaulted ceiling , you can savor Mediterranean and the Middle East. The Moonlight-Bar offers refreshing cocktails and snacks.

Spa and gym area in the hotel will be closed due to Covid 19 until further notice&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1937.18" OriginalAmount="1918" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-18130906/6457285572567271315/543" HotelName="SAGITTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1977.58" OriginalAmount="1958" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|36632" HotelName="Hotel Sagitta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2026.06" OriginalAmount="2006" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21532" Longitude="6.147718" StarRating="3" HotelCode="35326|32180" HotelName="Hôtel Jade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 55, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/05/0105452370770774aeda23ba3bfd219c1ff18dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Geneva, close to Lake Geneva and the train station as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2031.11" OriginalAmount="2011" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.213445756706" Longitude="6.1454182863236" StarRating="4" HotelCode="16987|27505" HotelName="Hôtel Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc6478897f76bf792c492a3ed82e2dcea98f22a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to public transport, nightclubs, bars and restaurants (around 100 m away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2045.25" OriginalAmount="2025" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210305283949" Longitude="6.1447276175022" StarRating="3" HotelCode="34767|411132" HotelName="International &amp; Terminus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 20, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0c/e00ce3f81cad19688304bdcd9766c7200a656c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the city centre, a one-minute walk from the Cornavin train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2054.34" OriginalAmount="2034" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649362-28516651/6457285572567271315/48" HotelName="CALVY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/649362/202212192439835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2098.96" OriginalAmount="2078.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20943390045" Longitude="6.1418482099122" StarRating="4" HotelCode="31233|6376|Bed &amp; Breakfast" HotelName="Hotel Cornavin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard James-Fazy 23, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/52/6d52bb4af70fc287bea61f8243525217d3e452ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is found close to the train station and is only 100 m from further convenient transport li...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2112.92" OriginalAmount="2092" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3003-22275730/6457285572567271315/1007" HotelName="JADE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47117/1b983d11_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2113.93" OriginalAmount="2093" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-22241577/6457285572567271315/1028" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/b7133e6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2142.66" OriginalAmount="2121.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.22158" Longitude="6.1491936" StarRating="3" HotelCode="|34635" HotelName="Mon Repos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 131</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/3/5/34635_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 80 standard rooms. ROOM: The rooms have a direct line telephone, a television, a mini-bar and a hairdryer. The establishment has non-smoking rooms. FACILITIES: Guests are offered room service. The establishment has a bar and a restaurant. The establishment also has a car park and meeting rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2159.38" OriginalAmount="2138" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12461-25202304/6457285572567271315/1250" HotelName="CORNAVIN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460410/ecb713ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2181.95" OriginalAmount="2160.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209544" Longitude="6.143909" StarRating="3" HotelCode="31229|2597972|Bed &amp; Breakfast" HotelName="Hotel Cristal [Design]" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 4, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/f8/caf8672a8906d088a37fa49b679116e1da123022.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel may be reached from the station by crossing the Mont Blanc pedestrianised street. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2193.72" OriginalAmount="2172" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3028-18114632/6457285572567271315/306" HotelName="ROYAL MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2400/2380/628c8427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2203.82" OriginalAmount="2182" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|13505-25201152/6457285572567271315/1323" HotelName="SUISSE GENEVE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527471/7fbe62d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2206.85" OriginalAmount="2185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|20003" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2229.07" OriginalAmount="2207" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|9675-18113660/6457285572567271315/517" HotelName="STRASBOURG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32660000/32658800/32658779/836a40e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2244.24" OriginalAmount="2222.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210325701314" Longitude="6.1441978812218" StarRating="3" HotelCode="64702|79051|Bed &amp; Breakfast" HotelName="Hotel Bernina Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin 22, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/1f/e31f0d55aec2ccd33606a51b9ab4f69f7829bad8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location opposite the main railway station and connected to its undergrou...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2267.45" OriginalAmount="2245" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32594-22289587/6457285572567271315/993" HotelName="KIPLING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10800/10743/4a5597d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2288.66" OriginalAmount="2266" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.202030986119" Longitude="6.1393323540688" StarRating="4" HotelCode="42794|7093" HotelName="Tiffany Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de l'Arquebuse, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a2/77a21544cf5cdf98b191312482d58a77cc8b0e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in a central location on the left-hand bank of the Rhone. The centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2288.66" OriginalAmount="2266" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.221578" Longitude="6.149327" StarRating="3" HotelCode="64703|23429" HotelName="Mon Repos Hotel Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 131, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e0/39e06e886cb2f17b6e6fe92f1dfb2d38bf79eeae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right-hand shore of Lake Geneva, the hotel looks onto one of the city's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2344.21" OriginalAmount="2321" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17002-25201495/6457285572567271315/1334" HotelName="BERNINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/550000/542200/542125/e3db7367_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2399.74" OriginalAmount="2375.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|16010|Bed &amp; Breakfast" HotelName="Hôtel Kipling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2416.93" OriginalAmount="2393" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|81580-28561681/6457285572567271315/582" HotelName="TIFFANY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1800/1758/107a648f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2614.37" OriginalAmount="2588.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211394818185" Longitude="6.1499807238579" StarRating="3" HotelCode="11984|18959|Bed &amp; Breakfast" HotelName="Hôtel Edelweiss" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de la Navigation 2, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/f7/a6f71b0373a0e71f6e75ac11648251f81e3f8428.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This authentic Swiss chalet is located in the Alps at the heart of Geneva, close to the United Natio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2643.17" OriginalAmount="2617" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|266186-28498329/6457285572567271315/15" HotelName="DES ALPES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54700/54601/61685e27_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2692.08" OriginalAmount="2665.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2866.38" OriginalAmount="2838" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-18114634/6457285572567271315/298" HotelName="WARWICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w5799h3835x5y5-d103793e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2873.45" OriginalAmount="2845.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|warwick_hotel_geneva" HotelName="Warwick Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2881.53" OriginalAmount="2853" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-18208817/6457285572567271315/409" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2905.56" OriginalAmount="2876.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|157382|Bed &amp; Breakfast" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2916.61" OriginalAmount="2887.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|6364|Bed &amp; Breakfast" HotelName="Hôtel Auteuil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3084.54" OriginalAmount="3054" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20755629487" Longitude="6.1469551920891" StarRating="4" HotelCode="11221|7049" HotelName="Bristol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue du Mont-Blanc, Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ef/15efe92de70dd54215e5e39661dd9404b6c3bf5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the centre of Geneva, on Rue de Mont Blanc, just a few minutes Lak...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3253.30" OriginalAmount="3221.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20981155263" Longitude="6.1482721567154" StarRating="4" HotelCode="73947|90727|Bed &amp; Breakfast" HotelName="Eastwest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue des Paquis, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/6d/5e6dd99fb1ee66252997822bc80b4b9f0a04193c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a few steps from Lake Geneva. It is situated close to the business and sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3274.67" OriginalAmount="3242.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209939" Longitude="6.145444" StarRating="3" HotelCode="131655|904892" HotelName="Des Alpes Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/21/6c21fa455f2e17141f4dd2787416dd2a762f5a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3292.60" OriginalAmount="3260" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-18228103/6457285572567271315/976" HotelName="AUTEUIL MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3390.57" OriginalAmount="3357" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|13501-25203525/6457285572567271315/1154" HotelName="INTERCONTINENTAL GENEVE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13400/13396/cdbc260c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4046.06" OriginalAmount="4006" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595073-25745446/6457285572567271315/1358" HotelName="FRASER SUITES GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68860000/68853300/68853208/26283f61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5490.36" OriginalAmount="5436" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|292133-25505454/6457285572567271315/1219" HotelName="SWISS LUXURY APPARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5420000/5413400/5413377/6c1f6fbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6659.94" OriginalAmount="6594" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.203426" Longitude="6.152151" StarRating="5" HotelCode="25112|6025" HotelName="Hotel Metropole Geneve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Quai General Guisan, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8d/878d721c271dfe8e6238c6f291ae52e95ef73b42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of Geneva's lively city centre, right next to Lake Geneva. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6678.12" OriginalAmount="6612" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3021-18113661/6457285572567271315/422" HotelName="METROPOLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/118200/118106/cc8cb249_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6697.89" OriginalAmount="6631.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201330189125" Longitude="6.1472475528717" StarRating="5" HotelCode="65600|210955|Bed &amp; Breakfast" HotelName="Les Armures" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Puits-St-Pierre, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/74/9474632acf6d1fb6a92635c0ac7ebf99a3260958.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="7187.86" OriginalAmount="7116.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209604" Longitude="6.150443" StarRating="5" HotelCode="29669|CAY369700|Bed &amp; Breakfast" HotelName="D'Angleterre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 17, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b01967261cb9f0ed5908924a8614b7cb5fe2d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant upper class hotel is located in the heart of Geneva's shopping and financial district w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7561.69" OriginalAmount="7486.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2053986" Longitude="6.1409001" StarRating="5" HotelCode="|9905" HotelName="Mandarin Oriental, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI TURRETTINI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/5/9905_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 190 standard rooms. In the entrance, you can find a lobby and a hairdresser's. The establishment boasts an inviting bar and a restaurant. It has a car park (for a fee). SITUATION: This elegant hotel is in Geneva city centre where you can find shops, leisure areas and entertainment. It is a few minutes walk away from the historic centre. 100 metres away, there is a public transport stop. ROOM: Customers have stylish rooms with a bathroom with a hairdryer. They are equipped with a direct line telephone, satellite or cable TV, internet (available for a fee), a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a gym, a spa, body care, a sauna and a massage service (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7689.03" OriginalAmount="7612.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.205587" Longitude="6.141025" StarRating="5" HotelCode="25111|6367|Bed &amp; Breakfast" HotelName="Mandarin Oriental Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Quai Turrettini 1, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/78/e67818000c6c6a3ee5f9d916d51157673fe66a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is located in the centre of Geneva, directly on the quay, where many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8198.17" OriginalAmount="8117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870900000000000" Longitude="2.349900000000000" StarRating="5" HotelCode="0|27493-25213389/6457285572567271315/1131" HotelName="MANDARIN ORIENTAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>8 RUE D'HAUTEVILLE, PARIS, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47102/e7a6d307_b.jpg</HotelPictures>
        <HotelDescription>This charming hotel is centrally located, close to the Place de la République and the Marais district of Paris. A diverse selection of shops, entertainment venues and tourist attractions such as the Eiffel Tower, Notre Dame and the Bastille may easily be reached on foot or by making use of public transport. The Gare Du Nord railway station lies just 1 km away.

The hotel has a total of 33 rooms. Facilities include a 24-h reception desk, a lift, a lounge and a little interior garden. A free wifi access is available. Car parking facilities in the neighbourhood are available to those arriving by car.

The tasteful rooms each come with an en suite bathroom, a hairdryer, a direct dial telephone, satellite/ cable TV, an Internet connection, a double bed, a hire safe and a minibar. Individually controllable heating and air conditioning feature as standard.

Guests may select their breakfast from an ample buffet.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="8434.51" OriginalAmount="8351" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21452" Longitude="6.15171" StarRating="5" HotelCode="33833|25775" HotelName="Hotel President Wilson, a Luxury Collection Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai Wilson 47, 1211 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/31/5f31f141451714304a2f8d9081f7ea2e77397987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in front of Lake Geneva and has a wonderful view over the Alps and Mont Blanc....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8549.54" OriginalAmount="8464.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214125" Longitude="6.151721" StarRating="5" HotelCode="|38630" HotelName="President Wilson, A Luxury Collection , Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI WILSON 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/3/0/38630_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a cloakroom. It has 228 standard rooms. The establishment has a lift, a cafÃ©, a hairdresser's, a bar and a restaurant. It has conference facilities, WiFi, room service, a laundry service (for a fee), a car park and bicycle rental. SITUATION: This hotel is next to Lake Geneva. Is situated in an excellent location. 5 minutes away from the establishment, you can find the commercial area. It is located 10 streets away from the historic centre. This hotel is 30 streets away from Lausana 10 minutes away from the establishment guests have the railway station. It is situated 15 minutes away from the airport. ROOM: The establishment has standard rooms and suites. Each room has a bathroom, work area with WiFi, a fax machine, a hairdryer, a direct line telephone, an air-conditioning system, heating, a satellite TV with international channels, Video Club, piped music, an answering machine, a safety deposit box, a mini-bar and beauty products.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8569.42" OriginalAmount="8484.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.202843156881" Longitude="6.1501550674439" StarRating="4" HotelCode="78718|360737|Bed &amp; Breakfast" HotelName="de la Cigogne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Place Longemalle, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8b7a8d505ee9c5d81c498916a003d6487fe6e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8792.05" OriginalAmount="8705" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3026-28596634/6457285572567271315/187" HotelName="PRESIDENT WILSON A LUXURY COLLECTION GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14300/14221/7c37d055_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8860.86" OriginalAmount="8773.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250045" Longitude="6.149574" StarRating="5" HotelCode="|79085" HotelName="La Reserve Geneve  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Route De Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/8/5/79085_b31900e1139.jpg</HotelPictures>
        <HotelDescription>HOTEL: The La Reserve Geneva Y Spa is rated five stars. It has dining facilities and a spa. SITUATION: It is located close to Lake Geneva. It has excellent transport links to the roads, public transport services and the city centre. ROOM: The luxurious rooms have parquet flooring, wooden furniture, an air-conditioning system, WiFi (available for a fee), a television, a writing desk and a bathroom with a bath. FACILITIES: The establishment boasts a fitness centre, a sauna, a steam bath, a beauty centre, deck chairs, 2 swimming pools and a massage service. The establishment also has a tennis court, water sports and a playground. Regarding the food and beverage offering, there is restaurants and a cocktail bar. Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="9923.25" OriginalAmount="9825" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.207879294145" Longitude="6.1485990699406" StarRating="5" HotelCode="29668|33148" HotelName="The Ritz-Carlton Hotel de la Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 11, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/95/3b95c40e3c29cb240f2a7d758dad7ada775939cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious Geneva hotel is located within metres of links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="9978.80" OriginalAmount="9880" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250538739835" Longitude="6.1493101716042" StarRating="5" HotelCode="35566|29233" HotelName="La Reserve Geneve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Route de Lausanne, 1293 Bellevue, Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/8f/868f89974af85db9e37bf41fe876fb587da75eb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11025.13" OriginalAmount="10915.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2077446" Longitude="6.1485958" StarRating="5" HotelCode="|9901" HotelName="The Ritz-carlton,  De La Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Quai Du Mont Blanc,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/1/9901_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a concierge. Pets are allowed. The establishment also offers air-conditioning.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11534.20" OriginalAmount="11420" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|59809" HotelName="Beau Rivage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15569.99" OriginalAmount="15415.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212118" Longitude="6.152397" StarRating="5" HotelCode="|451078" HotelName="The Woodward, an Oetker Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Quai Wilson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/7/8/451078_2796a991359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Bicycle Rental,Diet Meals,Lounge,Spa,Wheelchair Access,Kitchen,Swimming Pool,Elevator,Meeting Room,Parking</BasicAmenities>
    <HotelRating>4,5,3,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,SPA HOTEL,AIRPORT 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
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|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="c6678cb5-a817-4fa6-8a85-3a9c1319cfea">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11670" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-18T00:00:00" End="2026-11-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="edurootsexplorers@gmail.com" Password="Aug@2026" 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
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|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
c6678cb5-a817-4fa6-8a85-3a9c1319cfea|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-17T07:04:14.4810904+01:00" Version="0" EchoToken="Search" TransactionIdentifier="c6678cb5-a817-4fa6-8a85-3a9c1319cfea" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="478.51" OriginalAmount="473.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8562" Longitude="-77.00603" StarRating="2" HotelCode="|589771" HotelName="Days Inn by Wyndham Geneva/Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>485 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/7/7/1/589771_326e6db2046.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1010.89" OriginalAmount="1000.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.856319" Longitude="-76.999405" StarRating="3" HotelCode="|392921" HotelName="Fairfield Inn and Suites by Marriott Geneva Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>383 Hamilton St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/9/2/1/392921_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1054.44" OriginalAmount="1044" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1323917-21317203/6457285572567271315/1033" HotelName="IBIS BUDGET GENEVE AEROPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12320000/12318700/12318689/654bc688_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1147.36" OriginalAmount="1136" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1279283-33136773/6457285572567271315/1053" HotelName="IBIS BUDGET GENÈVE PETIT LANCY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13450000/13441600/13441518/b0121c45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1150.79" OriginalAmount="1139.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1189.78" OriginalAmount="1178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.188408" Longitude="6.114822" StarRating="1" HotelCode="212752|411138" HotelName="ibis budget Geneve Petit Lancy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 6, Petit Lancy, 1213 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/00/e70062e9e8012c1c6751d674edb1a754b08b8127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1236.24" OriginalAmount="1224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1371.58" OriginalAmount="1358" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-27590470/6457285572567271315/1387" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1390.77" OriginalAmount="1377" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23193-32596757/6457285572567271315/52" HotelName="RAMADA ENCORE BY WYNDHAM GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/914700/914616/18185f5e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1440.26" OriginalAmount="1426" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-20597469/6457285572567271315/531" HotelName="NASH SUITES HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1592.58" OriginalAmount="1576.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.220408167983" Longitude="6.1140216886997" StarRating="4" HotelCode="82263|99108|Bed &amp; Breakfast" HotelName="Novotel Suites Geneve Aeroport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis Casaï 30, Cointrin, 1216 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb9b272f453e5b54826c811b5bd1b2d3ff98e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1600.85" OriginalAmount="1585" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.227954" Longitude="6.085727" StarRating="4" HotelCode="31232|4236" HotelName="NH Geneva Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Mategnin 21, 1217 Geneva-Meyrin 1</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/65/6b65ce20057dc383cd4594c5ee57d1301f4fd65d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the Geneva shopping district and is only 5 minutes from the exhibiti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1616.00" OriginalAmount="1600" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|974432-19107685/6457285572567271315/597" HotelName="APPART'CITY CONFORT GENÈVE AÉROPORT VERNIER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41450000/41445800/41445724/833028ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1626.10" OriginalAmount="1610" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3027-18113659/6457285572567271315/294" HotelName="HOTEL GENEVA BY FASSBIND" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9600/9567/6f68a1d0_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1672.56" OriginalAmount="1656" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|77065" HotelName="Nash Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1713.62" OriginalAmount="1696.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211942361302" Longitude="6.1277908086777" StarRating="4" HotelCode="39316|1011189|Bed &amp; Breakfast" HotelName="NH Geneva City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Wendt 42-44, 1203 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/ee/1feef8f910592efb7b50883a2ef3a9ccc0d4713a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is only 5 minutes from the UN building and other prominent international organis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1725.08" OriginalAmount="1708" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12466-22280438/6457285572567271315/1080" HotelName="IBIS GENEVE CENTRE NATIONS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5630000/5622200/5622125/a37101e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1726.09" OriginalAmount="1709.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.221982777272" Longitude="6.1489346623421" StarRating="3" HotelCode="23077|hotel_eden_geneve" HotelName="Eden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 135, CH-1202 Genevé</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/bf/84bfee75d1f3571267e86d296dcc27433d32dff5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel lies within a short distance of a wonderful park, close to Lake Geneva. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1742.05" OriginalAmount="1724.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.215487338891" Longitude="6.1326509714127" StarRating="3" HotelCode="15075|18014|Bed &amp; Breakfast" HotelName="Hotel Les Nations" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Grand-Pré 62, 1202 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/63/e663657a9b1ab497c82b2481d1e4a96f0339612c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming business hotel is located near to various major international organisations and the ma...</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1788.71" OriginalAmount="1771" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20828" Longitude="6.146101" StarRating="3" HotelCode="131996|408375" HotelName="Tor Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Ami-Levrier 3, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/88/14881d4da9b3c53a72cc025661465a36d2d819fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a prime location in the heart of Geneva, only 5 minutes from the Cornavin Railway Station, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1790.73" OriginalAmount="1773" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.207763" Longitude="6.138271" StarRating="3" HotelCode="108396|60025" HotelName="ibis Geneve Centre Gare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Voltaire 10, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a8/dba8e4d728aee3c19e214f74c3a0a7aba7f26120.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1793.76" OriginalAmount="1776" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3025-25189703/6457285572567271315/1119" HotelName="NOVOTEL GENEVE CENTRE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/65000/64976/46e7fd16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1801.84" OriginalAmount="1784" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431742-30248871/6457285572567271315/539" HotelName="ADINA APARTMENT HOTEL GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88630000/88622900/88622828/5adbe25d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1833.15" OriginalAmount="1815" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3020-18113657/6457285572567271315/979" HotelName="LES NATIONS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/972100/972050/c3e6c503_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1864.96" OriginalAmount="1846.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211432662414" Longitude="6.1473615214958" StarRating="4" HotelCode="12782|1383046|Bed &amp; Breakfast" HotelName="Novotel Genève Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich 19, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/63/3c633ed08a9ea574a61cc3bef7dba137730ae0da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Geneva's town centre, within minutes of Lake Geneva and the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1890.74" OriginalAmount="1872.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209945391292" Longitude="6.1443671684979" StarRating="3" HotelCode="34972|18766|Bed &amp; Breakfast" HotelName="Hotel Strasbourg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/11/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/84/ce8410200477dba3a6ac678cfa73e4b842226ceb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre and close to the tourist areas. It is only two minutes from Genev...</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1933.14" OriginalAmount="1914" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.9275252" Longitude="11.5804914" StarRating="3" HotelCode="0|47517-25223883/6457285572567271315/1303" HotelName="INTERNATIONAL &amp;amp; TERMINUS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>4 CARL ZEISS PLATZ, JENA, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4000/3931/e6e46e7b_b.jpg</HotelPictures>
        <HotelDescription>Situated beside the Friedrich Schiller University in the Jena center. This hotel offers stunning architecture, free WiFi, well appointed rooms, an elegant restaurant and an excellent transport links. The Steigenberger Esplanade Jena has a modern and bright rooms with air conditioning. A breakfast buffet is served daily with sparkling wine and there is a varied Sunday brunch. In the hotel conservatory , vaulted ceiling , you can savor Mediterranean and the Middle East. The Moonlight-Bar offers refreshing cocktails and snacks.

Spa and gym area in the hotel will be closed due to Covid 19 until further notice&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1937.18" OriginalAmount="1918" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-18130906/6457285572567271315/543" HotelName="SAGITTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1977.58" OriginalAmount="1958" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|36632" HotelName="Hotel Sagitta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2026.06" OriginalAmount="2006" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21532" Longitude="6.147718" StarRating="3" HotelCode="35326|32180" HotelName="Hôtel Jade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 55, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/05/0105452370770774aeda23ba3bfd219c1ff18dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Geneva, close to Lake Geneva and the train station as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2031.11" OriginalAmount="2011" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.213445756706" Longitude="6.1454182863236" StarRating="4" HotelCode="16987|27505" HotelName="Hôtel Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc6478897f76bf792c492a3ed82e2dcea98f22a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to public transport, nightclubs, bars and restaurants (around 100 m away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2045.25" OriginalAmount="2025" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210305283949" Longitude="6.1447276175022" StarRating="3" HotelCode="34767|411132" HotelName="International &amp; Terminus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 20, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0c/e00ce3f81cad19688304bdcd9766c7200a656c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the city centre, a one-minute walk from the Cornavin train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2054.34" OriginalAmount="2034" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649362-28516651/6457285572567271315/48" HotelName="CALVY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/649362/202212192439835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2098.96" OriginalAmount="2078.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20943390045" Longitude="6.1418482099122" StarRating="4" HotelCode="31233|6376|Bed &amp; Breakfast" HotelName="Hotel Cornavin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard James-Fazy 23, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/52/6d52bb4af70fc287bea61f8243525217d3e452ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is found close to the train station and is only 100 m from further convenient transport li...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2112.92" OriginalAmount="2092" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3003-22275730/6457285572567271315/1007" HotelName="JADE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47117/1b983d11_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2113.93" OriginalAmount="2093" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-22241577/6457285572567271315/1028" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/b7133e6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2142.66" OriginalAmount="2121.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.22158" Longitude="6.1491936" StarRating="3" HotelCode="|34635" HotelName="Mon Repos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 131</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/3/5/34635_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 80 standard rooms. ROOM: The rooms have a direct line telephone, a television, a mini-bar and a hairdryer. The establishment has non-smoking rooms. FACILITIES: Guests are offered room service. The establishment has a bar and a restaurant. The establishment also has a car park and meeting rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2159.38" OriginalAmount="2138" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12461-25202304/6457285572567271315/1250" HotelName="CORNAVIN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460410/ecb713ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2181.95" OriginalAmount="2160.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209544" Longitude="6.143909" StarRating="3" HotelCode="31229|2597972|Bed &amp; Breakfast" HotelName="Hotel Cristal [Design]" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 4, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/f8/caf8672a8906d088a37fa49b679116e1da123022.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel may be reached from the station by crossing the Mont Blanc pedestrianised street. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2193.72" OriginalAmount="2172" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3028-18114632/6457285572567271315/306" HotelName="ROYAL MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2400/2380/628c8427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2203.82" OriginalAmount="2182" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|13505-25201152/6457285572567271315/1323" HotelName="SUISSE GENEVE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527471/7fbe62d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2206.85" OriginalAmount="2185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|20003" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2229.07" OriginalAmount="2207" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|9675-18113660/6457285572567271315/517" HotelName="STRASBOURG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32660000/32658800/32658779/836a40e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2244.24" OriginalAmount="2222.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210325701314" Longitude="6.1441978812218" StarRating="3" HotelCode="64702|79051|Bed &amp; Breakfast" HotelName="Hotel Bernina Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin 22, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/1f/e31f0d55aec2ccd33606a51b9ab4f69f7829bad8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location opposite the main railway station and connected to its undergrou...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2267.45" OriginalAmount="2245" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32594-22289587/6457285572567271315/993" HotelName="KIPLING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10800/10743/4a5597d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2288.66" OriginalAmount="2266" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.202030986119" Longitude="6.1393323540688" StarRating="4" HotelCode="42794|7093" HotelName="Tiffany Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de l'Arquebuse, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a2/77a21544cf5cdf98b191312482d58a77cc8b0e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in a central location on the left-hand bank of the Rhone. The centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2288.66" OriginalAmount="2266" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.221578" Longitude="6.149327" StarRating="3" HotelCode="64703|23429" HotelName="Mon Repos Hotel Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 131, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e0/39e06e886cb2f17b6e6fe92f1dfb2d38bf79eeae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right-hand shore of Lake Geneva, the hotel looks onto one of the city's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2344.21" OriginalAmount="2321" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17002-25201495/6457285572567271315/1334" HotelName="BERNINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/550000/542200/542125/e3db7367_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2399.74" OriginalAmount="2375.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|16010|Bed &amp; Breakfast" HotelName="Hôtel Kipling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2416.93" OriginalAmount="2393" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|81580-28561681/6457285572567271315/582" HotelName="TIFFANY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1800/1758/107a648f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2614.37" OriginalAmount="2588.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211394818185" Longitude="6.1499807238579" StarRating="3" HotelCode="11984|18959|Bed &amp; Breakfast" HotelName="Hôtel Edelweiss" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de la Navigation 2, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/f7/a6f71b0373a0e71f6e75ac11648251f81e3f8428.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This authentic Swiss chalet is located in the Alps at the heart of Geneva, close to the United Natio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2643.17" OriginalAmount="2617" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|266186-28498329/6457285572567271315/15" HotelName="DES ALPES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54700/54601/61685e27_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2692.08" OriginalAmount="2665.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2866.38" OriginalAmount="2838" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-18114634/6457285572567271315/298" HotelName="WARWICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w5799h3835x5y5-d103793e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2873.45" OriginalAmount="2845.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|warwick_hotel_geneva" HotelName="Warwick Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2881.53" OriginalAmount="2853" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-18208817/6457285572567271315/409" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2905.56" OriginalAmount="2876.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|157382|Bed &amp; Breakfast" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2916.61" OriginalAmount="2887.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|6364|Bed &amp; Breakfast" HotelName="Hôtel Auteuil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3084.54" OriginalAmount="3054" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20755629487" Longitude="6.1469551920891" StarRating="4" HotelCode="11221|7049" HotelName="Bristol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue du Mont-Blanc, Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ef/15efe92de70dd54215e5e39661dd9404b6c3bf5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the centre of Geneva, on Rue de Mont Blanc, just a few minutes Lak...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3253.30" OriginalAmount="3221.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20981155263" Longitude="6.1482721567154" StarRating="4" HotelCode="73947|90727|Bed &amp; Breakfast" HotelName="Eastwest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue des Paquis, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/6d/5e6dd99fb1ee66252997822bc80b4b9f0a04193c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a few steps from Lake Geneva. It is situated close to the business and sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3274.67" OriginalAmount="3242.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209939" Longitude="6.145444" StarRating="3" HotelCode="131655|904892" HotelName="Des Alpes Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/21/6c21fa455f2e17141f4dd2787416dd2a762f5a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3292.60" OriginalAmount="3260" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-18228103/6457285572567271315/976" HotelName="AUTEUIL MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3390.57" OriginalAmount="3357" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|13501-25203525/6457285572567271315/1154" HotelName="INTERCONTINENTAL GENEVE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13400/13396/cdbc260c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4046.06" OriginalAmount="4006" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595073-25745446/6457285572567271315/1358" HotelName="FRASER SUITES GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68860000/68853300/68853208/26283f61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5490.36" OriginalAmount="5436" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|292133-25505454/6457285572567271315/1219" HotelName="SWISS LUXURY APPARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5420000/5413400/5413377/6c1f6fbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6659.94" OriginalAmount="6594" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.203426" Longitude="6.152151" StarRating="5" HotelCode="25112|6025" HotelName="Hotel Metropole Geneve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Quai General Guisan, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8d/878d721c271dfe8e6238c6f291ae52e95ef73b42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of Geneva's lively city centre, right next to Lake Geneva. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6678.12" OriginalAmount="6612" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3021-18113661/6457285572567271315/422" HotelName="METROPOLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/118200/118106/cc8cb249_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6697.89" OriginalAmount="6631.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201330189125" Longitude="6.1472475528717" StarRating="5" HotelCode="65600|210955|Bed &amp; Breakfast" HotelName="Les Armures" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Puits-St-Pierre, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/74/9474632acf6d1fb6a92635c0ac7ebf99a3260958.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="7187.86" OriginalAmount="7116.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209604" Longitude="6.150443" StarRating="5" HotelCode="29669|CAY369700|Bed &amp; Breakfast" HotelName="D'Angleterre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 17, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b01967261cb9f0ed5908924a8614b7cb5fe2d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant upper class hotel is located in the heart of Geneva's shopping and financial district w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7561.69" OriginalAmount="7486.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2053986" Longitude="6.1409001" StarRating="5" HotelCode="|9905" HotelName="Mandarin Oriental, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI TURRETTINI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/5/9905_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 190 standard rooms. In the entrance, you can find a lobby and a hairdresser's. The establishment boasts an inviting bar and a restaurant. It has a car park (for a fee). SITUATION: This elegant hotel is in Geneva city centre where you can find shops, leisure areas and entertainment. It is a few minutes walk away from the historic centre. 100 metres away, there is a public transport stop. ROOM: Customers have stylish rooms with a bathroom with a hairdryer. They are equipped with a direct line telephone, satellite or cable TV, internet (available for a fee), a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a gym, a spa, body care, a sauna and a massage service (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7689.03" OriginalAmount="7612.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.205587" Longitude="6.141025" StarRating="5" HotelCode="25111|6367|Bed &amp; Breakfast" HotelName="Mandarin Oriental Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Quai Turrettini 1, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/78/e67818000c6c6a3ee5f9d916d51157673fe66a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is located in the centre of Geneva, directly on the quay, where many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8198.17" OriginalAmount="8117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870900000000000" Longitude="2.349900000000000" StarRating="5" HotelCode="0|27493-25213389/6457285572567271315/1131" HotelName="MANDARIN ORIENTAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>8 RUE D'HAUTEVILLE, PARIS, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47102/e7a6d307_b.jpg</HotelPictures>
        <HotelDescription>This charming hotel is centrally located, close to the Place de la République and the Marais district of Paris. A diverse selection of shops, entertainment venues and tourist attractions such as the Eiffel Tower, Notre Dame and the Bastille may easily be reached on foot or by making use of public transport. The Gare Du Nord railway station lies just 1 km away.

The hotel has a total of 33 rooms. Facilities include a 24-h reception desk, a lift, a lounge and a little interior garden. A free wifi access is available. Car parking facilities in the neighbourhood are available to those arriving by car.

The tasteful rooms each come with an en suite bathroom, a hairdryer, a direct dial telephone, satellite/ cable TV, an Internet connection, a double bed, a hire safe and a minibar. Individually controllable heating and air conditioning feature as standard.

Guests may select their breakfast from an ample buffet.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="8434.51" OriginalAmount="8351" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21452" Longitude="6.15171" StarRating="5" HotelCode="33833|25775" HotelName="Hotel President Wilson, a Luxury Collection Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai Wilson 47, 1211 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/31/5f31f141451714304a2f8d9081f7ea2e77397987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in front of Lake Geneva and has a wonderful view over the Alps and Mont Blanc....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8549.54" OriginalAmount="8464.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214125" Longitude="6.151721" StarRating="5" HotelCode="|38630" HotelName="President Wilson, A Luxury Collection , Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI WILSON 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/3/0/38630_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a cloakroom. It has 228 standard rooms. The establishment has a lift, a cafÃ©, a hairdresser's, a bar and a restaurant. It has conference facilities, WiFi, room service, a laundry service (for a fee), a car park and bicycle rental. SITUATION: This hotel is next to Lake Geneva. Is situated in an excellent location. 5 minutes away from the establishment, you can find the commercial area. It is located 10 streets away from the historic centre. This hotel is 30 streets away from Lausana 10 minutes away from the establishment guests have the railway station. It is situated 15 minutes away from the airport. ROOM: The establishment has standard rooms and suites. Each room has a bathroom, work area with WiFi, a fax machine, a hairdryer, a direct line telephone, an air-conditioning system, heating, a satellite TV with international channels, Video Club, piped music, an answering machine, a safety deposit box, a mini-bar and beauty products.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8569.42" OriginalAmount="8484.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.202843156881" Longitude="6.1501550674439" StarRating="4" HotelCode="78718|360737|Bed &amp; Breakfast" HotelName="de la Cigogne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Place Longemalle, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8b7a8d505ee9c5d81c498916a003d6487fe6e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8792.05" OriginalAmount="8705" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3026-28596634/6457285572567271315/187" HotelName="PRESIDENT WILSON A LUXURY COLLECTION GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14300/14221/7c37d055_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8860.86" OriginalAmount="8773.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250045" Longitude="6.149574" StarRating="5" HotelCode="|79085" HotelName="La Reserve Geneve  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Route De Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/8/5/79085_b31900e1139.jpg</HotelPictures>
        <HotelDescription>HOTEL: The La Reserve Geneva Y Spa is rated five stars. It has dining facilities and a spa. SITUATION: It is located close to Lake Geneva. It has excellent transport links to the roads, public transport services and the city centre. ROOM: The luxurious rooms have parquet flooring, wooden furniture, an air-conditioning system, WiFi (available for a fee), a television, a writing desk and a bathroom with a bath. FACILITIES: The establishment boasts a fitness centre, a sauna, a steam bath, a beauty centre, deck chairs, 2 swimming pools and a massage service. The establishment also has a tennis court, water sports and a playground. Regarding the food and beverage offering, there is restaurants and a cocktail bar. Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="9923.25" OriginalAmount="9825" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.207879294145" Longitude="6.1485990699406" StarRating="5" HotelCode="29668|33148" HotelName="The Ritz-Carlton Hotel de la Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 11, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/95/3b95c40e3c29cb240f2a7d758dad7ada775939cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious Geneva hotel is located within metres of links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="9978.80" OriginalAmount="9880" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250538739835" Longitude="6.1493101716042" StarRating="5" HotelCode="35566|29233" HotelName="La Reserve Geneve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Route de Lausanne, 1293 Bellevue, Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/8f/868f89974af85db9e37bf41fe876fb587da75eb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11025.13" OriginalAmount="10915.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2077446" Longitude="6.1485958" StarRating="5" HotelCode="|9901" HotelName="The Ritz-carlton,  De La Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Quai Du Mont Blanc,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/1/9901_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a concierge. Pets are allowed. The establishment also offers air-conditioning.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11534.20" OriginalAmount="11420" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|59809" HotelName="Beau Rivage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="15569.99" OriginalAmount="15415.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212118" Longitude="6.152397" StarRating="5" HotelCode="|451078" HotelName="The Woodward, an Oetker Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Quai Wilson</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/0/7/8/451078_2796a991359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Bicycle Rental,Diet Meals,Lounge,Wheelchair Access,Spa,Kitchen,Swimming Pool,Elevator,Meeting Room,Parking</BasicAmenities>
    <HotelRating>4,5,3,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,AIRPORT HOTEL,APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,SPA 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
8e21240e-4a14-4802-bb47-f22c2015cfb3|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
8e21240e-4a14-4802-bb47-f22c2015cfb3|InfiniteSearch|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 97|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
8e21240e-4a14-4802-bb47-f22c2015cfb3|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
8e21240e-4a14-4802-bb47-f22c2015cfb3|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="8e21240e-4a14-4802-bb47-f22c2015cfb3">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11670" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-18T00:00:00" End="2026-11-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="edurootsexplorers@gmail.com" Password="Aug@2026" 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
8e21240e-4a14-4802-bb47-f22c2015cfb3|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
8e21240e-4a14-4802-bb47-f22c2015cfb3|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
8e21240e-4a14-4802-bb47-f22c2015cfb3|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
8e21240e-4a14-4802-bb47-f22c2015cfb3|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-17T07:05:25.5599942+01:00" Version="0" EchoToken="Search" TransactionIdentifier="8e21240e-4a14-4802-bb47-f22c2015cfb3" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="691.19" OriginalAmount="684.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8562" Longitude="-77.00603" StarRating="2" HotelCode="|589771" HotelName="Days Inn by Wyndham Geneva/Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>485 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/7/7/1/589771_326e6db2046.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="828.50" OriginalAmount="820.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.86366" Longitude="-76.98185" StarRating="3" HotelCode="|235208" HotelName="  41 Lakefront Hotel, Trademark Collection By Wyndham " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Lake Front Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/2/0/8/235208_142a55f0056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="885.92" OriginalAmount="877.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8566196" Longitude="-77.0033723" StarRating="1" HotelCode="|361844" HotelName="Americas Best Value Inn Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>473 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/8/4/4/361844_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="946.37" OriginalAmount="937.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.188408" Longitude="6.114822" StarRating="1" HotelCode="212752|ibis_budget_geneve_petitlancy" HotelName="ibis budget Geneve Petit Lancy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 6, Petit Lancy, 1213 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/00/e70062e9e8012c1c6751d674edb1a754b08b8127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="969.60" OriginalAmount="960.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.220854" Longitude="6.113772" StarRating="1" HotelCode="212750|ibis_budget_geneve" HotelName="ibis budget Geneve Aeroport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis-Casai 26, Cointrin, 1216 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/c3/4ac3a29b2af88f2e017cf446ddf35039c592251a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1042.32" OriginalAmount="1032" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1279283-33136773/6079455624238909802/173" HotelName="IBIS BUDGET GENÈVE PETIT LANCY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13450000/13441600/13441518/b0121c45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1224.44" OriginalAmount="1212.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211942361302" Longitude="6.1277908086777" StarRating="4" HotelCode="39316|284415" HotelName="NH Geneva City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Wendt 42-44, 1203 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/ee/1feef8f910592efb7b50883a2ef3a9ccc0d4713a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is only 5 minutes from the UN building and other prominent international organis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1231.19" OriginalAmount="1219" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-20597469/6079455624238909802/99" HotelName="NASH SUITES HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1312.42" OriginalAmount="1299.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2275863" Longitude="6.0863577" StarRating="4" HotelCode="|9913" HotelName="Nh Geneva Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE DE MATEGNIN 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/3/9913_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, is surrounded by mountains, has 4 floors and 190 rooms. This air-conditioned establishment has a reception area, with an elevator, a safety deposit box service, a cloakroom and a currency exchange service. The establishment boasts a cafÃ©, a bar and a restaurant with air-conditioning, The establishment offers guests conference rooms and internet. There are many services available at the establishment, including room service, a laundry service and a car park. It has a transfer service to, the airport, (free of charge). SITUATION: This hotel is in the heart of, the commercial district, is situated 5 minutes away from the exhibition centre, is situated 1,5 kilometres away from Geneva Airport 500 metres away, guests can find the tourist centre, Where you can find shops and a public transport stop. it is situated 5 kilometres away from the city centre ,Leman Lake. ROOM: It has modern rooms with a shower, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, a safe, a kettle and a coffee maker. FACILITIES: The establishment has parasols and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers all meals in a buffet format, The establishment also offers Ã  la carte lunch and dinner, a set-menu lunch, dietary restrictions can be accommodated and special dishes can be made. Clients can book half-board or full-board. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, Diners Club, JCB and EC.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1332.19" OriginalAmount="1319" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-27590470/6079455624238909802/1313" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1347.86" OriginalAmount="1334.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.856319" Longitude="-76.999405" StarRating="3" HotelCode="|392921" HotelName="Fairfield Inn and Suites by Marriott Geneva Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>383 Hamilton St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/9/2/1/392921_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1357.08" OriginalAmount="1343.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.220408167983" Longitude="6.1140216886997" StarRating="4" HotelCode="82263|181836" HotelName="Novotel Suites Geneve Aeroport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis Casaï 30, Cointrin, 1216 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb9b272f453e5b54826c811b5bd1b2d3ff98e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1390.77" OriginalAmount="1377" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23193-32596757/6079455624238909802/222" HotelName="RAMADA ENCORE BY WYNDHAM GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/914700/914616/18185f5e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1503.89" OriginalAmount="1489" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3027-18113659/6079455624238909802/28" HotelName="HOTEL GENEVA BY FASSBIND" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9600/9567/6f68a1d0_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1513.51" OriginalAmount="1498.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|106746" HotelName="Nash Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1534.39" OriginalAmount="1519.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1637.21" OriginalAmount="1621.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1689.89" OriginalAmount="1673.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.194211" Longitude="6.142309" StarRating="2" HotelCode="|454433" HotelName="PRIMADOM Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Dancet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/4/3/3/454433_6a181001034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1694.78" OriginalAmount="1678" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|974432-19107685/6079455624238909802/111" HotelName="APPART'CITY CONFORT GENÈVE AÉROPORT VERNIER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41450000/41445800/41445724/833028ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1706.73" OriginalAmount="1689.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2141785" Longitude="6.1352484" StarRating="3" HotelCode="|117323" HotelName="Ibis Geneve Centre Nations" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/3/117323_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inGeneva the city centre of 800 metres away, guests can find GenÃ¨ve-Cornavin the Railway Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1727.69" OriginalAmount="1710.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2030058" Longitude="6.1455632" StarRating="2" HotelCode="|117341" HotelName="Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/4/1/117341_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inGeneva the heart of nearby, you will find the tourist attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1751.34" OriginalAmount="1734.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.207763" Longitude="6.138271" StarRating="3" HotelCode="108396|ibis_geneve_centre_gare" HotelName="ibis Geneve Centre Gare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Voltaire 10, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a8/dba8e4d728aee3c19e214f74c3a0a7aba7f26120.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1786.69" OriginalAmount="1769.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211432662414" Longitude="6.1473615214958" StarRating="4" HotelCode="12782|novotel_geneve_centre_2" HotelName="Novotel Genève Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich 19, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/63/3c633ed08a9ea574a61cc3bef7dba137730ae0da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Geneva's town centre, within minutes of Lake Geneva and the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1829.11" OriginalAmount="1811" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3025-25189703/6079455624238909802/1136" HotelName="NOVOTEL GENEVE CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/65000/64976/46e7fd16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1899.81" OriginalAmount="1881.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|965225" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2053.33" OriginalAmount="2033" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|708205-28505038/6079455624238909802/208" HotelName="STARLING RESIDENCE GENÈVE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/66000000/65310000/65308500/65308485/20a069c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2059.74" OriginalAmount="2039.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2248398" Longitude="6.1068628" StarRating="4" HotelCode="|9900" HotelName="Crowne Plaza Geneva, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE LOUIS CASAI 75-77</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/0/9900_1_1105.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 308 standard rooms. The establishment offers guests a transfer service to the airport (free of charge). In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a cloakroom, lifts, a gift shop and a hairdresser's. Regarding the food and beverage offering, the establishment has a bar and 2 restaurants. You are also offered a business centre with WiFi and 18 conference rooms. There are many services available at the establishment, including room service, a laundry service, bicycle rental and indoor parking. SITUATION: This hotel is 3 kilometres from Geneva city centre. It is well-connected by public transport. In front of the hotel there is a public transport stop. The establishment is situated 500 metres away from the Blaxert shopping centre. Is 3 kilometres from ONU the fair centre and the sea. 10 kilometres away, you can find Lelex-Crozet Ski Resort. 1 kilometre away, you can find Geneva International Airport. ROOM: The soundproofed rooms, with air-conditioning, have a bathroom with a hairdryer, a satellite or cable television, a radio, films (available for a fee), a direct line telephone, a mini-bar, a safe, WiFi, a coffee maker, a kettle, an iron, a double bed, heating and individual air-conditioning. FACILITIES: Guests are offered a sauna, a massage service (available for a fee) and a gym. Clients can enjoy go cycling. 10 kilometres away from the establishment, clients have at their disposal a golf course. OTHERS: The establishment offers buffet breakfast and lunch and an Ã  la carte or set-menu lunch and dinner. Guests can book half-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2112.29" OriginalAmount="2091.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21312" Longitude="6.14538" StarRating="4" HotelCode="|9915" HotelName="Royal Manotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/5/9915_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This traditional hotel, has 2 business areas, internet (for a fee) and WiFi. The establishment boasts Rive Droite Restaurant and an inviting bar with a fireplace. The establishment offers guests conference facilities. It has a car park and a transfer service. SITUATION: This hotel is near public transport services. It is located 100 metres away from nightclubs, bars and restaurants. 500 metres away, guests can find shops. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar, a double bed, a fridge, a satellite or cable television, a safety deposit box (available for a fee), an air-conditioning system, heating and fitted carpets. FACILITIES: The establishment has a sauna, a Jacuzzi, a massage service and a gym. OTHERS: The establishment offers a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2118.98" OriginalAmount="2098" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.9275252" Longitude="11.5804914" StarRating="3" HotelCode="0|47517-18114629/6079455624238909802/163" HotelName="INTERNATIONAL &amp;amp; TERMINUS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4 CARL ZEISS PLATZ, JENA, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4000/3931/e6e46e7b_b.jpg</HotelPictures>
        <HotelDescription>Situated beside the Friedrich Schiller University in the Jena center. This hotel offers stunning architecture, free WiFi, well appointed rooms, an elegant restaurant and an excellent transport links. The Steigenberger Esplanade Jena has a modern and bright rooms with air conditioning. A breakfast buffet is served daily with sparkling wine and there is a varied Sunday brunch. In the hotel conservatory , vaulted ceiling , you can savor Mediterranean and the Middle East. The Moonlight-Bar offers refreshing cocktails and snacks.

Spa and gym area in the hotel will be closed due to Covid 19 until further notice&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2166.45" OriginalAmount="2145" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-18114636/6079455624238909802/87" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/b7133e6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2209.01" OriginalAmount="2187.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20943390045" Longitude="6.1418482099122" StarRating="4" HotelCode="31233|6376" HotelName="Hotel Cornavin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard James-Fazy 23, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/52/6d52bb4af70fc287bea61f8243525217d3e452ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is found close to the train station and is only 100 m from further convenient transport li...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2212.91" OriginalAmount="2191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21532" Longitude="6.147718" StarRating="3" HotelCode="35326|hotel_jade_2" HotelName="Hôtel Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 55, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/05/0105452370770774aeda23ba3bfd219c1ff18dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Geneva, close to Lake Geneva and the train station as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2224.02" OriginalAmount="2202.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|movenpick_hotel_and_casino_geneva" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2246.24" OriginalAmount="2224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209154474743" Longitude="6.1429882049561" StarRating="3" HotelCode="31234|hotel_suisse_3" HotelName="Suisse Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de Cornavin 10, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/e5/fbe505dfc466c891d41d8fa3da9e249a45db8903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies directly on Place Cornavin, opposite Geneva's main train station. An abunda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2264.18" OriginalAmount="2241.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|79521" HotelName="Hotel Sagitta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2280.58" OriginalAmount="2258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.213445756706" Longitude="6.1454182863236" StarRating="4" HotelCode="16987|hotel_royal_manotel" HotelName="Hôtel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc6478897f76bf792c492a3ed82e2dcea98f22a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to public transport, nightclubs, bars and restaurants (around 100 m away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2309.71" OriginalAmount="2286.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2155113" Longitude="6.147491" StarRating="3" HotelCode="|21922" HotelName="Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 rue Rothschild</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/2/2/21922_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 3 stars rooms, with air-conditioning, is in Geneva a central area of. SITUATION: It is near Lake close to the central station. ROOM: The rooms a bathroom with a hairdryer, They are equipped with individual air-conditioning, internet, a safe, a satellite television with films, a direct line telephone, a kettle, a coffee maker and a mini-bar. FACILITIES: The establishment has a business centre, WiFi, a indoor car park and a launderette.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2335.12" OriginalAmount="2312" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-18130906/6079455624238909802/115" HotelName="SAGITTA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2357.93" OriginalAmount="2334.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2087059" Longitude="6.142611" StarRating="3" HotelCode="|9892" HotelName="Suisse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin ,10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/2/9892_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Suisse Geneve is rated three stars, was built in 1830, has a restaurant, lifts, a concierge and a safety deposit box service. The establishment offers guests room service, a cafÃ© and business facilities. SITUATION: This establishment is in the centre of Geneva. ROOM: The establishment has 62 rooms with a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: Pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2401.78" OriginalAmount="2378" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431742-30248871/6079455624238909802/71" HotelName="ADINA APARTMENT HOTEL GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88630000/88622900/88622828/5adbe25d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2434.10" OriginalAmount="2410.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210305283949" Longitude="6.1447276175022" StarRating="3" HotelCode="34767|5485512" HotelName="International &amp; Terminus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 20, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0c/e00ce3f81cad19688304bdcd9766c7200a656c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the city centre, a one-minute walk from the Cornavin train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2471.75" OriginalAmount="2447.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.215487338891" Longitude="6.1326509714127" StarRating="3" HotelCode="15075|978622" HotelName="Hotel Les Nations" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Grand-Pré 62, 1202 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/63/e663657a9b1ab497c82b2481d1e4a96f0339612c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming business hotel is located near to various major international organisations and the ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2486.62" OriginalAmount="2462" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12461-25202304/6079455624238909802/1212" HotelName="CORNAVIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460410/ecb713ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2532.21" OriginalAmount="2507.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.202030986119" Longitude="6.1393323540688" StarRating="4" HotelCode="42794|466055" HotelName="Tiffany Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de l'Arquebuse, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a2/77a21544cf5cdf98b191312482d58a77cc8b0e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in a central location on the left-hand bank of the Rhone. The centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2560.35" OriginalAmount="2535.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210325701314" Longitude="6.1441978812218" StarRating="3" HotelCode="64702|601925" HotelName="Hotel Bernina Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin 22, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/1f/e31f0d55aec2ccd33606a51b9ab4f69f7829bad8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location opposite the main railway station and connected to its undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2714.33" OriginalAmount="2687.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.213289" Longitude="6.129937" StarRating="3" HotelCode="|453743" HotelName="Stay KooooK Geneva City - Online Check in" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93 Rue de la Servette</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/3/453743_87261cd1307.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2723.97" OriginalAmount="2697" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|81580-28561681/6079455624238909802/660" HotelName="TIFFANY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1800/1758/107a648f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2756.29" OriginalAmount="2729" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32594-18113656/6079455624238909802/6" HotelName="KIPLING" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10800/10743/4a5597d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2778.51" OriginalAmount="2751" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17007-28497305/6079455624238909802/333" HotelName="MON REPOS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7600/7594/d015b62f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2854.26" OriginalAmount="2826" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649362-28516651/6079455624238909802/258" HotelName="CALVY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/649362/202212192439835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2902.17" OriginalAmount="2873.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|16010" HotelName="Hôtel Kipling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2907.75" OriginalAmount="2878.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.221578" Longitude="6.149327" StarRating="3" HotelCode="64703|760435" HotelName="Mon Repos Hotel Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 131, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e0/39e06e886cb2f17b6e6fe92f1dfb2d38bf79eeae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right-hand shore of Lake Geneva, the hotel looks onto one of the city's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3227.96" OriginalAmount="3196" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-18208817/6079455624238909802/47" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3441.07" OriginalAmount="3407.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209544" Longitude="6.143909" StarRating="3" HotelCode="31229|hotel_cristal_design" HotelName="Hotel Cristal [Design]" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 4, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/f8/caf8672a8906d088a37fa49b679116e1da123022.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel may be reached from the station by crossing the Mont Blanc pedestrianised street. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3500.70" OriginalAmount="3466.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|130334" HotelName="Hôtel Auteuil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3589.45" OriginalAmount="3553.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3640.04" OriginalAmount="3604" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|13501-25203525/6079455624238909802/1082" HotelName="INTERCONTINENTAL GENEVE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13400/13396/cdbc260c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3709.73" OriginalAmount="3673" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-18228103/6079455624238909802/153" HotelName="AUTEUIL MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3819.82" OriginalAmount="3782.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20636" Longitude="6.144568" StarRating="4" HotelCode="82927|the_ambassador_2" HotelName="Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Quai des Bergues, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/1c/901c98a99da576e166af1af88a4fae21f84ffe86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3843.05" OriginalAmount="3805" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|386942-25569331/6079455624238909802/1233" HotelName="THE AMBASSADOR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903700/903695/5cb79489_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3845.07" OriginalAmount="3807" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3006-18113651/6079455624238909802/18" HotelName="BRISTOL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/560000/559500/559474/13652ef1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3861.27" OriginalAmount="3823.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20981155263" Longitude="6.1482721567154" StarRating="4" HotelCode="73947|140094" HotelName="Eastwest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue des Paquis, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/6d/5e6dd99fb1ee66252997822bc80b4b9f0a04193c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a few steps from Lake Geneva. It is situated close to the business and sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3923.85" OriginalAmount="3885" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-18114634/6079455624238909802/10" HotelName="WARWICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w5799h3835x5y5-d103793e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3947.78" OriginalAmount="3908.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|6359" HotelName="Warwick Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4131.34" OriginalAmount="4090.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209939" Longitude="6.145444" StarRating="3" HotelCode="131655|904892" HotelName="Des Alpes Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/21/6c21fa455f2e17141f4dd2787416dd2a762f5a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4384.40" OriginalAmount="4340.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.203197" Longitude="6.145716" StarRating="4" HotelCode="|453304" HotelName="Fraser Suites Geneva - Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/3/0/4/453304_f3a284e0851.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4605.60" OriginalAmount="4560" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595073-25745446/6079455624238909802/1302" HotelName="FRASER SUITES GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68860000/68853300/68853208/26283f61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5995.36" OriginalAmount="5936" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|292133-25505454/6079455624238909802/1194" HotelName="SWISS LUXURY APPARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5420000/5413400/5413377/6c1f6fbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6221.58" OriginalAmount="6159.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2036285" Longitude="6.1521354" StarRating="5" HotelCode="|9898" HotelName="Metropole Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quai General Guisa 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/8/9898_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1854, renovated in 2004, has 5 floors and 127 rooms. It has 21 single rooms, 16 suites and 90 double rooms. In the establishment entrance, guests will find a lobby with an elevator and a reception with safety deposit boxes, The establishment boasts a piano bar, a conference room and internet. With regards to the food and beverage offering, the establishment has Le Grand Quai the Ã  la carte restaurant It has a car park (for a fee), room service, a laundry service and a medical care service. SITUATION: Is situated inGeneva the city centre of it is opposite Leman Lake It is in the commercial district, in the surrounding area of the establishment, guests can find shops, bars, nightclubs, restaurants and public transport. It is situated 12 kilometres away from a golf course, 65 kilometres away, you can find a ski resort. ROOM: The rooms with carpet, a bathroom and a hairdryer. They are equipped with a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a mini-bar, a double bed, a safety deposit box and central heating. FACILITIES: Guests are offered a massage service, a gym, sailing and an entertainment programme. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6659.94" OriginalAmount="6594" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3021-18113661/6079455624238909802/55" HotelName="METROPOLE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/118200/118106/cc8cb249_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="6708.06" OriginalAmount="6641.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.203426" Longitude="6.152151" StarRating="5" HotelCode="25112|1174332" HotelName="Hotel Metropole Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Quai General Guisan, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8d/878d721c271dfe8e6238c6f291ae52e95ef73b42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of Geneva's lively city centre, right next to Lake Geneva. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8104.24" OriginalAmount="8024" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870900000000000" Longitude="2.349900000000000" StarRating="5" HotelCode="0|27493-25213389/6079455624238909802/1116" HotelName="MANDARIN ORIENTAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>8 RUE D'HAUTEVILLE, PARIS, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47102/e7a6d307_b.jpg</HotelPictures>
        <HotelDescription>This charming hotel is centrally located, close to the Place de la République and the Marais district of Paris. A diverse selection of shops, entertainment venues and tourist attractions such as the Eiffel Tower, Notre Dame and the Bastille may easily be reached on foot or by making use of public transport. The Gare Du Nord railway station lies just 1 km away.

The hotel has a total of 33 rooms. Facilities include a 24-h reception desk, a lift, a lounge and a little interior garden. A free wifi access is available. Car parking facilities in the neighbourhood are available to those arriving by car.

The tasteful rooms each come with an en suite bathroom, a hairdryer, a direct dial telephone, satellite/ cable TV, an Internet connection, a double bed, a hire safe and a minibar. Individually controllable heating and air conditioning feature as standard.

Guests may select their breakfast from an ample buffet.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8218.37" OriginalAmount="8137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201330189125" Longitude="6.1472475528717" StarRating="5" HotelCode="65600|les_armures" HotelName="Les Armures" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Puits-St-Pierre, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/74/9474632acf6d1fb6a92635c0ac7ebf99a3260958.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8427.44" OriginalAmount="8344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.205587" Longitude="6.141025" StarRating="5" HotelCode="25111|mandarin_oriental_geneva" HotelName="Mandarin Oriental Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Quai Turrettini 1, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/78/e67818000c6c6a3ee5f9d916d51157673fe66a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is located in the centre of Geneva, directly on the quay, where many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8872.85" OriginalAmount="8785" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|974431-28597488/6079455624238909802/262" HotelName="THE HAMLET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42700000/42697700/42697646/278f19e5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9284.44" OriginalAmount="9192.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2028659" Longitude="6.1500889" StarRating="0" HotelCode="|117332" HotelName="De La Cigogne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Place Longemalle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/3/2/117332_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The HÃ´tel De La Cigogne is rated five stars, is elegant. SITUATION: It is situated in a historic building. This hotel is in the Square of Longemalle. Next to the establishment, guests will find the historic centre and Lake.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9785.89" OriginalAmount="9689.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250538739835" Longitude="6.1493101716042" StarRating="5" HotelCode="35566|la_reserve_geneve_hotel_and_spa" HotelName="La Reserve Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Route de Lausanne, 1293 Bellevue, Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/8f/868f89974af85db9e37bf41fe876fb587da75eb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10082.25" OriginalAmount="9982.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2053986" Longitude="6.1409001" StarRating="5" HotelCode="|9905" HotelName="Mandarin Oriental, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI TURRETTINI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/5/9905_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 190 standard rooms. In the entrance, you can find a lobby and a hairdresser's. The establishment boasts an inviting bar and a restaurant. It has a car park (for a fee). SITUATION: This elegant hotel is in Geneva city centre where you can find shops, leisure areas and entertainment. It is a few minutes walk away from the historic centre. 100 metres away, there is a public transport stop. ROOM: Customers have stylish rooms with a bathroom with a hairdryer. They are equipped with a direct line telephone, satellite or cable TV, internet (available for a fee), a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a gym, a spa, body care, a sauna and a massage service (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10218.74" OriginalAmount="10117.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21452" Longitude="6.15171" StarRating="5" HotelCode="33833|51354" HotelName="Hotel President Wilson, a Luxury Collection Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai Wilson 47, 1211 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/31/5f31f141451714304a2f8d9081f7ea2e77397987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in front of Lake Geneva and has a wonderful view over the Alps and Mont Blanc....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10904.08" OriginalAmount="10796.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209604" Longitude="6.150443" StarRating="5" HotelCode="29669|602065" HotelName="D'Angleterre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 17, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b01967261cb9f0ed5908924a8614b7cb5fe2d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant upper class hotel is located in the heart of Geneva's shopping and financial district w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11399.40" OriginalAmount="11286.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214125" Longitude="6.151721" StarRating="5" HotelCode="|38630" HotelName="President Wilson, A Luxury Collection , Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI WILSON 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/3/0/38630_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a cloakroom. It has 228 standard rooms. The establishment has a lift, a cafÃ©, a hairdresser's, a bar and a restaurant. It has conference facilities, WiFi, room service, a laundry service (for a fee), a car park and bicycle rental. SITUATION: This hotel is next to Lake Geneva. Is situated in an excellent location. 5 minutes away from the establishment, you can find the commercial area. It is located 10 streets away from the historic centre. This hotel is 30 streets away from Lausana 10 minutes away from the establishment guests have the railway station. It is situated 15 minutes away from the airport. ROOM: The establishment has standard rooms and suites. Each room has a bathroom, work area with WiFi, a fax machine, a hairdryer, a direct line telephone, an air-conditioning system, heating, a satellite TV with international channels, Video Club, piped music, an answering machine, a safety deposit box, a mini-bar and beauty products.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11718.02" OriginalAmount="11602.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.207879294145" Longitude="6.1485990699406" StarRating="5" HotelCode="29668|hotel_de_la_paix_12" HotelName="The Ritz-Carlton Hotel de la Paix, Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 11, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/95/3b95c40e3c29cb240f2a7d758dad7ada775939cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious Geneva hotel is located within metres of links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11814.50" OriginalAmount="11697.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250045" Longitude="6.149574" StarRating="5" HotelCode="|79085" HotelName="La Reserve Geneve  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Route De Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/8/5/79085_b31900e1139.jpg</HotelPictures>
        <HotelDescription>HOTEL: The La Reserve Geneva Y Spa is rated five stars. It has dining facilities and a spa. SITUATION: It is located close to Lake Geneva. It has excellent transport links to the roads, public transport services and the city centre. ROOM: The luxurious rooms have parquet flooring, wooden furniture, an air-conditioning system, WiFi (available for a fee), a television, a writing desk and a bathroom with a bath. FACILITIES: The establishment boasts a fitness centre, a sauna, a steam bath, a beauty centre, deck chairs, 2 swimming pools and a massage service. The establishment also has a tennis court, water sports and a playground. Regarding the food and beverage offering, there is restaurants and a cocktail bar. Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12925.98" OriginalAmount="12798.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|beau_rivage_geneve_hotel" HotelName="Beau Rivage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14700.19" OriginalAmount="14554.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2077446" Longitude="6.1485958" StarRating="5" HotelCode="|9901" HotelName="The Ritz-carlton,  De La Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Quai Du Mont Blanc,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/1/9901_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a concierge. Pets are allowed. The establishment also offers air-conditioning.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19925.97" OriginalAmount="19728.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.206886196326" Longitude="6.1470195651054" StarRating="5" HotelCode="11720|49504" HotelName="Four Seasons Des Bergues" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Quai des Bergues, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/f8/68f86648d07eb90838ff1e20b894e593e4795702.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing luxury hotel is housed within a listed building and offers stylish interiors, a cosy ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Kitchen,Lounge,Bicycle Rental,Spa,Wheelchair Access,Swimming Pool,Diet Meals,Elevator,Meeting Room,Parking</BasicAmenities>
    <HotelRating>4,5,3,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,APARTMENT HOTEL,SPA HOTEL,AIRPORT HOTEL,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
7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298|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="7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11670" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-18T00:00:00" End="2026-11-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="edurootsexplorers@gmail.com" Password="Aug@2026" 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
7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298|InfiniteSearch|error while generating search request: Exception- Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 54|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298|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
7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298|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
7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298|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-17T07:06:13.4773625+01:00" Version="0" EchoToken="Search" TransactionIdentifier="7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="691.19" OriginalAmount="684.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8562" Longitude="-77.00603" StarRating="2" HotelCode="|589771" HotelName="Days Inn by Wyndham Geneva/Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>485 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/7/7/1/589771_326e6db2046.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="828.50" OriginalAmount="820.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.86366" Longitude="-76.98185" StarRating="3" HotelCode="|235208" HotelName="  41 Lakefront Hotel, Trademark Collection By Wyndham " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Lake Front Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/2/0/8/235208_142a55f0056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="885.92" OriginalAmount="877.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8566196" Longitude="-77.0033723" StarRating="1" HotelCode="|361844" HotelName="Americas Best Value Inn Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>473 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/8/4/4/361844_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="946.37" OriginalAmount="937.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.188408" Longitude="6.114822" StarRating="1" HotelCode="212752|ibis_budget_geneve_petitlancy" HotelName="ibis budget Geneve Petit Lancy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 6, Petit Lancy, 1213 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/00/e70062e9e8012c1c6751d674edb1a754b08b8127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="955.46" OriginalAmount="946.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.220854" Longitude="6.113772" StarRating="1" HotelCode="212750|ibis_budget_geneve" HotelName="ibis budget Geneve Aeroport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis-Casai 26, Cointrin, 1216 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/c3/4ac3a29b2af88f2e017cf446ddf35039c592251a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1042.32" OriginalAmount="1032" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1279283-33136773/8001756214335469504/1052" HotelName="IBIS BUDGET GENÈVE PETIT LANCY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13450000/13441600/13441518/b0121c45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1231.19" OriginalAmount="1219" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-20597469/8001756214335469504/964" HotelName="NASH SUITES HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1312.42" OriginalAmount="1299.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2275863" Longitude="6.0863577" StarRating="4" HotelCode="|9913" HotelName="Nh Geneva Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE DE MATEGNIN 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/3/9913_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, is surrounded by mountains, has 4 floors and 190 rooms. This air-conditioned establishment has a reception area, with an elevator, a safety deposit box service, a cloakroom and a currency exchange service. The establishment boasts a cafÃ©, a bar and a restaurant with air-conditioning, The establishment offers guests conference rooms and internet. There are many services available at the establishment, including room service, a laundry service and a car park. It has a transfer service to, the airport, (free of charge). SITUATION: This hotel is in the heart of, the commercial district, is situated 5 minutes away from the exhibition centre, is situated 1,5 kilometres away from Geneva Airport 500 metres away, guests can find the tourist centre, Where you can find shops and a public transport stop. it is situated 5 kilometres away from the city centre ,Leman Lake. ROOM: It has modern rooms with a shower, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, a safe, a kettle and a coffee maker. FACILITIES: The establishment has parasols and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers all meals in a buffet format, The establishment also offers Ã  la carte lunch and dinner, a set-menu lunch, dietary restrictions can be accommodated and special dishes can be made. Clients can book half-board or full-board. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, Diners Club, JCB and EC.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1332.19" OriginalAmount="1319" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-27590470/8001756214335469504/1319" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1347.86" OriginalAmount="1334.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.856319" Longitude="-76.999405" StarRating="3" HotelCode="|392921" HotelName="Fairfield Inn and Suites by Marriott Geneva Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>383 Hamilton St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/9/2/1/392921_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1384.71" OriginalAmount="1371.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.220408167983" Longitude="6.1140216886997" StarRating="4" HotelCode="82263|suite_novotel_geneve" HotelName="Novotel Suites Geneve Aeroport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis Casaï 30, Cointrin, 1216 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb9b272f453e5b54826c811b5bd1b2d3ff98e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1390.77" OriginalAmount="1377" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23193-32596757/8001756214335469504/35" HotelName="RAMADA ENCORE BY WYNDHAM GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/914700/914616/18185f5e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1424.62" OriginalAmount="1410.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211942361302" Longitude="6.1277908086777" StarRating="4" HotelCode="39316|38219" HotelName="NH Geneva City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Wendt 42-44, 1203 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/ee/1feef8f910592efb7b50883a2ef3a9ccc0d4713a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is only 5 minutes from the UN building and other prominent international organis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1480.66" OriginalAmount="1466" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3027-12988364/8001756214335469504/2" HotelName="HOTEL GENEVA BY FASSBIND" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9600/9567/6f68a1d0_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1513.51" OriginalAmount="1498.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|106746" HotelName="Nash Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1534.39" OriginalAmount="1519.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1637.21" OriginalAmount="1621.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1689.89" OriginalAmount="1673.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.194211" Longitude="6.142309" StarRating="2" HotelCode="|454433" HotelName="PRIMADOM Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Dancet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/4/3/3/454433_6a181001034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1694.78" OriginalAmount="1678" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|974432-19107685/8001756214335469504/994" HotelName="APPART'CITY CONFORT GENÈVE AÉROPORT VERNIER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41450000/41445800/41445724/833028ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1706.73" OriginalAmount="1689.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2141785" Longitude="6.1352484" StarRating="3" HotelCode="|117323" HotelName="Ibis Geneve Centre Nations" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/3/117323_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inGeneva the city centre of 800 metres away, guests can find GenÃ¨ve-Cornavin the Railway Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1727.69" OriginalAmount="1710.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2030058" Longitude="6.1455632" StarRating="2" HotelCode="|117341" HotelName="Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/4/1/117341_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inGeneva the heart of nearby, you will find the tourist attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1751.34" OriginalAmount="1734.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.207763" Longitude="6.138271" StarRating="3" HotelCode="108396|ibis_geneve_centre_gare" HotelName="ibis Geneve Centre Gare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Voltaire 10, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a8/dba8e4d728aee3c19e214f74c3a0a7aba7f26120.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1786.69" OriginalAmount="1769.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211432662414" Longitude="6.1473615214958" StarRating="4" HotelCode="12782|novotel_geneve_centre_2" HotelName="Novotel Genève Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich 19, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/63/3c633ed08a9ea574a61cc3bef7dba137730ae0da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Geneva's town centre, within minutes of Lake Geneva and the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1829.11" OriginalAmount="1811" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3025-25189703/8001756214335469504/1116" HotelName="NOVOTEL GENEVE CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/65000/64976/46e7fd16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2053.33" OriginalAmount="2033" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|708205-28505038/8001756214335469504/27" HotelName="STARLING RESIDENCE GENÈVE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/66000000/65310000/65308500/65308485/20a069c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2059.74" OriginalAmount="2039.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2248398" Longitude="6.1068628" StarRating="4" HotelCode="|9900" HotelName="Crowne Plaza Geneva, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE LOUIS CASAI 75-77</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/0/9900_1_1105.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 308 standard rooms. The establishment offers guests a transfer service to the airport (free of charge). In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a cloakroom, lifts, a gift shop and a hairdresser's. Regarding the food and beverage offering, the establishment has a bar and 2 restaurants. You are also offered a business centre with WiFi and 18 conference rooms. There are many services available at the establishment, including room service, a laundry service, bicycle rental and indoor parking. SITUATION: This hotel is 3 kilometres from Geneva city centre. It is well-connected by public transport. In front of the hotel there is a public transport stop. The establishment is situated 500 metres away from the Blaxert shopping centre. Is 3 kilometres from ONU the fair centre and the sea. 10 kilometres away, you can find Lelex-Crozet Ski Resort. 1 kilometre away, you can find Geneva International Airport. ROOM: The soundproofed rooms, with air-conditioning, have a bathroom with a hairdryer, a satellite or cable television, a radio, films (available for a fee), a direct line telephone, a mini-bar, a safe, WiFi, a coffee maker, a kettle, an iron, a double bed, heating and individual air-conditioning. FACILITIES: Guests are offered a sauna, a massage service (available for a fee) and a gym. Clients can enjoy go cycling. 10 kilometres away from the establishment, clients have at their disposal a golf course. OTHERS: The establishment offers buffet breakfast and lunch and an Ã  la carte or set-menu lunch and dinner. Guests can book half-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2103.83" OriginalAmount="2083.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210305283949" Longitude="6.1447276175022" StarRating="3" HotelCode="34767|international_terminus" HotelName="International &amp; Terminus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 20, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0c/e00ce3f81cad19688304bdcd9766c7200a656c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the city centre, a one-minute walk from the Cornavin train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2105.85" OriginalAmount="2085.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|movenpick_hotel_and_casino_geneva" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2112.29" OriginalAmount="2091.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21312" Longitude="6.14538" StarRating="4" HotelCode="|9915" HotelName="Royal Manotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/5/9915_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This traditional hotel, has 2 business areas, internet (for a fee) and WiFi. The establishment boasts Rive Droite Restaurant and an inviting bar with a fireplace. The establishment offers guests conference facilities. It has a car park and a transfer service. SITUATION: This hotel is near public transport services. It is located 100 metres away from nightclubs, bars and restaurants. 500 metres away, guests can find shops. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar, a double bed, a fridge, a satellite or cable television, a safety deposit box (available for a fee), an air-conditioning system, heating and fitted carpets. FACILITIES: The establishment has a sauna, a Jacuzzi, a massage service and a gym. OTHERS: The establishment offers a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2118.98" OriginalAmount="2098" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.9275252" Longitude="11.5804914" StarRating="3" HotelCode="0|47517-18114629/8001756214335469504/1016" HotelName="INTERNATIONAL &amp;amp; TERMINUS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4 CARL ZEISS PLATZ, JENA, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4000/3931/e6e46e7b_b.jpg</HotelPictures>
        <HotelDescription>Situated beside the Friedrich Schiller University in the Jena center. This hotel offers stunning architecture, free WiFi, well appointed rooms, an elegant restaurant and an excellent transport links. The Steigenberger Esplanade Jena has a modern and bright rooms with air conditioning. A breakfast buffet is served daily with sparkling wine and there is a varied Sunday brunch. In the hotel conservatory , vaulted ceiling , you can savor Mediterranean and the Middle East. The Moonlight-Bar offers refreshing cocktails and snacks.

Spa and gym area in the hotel will be closed due to Covid 19 until further notice&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2166.45" OriginalAmount="2145" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-18114636/8001756214335469504/1036" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/b7133e6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2209.01" OriginalAmount="2187.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20943390045" Longitude="6.1418482099122" StarRating="4" HotelCode="31233|6376" HotelName="Hotel Cornavin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard James-Fazy 23, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/52/6d52bb4af70fc287bea61f8243525217d3e452ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is found close to the train station and is only 100 m from further convenient transport li...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2212.91" OriginalAmount="2191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21532" Longitude="6.147718" StarRating="3" HotelCode="35326|hotel_jade_2" HotelName="Hôtel Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 55, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/05/0105452370770774aeda23ba3bfd219c1ff18dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Geneva, close to Lake Geneva and the train station as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2246.24" OriginalAmount="2224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209154474743" Longitude="6.1429882049561" StarRating="3" HotelCode="31234|hotel_suisse_3" HotelName="Suisse Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de Cornavin 10, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/e5/fbe505dfc466c891d41d8fa3da9e249a45db8903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies directly on Place Cornavin, opposite Geneva's main train station. An abunda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2264.18" OriginalAmount="2241.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|79521" HotelName="Hotel Sagitta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2280.58" OriginalAmount="2258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.213445756706" Longitude="6.1454182863236" StarRating="4" HotelCode="16987|hotel_royal_manotel" HotelName="Hôtel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc6478897f76bf792c492a3ed82e2dcea98f22a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to public transport, nightclubs, bars and restaurants (around 100 m away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2309.71" OriginalAmount="2286.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2155113" Longitude="6.147491" StarRating="3" HotelCode="|21922" HotelName="Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 rue Rothschild</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/2/2/21922_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 3 stars rooms, with air-conditioning, is in Geneva a central area of. SITUATION: It is near Lake close to the central station. ROOM: The rooms a bathroom with a hairdryer, They are equipped with individual air-conditioning, internet, a safe, a satellite television with films, a direct line telephone, a kettle, a coffee maker and a mini-bar. FACILITIES: The establishment has a business centre, WiFi, a indoor car park and a launderette.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2335.12" OriginalAmount="2312" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-18130906/8001756214335469504/976" HotelName="SAGITTA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2357.93" OriginalAmount="2334.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2087059" Longitude="6.142611" StarRating="3" HotelCode="|9892" HotelName="Suisse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin ,10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/2/9892_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Suisse Geneve is rated three stars, was built in 1830, has a restaurant, lifts, a concierge and a safety deposit box service. The establishment offers guests room service, a cafÃ© and business facilities. SITUATION: This establishment is in the centre of Geneva. ROOM: The establishment has 62 rooms with a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: Pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2401.78" OriginalAmount="2378" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431742-30248871/8001756214335469504/956" HotelName="ADINA APARTMENT HOTEL GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88630000/88622900/88622828/5adbe25d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2471.75" OriginalAmount="2447.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.215487338891" Longitude="6.1326509714127" StarRating="3" HotelCode="15075|978622" HotelName="Hotel Les Nations" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Grand-Pré 62, 1202 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/63/e663657a9b1ab497c82b2481d1e4a96f0339612c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming business hotel is located near to various major international organisations and the ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2486.62" OriginalAmount="2462" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12461-25202304/8001756214335469504/1215" HotelName="CORNAVIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460410/ecb713ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2607.01" OriginalAmount="2581.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210325701314" Longitude="6.1441978812218" StarRating="3" HotelCode="64702|2653359" HotelName="Hotel Bernina Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin 22, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/1f/e31f0d55aec2ccd33606a51b9ab4f69f7829bad8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location opposite the main railway station and connected to its undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2646.20" OriginalAmount="2620.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.202030986119" Longitude="6.1393323540688" StarRating="4" HotelCode="42794|hotel_tiffany_3" HotelName="Tiffany Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de l'Arquebuse, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a2/77a21544cf5cdf98b191312482d58a77cc8b0e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in a central location on the left-hand bank of the Rhone. The centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2714.33" OriginalAmount="2687.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.213289" Longitude="6.129937" StarRating="3" HotelCode="|453743" HotelName="Stay KooooK Geneva City - Online Check in" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93 Rue de la Servette</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/3/453743_87261cd1307.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2723.97" OriginalAmount="2697" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|81580-28561681/8001756214335469504/129" HotelName="TIFFANY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1800/1758/107a648f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2744.17" OriginalAmount="2717.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|hotel_kipling_manotel" HotelName="Hôtel Kipling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2756.29" OriginalAmount="2729" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32594-18113656/8001756214335469504/891" HotelName="KIPLING" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10800/10743/4a5597d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2778.51" OriginalAmount="2751" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17007-28497305/8001756214335469504/266" HotelName="MON REPOS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7600/7594/d015b62f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2854.26" OriginalAmount="2826" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649362-28516651/8001756214335469504/49" HotelName="CALVY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/649362/202212192439835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3000.71" OriginalAmount="2971.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.221578" Longitude="6.149327" StarRating="3" HotelCode="64703|mon_repos" HotelName="Mon Repos Hotel Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 131, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e0/39e06e886cb2f17b6e6fe92f1dfb2d38bf79eeae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right-hand shore of Lake Geneva, the hotel looks onto one of the city's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3217.68" OriginalAmount="3185.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|157382" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3227.96" OriginalAmount="3196" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-18208817/8001756214335469504/932" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3441.07" OriginalAmount="3407.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209544" Longitude="6.143909" StarRating="3" HotelCode="31229|hotel_cristal_design" HotelName="Hotel Cristal [Design]" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 4, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/f8/caf8672a8906d088a37fa49b679116e1da123022.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel may be reached from the station by crossing the Mont Blanc pedestrianised street. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3531.97" OriginalAmount="3497.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|hotel_auteuil" HotelName="Hôtel Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3589.45" OriginalAmount="3553.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3640.04" OriginalAmount="3604" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|13501-25203525/8001756214335469504/1100" HotelName="INTERCONTINENTAL GENEVE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13400/13396/cdbc260c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3709.73" OriginalAmount="3673" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-18228103/8001756214335469504/1002" HotelName="AUTEUIL MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3819.82" OriginalAmount="3782.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20636" Longitude="6.144568" StarRating="4" HotelCode="82927|the_ambassador_2" HotelName="Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Quai des Bergues, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/1c/901c98a99da576e166af1af88a4fae21f84ffe86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3843.05" OriginalAmount="3805" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|386942-25569331/8001756214335469504/1236" HotelName="THE AMBASSADOR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903700/903695/5cb79489_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3845.07" OriginalAmount="3807" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3006-18113651/8001756214335469504/928" HotelName="BRISTOL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/560000/559500/559474/13652ef1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3861.27" OriginalAmount="3823.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20981155263" Longitude="6.1482721567154" StarRating="4" HotelCode="73947|140094" HotelName="Eastwest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue des Paquis, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/6d/5e6dd99fb1ee66252997822bc80b4b9f0a04193c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a few steps from Lake Geneva. It is situated close to the business and sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3923.85" OriginalAmount="3885" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-18114634/8001756214335469504/915" HotelName="WARWICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w5799h3835x5y5-d103793e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3947.78" OriginalAmount="3908.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|6359" HotelName="Warwick Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4131.34" OriginalAmount="4090.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209939" Longitude="6.145444" StarRating="3" HotelCode="131655|904892" HotelName="Des Alpes Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/21/6c21fa455f2e17141f4dd2787416dd2a762f5a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4384.40" OriginalAmount="4340.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.203197" Longitude="6.145716" StarRating="4" HotelCode="|453304" HotelName="Fraser Suites Geneva - Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/3/0/4/453304_f3a284e0851.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4605.60" OriginalAmount="4560" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595073-25745446/8001756214335469504/1305" HotelName="FRASER SUITES GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68860000/68853300/68853208/26283f61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5715.59" OriginalAmount="5659" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|292133-27162090/8001756214335469504/0" HotelName="SWISS LUXURY APPARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5420000/5413400/5413377/6c1f6fbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6221.58" OriginalAmount="6159.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2036285" Longitude="6.1521354" StarRating="5" HotelCode="|9898" HotelName="Metropole Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quai General Guisa 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/8/9898_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1854, renovated in 2004, has 5 floors and 127 rooms. It has 21 single rooms, 16 suites and 90 double rooms. In the establishment entrance, guests will find a lobby with an elevator and a reception with safety deposit boxes, The establishment boasts a piano bar, a conference room and internet. With regards to the food and beverage offering, the establishment has Le Grand Quai the Ã  la carte restaurant It has a car park (for a fee), room service, a laundry service and a medical care service. SITUATION: Is situated inGeneva the city centre of it is opposite Leman Lake It is in the commercial district, in the surrounding area of the establishment, guests can find shops, bars, nightclubs, restaurants and public transport. It is situated 12 kilometres away from a golf course, 65 kilometres away, you can find a ski resort. ROOM: The rooms with carpet, a bathroom and a hairdryer. They are equipped with a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a mini-bar, a double bed, a safety deposit box and central heating. FACILITIES: Guests are offered a massage service, a gym, sailing and an entertainment programme. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6659.94" OriginalAmount="6594" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3021-18113661/8001756214335469504/940" HotelName="METROPOLE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/118200/118106/cc8cb249_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="6708.06" OriginalAmount="6641.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.203426" Longitude="6.152151" StarRating="5" HotelCode="25112|1174332" HotelName="Hotel Metropole Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Quai General Guisan, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8d/878d721c271dfe8e6238c6f291ae52e95ef73b42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of Geneva's lively city centre, right next to Lake Geneva. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8104.24" OriginalAmount="8024" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870900000000000" Longitude="2.349900000000000" StarRating="5" HotelCode="0|27493-25213389/8001756214335469504/1120" HotelName="MANDARIN ORIENTAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>8 RUE D'HAUTEVILLE, PARIS, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47102/e7a6d307_b.jpg</HotelPictures>
        <HotelDescription>This charming hotel is centrally located, close to the Place de la République and the Marais district of Paris. A diverse selection of shops, entertainment venues and tourist attractions such as the Eiffel Tower, Notre Dame and the Bastille may easily be reached on foot or by making use of public transport. The Gare Du Nord railway station lies just 1 km away.

The hotel has a total of 33 rooms. Facilities include a 24-h reception desk, a lift, a lounge and a little interior garden. A free wifi access is available. Car parking facilities in the neighbourhood are available to those arriving by car.

The tasteful rooms each come with an en suite bathroom, a hairdryer, a direct dial telephone, satellite/ cable TV, an Internet connection, a double bed, a hire safe and a minibar. Individually controllable heating and air conditioning feature as standard.

Guests may select their breakfast from an ample buffet.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8218.37" OriginalAmount="8137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201330189125" Longitude="6.1472475528717" StarRating="5" HotelCode="65600|les_armures" HotelName="Les Armures" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Puits-St-Pierre, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/74/9474632acf6d1fb6a92635c0ac7ebf99a3260958.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8427.44" OriginalAmount="8344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.205587" Longitude="6.141025" StarRating="5" HotelCode="25111|mandarin_oriental_geneva" HotelName="Mandarin Oriental Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Quai Turrettini 1, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/78/e67818000c6c6a3ee5f9d916d51157673fe66a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is located in the centre of Geneva, directly on the quay, where many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8872.85" OriginalAmount="8785" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|974431-28597488/8001756214335469504/73" HotelName="THE HAMLET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42700000/42697700/42697646/278f19e5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9284.44" OriginalAmount="9192.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2028659" Longitude="6.1500889" StarRating="0" HotelCode="|117332" HotelName="De La Cigogne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Place Longemalle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/3/2/117332_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The HÃ´tel De La Cigogne is rated five stars, is elegant. SITUATION: It is situated in a historic building. This hotel is in the Square of Longemalle. Next to the establishment, guests will find the historic centre and Lake.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9785.89" OriginalAmount="9689.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250538739835" Longitude="6.1493101716042" StarRating="5" HotelCode="35566|la_reserve_geneve_hotel_and_spa" HotelName="La Reserve Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Route de Lausanne, 1293 Bellevue, Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/8f/868f89974af85db9e37bf41fe876fb587da75eb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10082.25" OriginalAmount="9982.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2053986" Longitude="6.1409001" StarRating="5" HotelCode="|9905" HotelName="Mandarin Oriental, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI TURRETTINI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/5/9905_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 190 standard rooms. In the entrance, you can find a lobby and a hairdresser's. The establishment boasts an inviting bar and a restaurant. It has a car park (for a fee). SITUATION: This elegant hotel is in Geneva city centre where you can find shops, leisure areas and entertainment. It is a few minutes walk away from the historic centre. 100 metres away, there is a public transport stop. ROOM: Customers have stylish rooms with a bathroom with a hairdryer. They are equipped with a direct line telephone, satellite or cable TV, internet (available for a fee), a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a gym, a spa, body care, a sauna and a massage service (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="10273.22" OriginalAmount="10171.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21452" Longitude="6.15171" StarRating="5" HotelCode="33833|1213147" HotelName="Hotel President Wilson, a Luxury Collection Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai Wilson 47, 1211 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/31/5f31f141451714304a2f8d9081f7ea2e77397987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in front of Lake Geneva and has a wonderful view over the Alps and Mont Blanc....</HotelDescription>
        <Offer>Discount:GBP102.74</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11399.40" OriginalAmount="11286.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214125" Longitude="6.151721" StarRating="5" HotelCode="|38630" HotelName="President Wilson, A Luxury Collection , Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI WILSON 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/3/0/38630_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a cloakroom. It has 228 standard rooms. The establishment has a lift, a cafÃ©, a hairdresser's, a bar and a restaurant. It has conference facilities, WiFi, room service, a laundry service (for a fee), a car park and bicycle rental. SITUATION: This hotel is next to Lake Geneva. Is situated in an excellent location. 5 minutes away from the establishment, you can find the commercial area. It is located 10 streets away from the historic centre. This hotel is 30 streets away from Lausana 10 minutes away from the establishment guests have the railway station. It is situated 15 minutes away from the airport. ROOM: The establishment has standard rooms and suites. Each room has a bathroom, work area with WiFi, a fax machine, a hairdryer, a direct line telephone, an air-conditioning system, heating, a satellite TV with international channels, Video Club, piped music, an answering machine, a safety deposit box, a mini-bar and beauty products.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11718.02" OriginalAmount="11602.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.207879294145" Longitude="6.1485990699406" StarRating="5" HotelCode="29668|hotel_de_la_paix_12" HotelName="The Ritz-Carlton Hotel de la Paix, Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 11, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/95/3b95c40e3c29cb240f2a7d758dad7ada775939cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious Geneva hotel is located within metres of links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="11756.04" OriginalAmount="11639.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209604" Longitude="6.150443" StarRating="5" HotelCode="29669|128335" HotelName="D'Angleterre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 17, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b01967261cb9f0ed5908924a8614b7cb5fe2d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant upper class hotel is located in the heart of Geneva's shopping and financial district w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11814.50" OriginalAmount="11697.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250045" Longitude="6.149574" StarRating="5" HotelCode="|79085" HotelName="La Reserve Geneve  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Route De Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/8/5/79085_b31900e1139.jpg</HotelPictures>
        <HotelDescription>HOTEL: The La Reserve Geneva Y Spa is rated five stars. It has dining facilities and a spa. SITUATION: It is located close to Lake Geneva. It has excellent transport links to the roads, public transport services and the city centre. ROOM: The luxurious rooms have parquet flooring, wooden furniture, an air-conditioning system, WiFi (available for a fee), a television, a writing desk and a bathroom with a bath. FACILITIES: The establishment boasts a fitness centre, a sauna, a steam bath, a beauty centre, deck chairs, 2 swimming pools and a massage service. The establishment also has a tennis court, water sports and a playground. Regarding the food and beverage offering, there is restaurants and a cocktail bar. Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12925.98" OriginalAmount="12798.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|beau_rivage_geneve_hotel" HotelName="Beau Rivage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14700.19" OriginalAmount="14554.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2077446" Longitude="6.1485958" StarRating="5" HotelCode="|9901" HotelName="The Ritz-carlton,  De La Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Quai Du Mont Blanc,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/1/9901_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a concierge. Pets are allowed. The establishment also offers air-conditioning.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20407.05" OriginalAmount="20205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.206886196326" Longitude="6.1470195651054" StarRating="5" HotelCode="11720|four_seasons_geneva" HotelName="Four Seasons Des Bergues" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Quai des Bergues, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/f8/68f86648d07eb90838ff1e20b894e593e4795702.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing luxury hotel is housed within a listed building and offers stylish interiors, a cosy ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service,Bicycle Rental,Jacuzzi,Massage Centre,Nightclub,Restaurant,Sauna,Designated Smoking Area,Spa,Swimming Pool,Diet Meals,Wheelchair Access,Garden,Elevator,Meeting Room,Parking</BasicAmenities>
    <HotelRating>4,5,3,1,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,APARTMENT HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,SPA HOTEL,AIRPORT 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
7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298|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="7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11670" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-18T00:00:00" End="2026-11-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="edurootsexplorers@gmail.com" Password="Aug@2026" 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
7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298|InfiniteSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at SerializeDeserialize`1.DeserializeData(String dataXML) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 2755
   at HotelSources.Infinite.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 314|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|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
7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298|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-17T07:12:28.5530359+01:00" Version="0" EchoToken="Search" TransactionIdentifier="7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="691.19" OriginalAmount="684.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8562" Longitude="-77.00603" StarRating="2" HotelCode="|589771" HotelName="Days Inn by Wyndham Geneva/Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>485 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/7/7/1/589771_326e6db2046.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1347.86" OriginalAmount="1334.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.856319" Longitude="-76.999405" StarRating="3" HotelCode="|392921" HotelName="Fairfield Inn and Suites by Marriott Geneva Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>383 Hamilton St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/9/2/1/392921_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1443.29" OriginalAmount="1429" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1323917-26635895/8001756214335469504/1273" HotelName="IBIS BUDGET GENEVE AEROPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12320000/12318700/12318689/654bc688_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1534.39" OriginalAmount="1519.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1551.36" OriginalAmount="1536" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1279283-33136773/8001756214335469504/1052" HotelName="IBIS BUDGET GENÈVE PETIT LANCY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13450000/13441600/13441518/b0121c45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1612.23" OriginalAmount="1596.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.188408" Longitude="6.114822" StarRating="1" HotelCode="212752|228502|Bed &amp; Breakfast" HotelName="ibis budget Geneve Petit Lancy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 6, Petit Lancy, 1213 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/00/e70062e9e8012c1c6751d674edb1a754b08b8127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1637.21" OriginalAmount="1621.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1828.10" OriginalAmount="1810" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-27590470/8001756214335469504/1319" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1853.35" OriginalAmount="1835" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23193-32596757/8001756214335469504/35" HotelName="RAMADA ENCORE BY WYNDHAM GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/914700/914616/18185f5e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1920.01" OriginalAmount="1901" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-20597469/8001756214335469504/964" HotelName="NASH SUITES HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2107.76" OriginalAmount="2086.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211942361302" Longitude="6.1277908086777" StarRating="4" HotelCode="39316|38219|Bed &amp; Breakfast" HotelName="NH Geneva City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Wendt 42-44, 1203 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/ee/1feef8f910592efb7b50883a2ef3a9ccc0d4713a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is only 5 minutes from the UN building and other prominent international organis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2123.43" OriginalAmount="2102.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.220408167983" Longitude="6.1140216886997" StarRating="4" HotelCode="82263|99108|Bed &amp; Breakfast" HotelName="Novotel Suites Geneve Aeroport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis Casaï 30, Cointrin, 1216 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb9b272f453e5b54826c811b5bd1b2d3ff98e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2189.68" OriginalAmount="2168" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3027-12988364/8001756214335469504/2" HotelName="HOTEL GENEVA BY FASSBIND" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9600/9567/6f68a1d0_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2211.90" OriginalAmount="2190" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|974432-19107685/8001756214335469504/994" HotelName="APPART'CITY CONFORT GENÈVE AÉROPORT VERNIER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41450000/41445800/41445724/833028ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2299.77" OriginalAmount="2277" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12466-25200695/8001756214335469504/1255" HotelName="IBIS GENEVE CENTRE NATIONS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5630000/5622200/5622125/a37101e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2364.19" OriginalAmount="2340.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|106746|Bed &amp; Breakfast" HotelName="Nash Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2432.43" OriginalAmount="2408.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2077268" Longitude="6.138397" StarRating="3" HotelCode="|117334" HotelName="Ibis Geneve Centre Gare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10, rue Voltaire</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/3/4/117334_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the city centre, 200 metres away, guests have the railway station, is situated 5 kilometres away from the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2439.03" OriginalAmount="2414.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.227954" Longitude="6.085727" StarRating="4" HotelCode="31232|684465" HotelName="NH Geneva Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Mategnin 21, 1217 Geneva-Meyrin 1</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/65/6b65ce20057dc383cd4594c5ee57d1301f4fd65d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the Geneva shopping district and is only 5 minutes from the exhibiti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2451.27" OriginalAmount="2427" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431742-30248871/8001756214335469504/956" HotelName="ADINA APARTMENT HOTEL GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88630000/88622900/88622828/5adbe25d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2453.29" OriginalAmount="2429" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3025-25189703/8001756214335469504/1116" HotelName="NOVOTEL GENEVE CENTRE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/65000/64976/46e7fd16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2538.49" OriginalAmount="2513.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211432662414" Longitude="6.1473615214958" StarRating="4" HotelCode="12782|6361|Bed &amp; Breakfast" HotelName="Novotel Genève Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich 19, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/63/3c633ed08a9ea574a61cc3bef7dba137730ae0da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Geneva's town centre, within minutes of Lake Geneva and the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2634.08" OriginalAmount="2608" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-18130906/8001756214335469504/976" HotelName="SAGITTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2794.67" OriginalAmount="2767" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.9275252" Longitude="11.5804914" StarRating="3" HotelCode="0|47517-18114629/8001756214335469504/1016" HotelName="INTERNATIONAL &amp;amp; TERMINUS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>4 CARL ZEISS PLATZ, JENA, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4000/3931/e6e46e7b_b.jpg</HotelPictures>
        <HotelDescription>Situated beside the Friedrich Schiller University in the Jena center. This hotel offers stunning architecture, free WiFi, well appointed rooms, an elegant restaurant and an excellent transport links. The Steigenberger Esplanade Jena has a modern and bright rooms with air conditioning. A breakfast buffet is served daily with sparkling wine and there is a varied Sunday brunch. In the hotel conservatory , vaulted ceiling , you can savor Mediterranean and the Middle East. The Moonlight-Bar offers refreshing cocktails and snacks.

Spa and gym area in the hotel will be closed due to Covid 19 until further notice&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2798.61" OriginalAmount="2770.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20943390045" Longitude="6.1418482099122" StarRating="4" HotelCode="31233|6376|Bed &amp; Breakfast" HotelName="Hotel Cornavin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard James-Fazy 23, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/52/6d52bb4af70fc287bea61f8243525217d3e452ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is found close to the train station and is only 100 m from further convenient transport li...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2806.83" OriginalAmount="2779.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21532" Longitude="6.147718" StarRating="3" HotelCode="35326|18958|Bed &amp; Breakfast" HotelName="Hôtel Jade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 55, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/05/0105452370770774aeda23ba3bfd219c1ff18dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Geneva, close to Lake Geneva and the train station as well as ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2815.70" OriginalAmount="2787.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|79521|Bed &amp; Breakfast" HotelName="Hotel Sagitta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2854.26" OriginalAmount="2826" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649362-28516651/8001756214335469504/49" HotelName="CALVY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/649362/202212192439835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2856.89" OriginalAmount="2828.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.22158" Longitude="6.1491936" StarRating="3" HotelCode="|34635" HotelName="Mon Repos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 131</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/3/5/34635_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 80 standard rooms. ROOM: The rooms have a direct line telephone, a television, a mini-bar and a hairdryer. The establishment has non-smoking rooms. FACILITIES: Guests are offered room service. The establishment has a bar and a restaurant. The establishment also has a car park and meeting rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2913.78" OriginalAmount="2884.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.213445756706" Longitude="6.1454182863236" StarRating="4" HotelCode="16987|6414|Bed &amp; Breakfast" HotelName="Hôtel Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc6478897f76bf792c492a3ed82e2dcea98f22a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to public transport, nightclubs, bars and restaurants (around 100 m away...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2920.92" OriginalAmount="2892" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3003-18113655/8001756214335469504/948" HotelName="JADE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47117/1b983d11_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2937.08" OriginalAmount="2908" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|13505-25201152/8001756214335469504/1268" HotelName="SUISSE GENEVE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527471/7fbe62d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2953.24" OriginalAmount="2924" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12461-25202304/8001756214335469504/1215" HotelName="CORNAVIN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460410/ecb713ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2969.44" OriginalAmount="2940.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210305283949" Longitude="6.1447276175022" StarRating="3" HotelCode="34767|5485512|Bed &amp; Breakfast" HotelName="International &amp; Terminus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 20, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0c/e00ce3f81cad19688304bdcd9766c7200a656c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the city centre, a one-minute walk from the Cornavin train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3002.73" OriginalAmount="2973" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3028-18114632/8001756214335469504/899" HotelName="ROYAL MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2400/2380/628c8427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3085.55" OriginalAmount="3055" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-18114636/8001756214335469504/1036" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/b7133e6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3153.22" OriginalAmount="3122" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32594-18113656/8001756214335469504/891" HotelName="KIPLING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10800/10743/4a5597d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3199.65" OriginalAmount="3167.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|16010|Bed &amp; Breakfast" HotelName="Hôtel Kipling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="3214.53" OriginalAmount="3182.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210325701314" Longitude="6.1441978812218" StarRating="3" HotelCode="64702|2653359|Bed &amp; Breakfast" HotelName="Hotel Bernina Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin 22, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/1f/e31f0d55aec2ccd33606a51b9ab4f69f7829bad8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location opposite the main railway station and connected to its undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3241.09" OriginalAmount="3209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.202030986119" Longitude="6.1393323540688" StarRating="4" HotelCode="42794|466055|Bed &amp; Breakfast" HotelName="Tiffany Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de l'Arquebuse, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a2/77a21544cf5cdf98b191312482d58a77cc8b0e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in a central location on the left-hand bank of the Rhone. The centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3283.85" OriginalAmount="3251.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|6372|Bed &amp; Breakfast" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3321.89" OriginalAmount="3289.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|adagio_geneve_mont_blanc" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3427.54" OriginalAmount="3393.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.221578" Longitude="6.149327" StarRating="3" HotelCode="64703|760435|Bed &amp; Breakfast" HotelName="Mon Repos Hotel Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 131, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e0/39e06e886cb2f17b6e6fe92f1dfb2d38bf79eeae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right-hand shore of Lake Geneva, the hotel looks onto one of the city's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3460.26" OriginalAmount="3426" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|81580-28561681/8001756214335469504/129" HotelName="TIFFANY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1800/1758/107a648f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3589.45" OriginalAmount="3553.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3923.85" OriginalAmount="3885" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-18114634/8001756214335469504/915" HotelName="WARWICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w5799h3835x5y5-d103793e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3944.05" OriginalAmount="3905" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-18208817/8001756214335469504/932" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3947.78" OriginalAmount="3908.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|6359|Bed &amp; Breakfast" HotelName="Warwick Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3988.49" OriginalAmount="3949.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209945391292" Longitude="6.1443671684979" StarRating="3" HotelCode="34972|123701" HotelName="Hotel Strasbourg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/84/ce8410200477dba3a6ac678cfa73e4b842226ceb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre and close to the tourist areas. It is only two minutes from Genev...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4308.07" OriginalAmount="4265.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|6364|Bed &amp; Breakfast" HotelName="Hôtel Auteuil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4366.23" OriginalAmount="4323" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3006-18113651/8001756214335469504/928" HotelName="BRISTOL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/560000/559500/559474/13652ef1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4366.23" OriginalAmount="4323.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209939" Longitude="6.145444" StarRating="3" HotelCode="131655|904892" HotelName="Des Alpes Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/21/6c21fa455f2e17141f4dd2787416dd2a762f5a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4506.62" OriginalAmount="4462" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-18228103/8001756214335469504/1002" HotelName="AUTEUIL MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="5205.54" OriginalAmount="5154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224451" Longitude="6.132978" StarRating="5" HotelCode="49113|1402531|Bed &amp; Breakfast" HotelName="Intercontinental Geneve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Chemin du Petit-Saconnex 7-9, 1211 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/6d/c26dc862f29c58dd813020b6e6530d431fb4e9c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, luxury hotel is located only a stone's throw from the United Nations headquarters and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5324.72" OriginalAmount="5272" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|83331-28568498/8001756214335469504/47" HotelName="EASTWEST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25300/25211/f6b33f61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5394.41" OriginalAmount="5341" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595073-25745446/8001756214335469504/1305" HotelName="FRASER SUITES GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68860000/68853300/68853208/26283f61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7319.47" OriginalAmount="7247" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|292133-27162090/8001756214335469504/0" HotelName="SWISS LUXURY APPARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5420000/5413400/5413377/6c1f6fbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8895.07" OriginalAmount="8807.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.203426" Longitude="6.152151" StarRating="5" HotelCode="25112|25824|Bed &amp; Breakfast" HotelName="Hotel Metropole Geneve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Quai General Guisan, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8d/878d721c271dfe8e6238c6f291ae52e95ef73b42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of Geneva's lively city centre, right next to Lake Geneva. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8904.16" OriginalAmount="8816" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3021-18113661/8001756214335469504/940" HotelName="METROPOLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/118200/118106/cc8cb249_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10082.25" OriginalAmount="9982.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2053986" Longitude="6.1409001" StarRating="5" HotelCode="|9905" HotelName="Mandarin Oriental, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI TURRETTINI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/5/9905_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 190 standard rooms. In the entrance, you can find a lobby and a hairdresser's. The establishment boasts an inviting bar and a restaurant. It has a car park (for a fee). SITUATION: This elegant hotel is in Geneva city centre where you can find shops, leisure areas and entertainment. It is a few minutes walk away from the historic centre. 100 metres away, there is a public transport stop. ROOM: Customers have stylish rooms with a bathroom with a hairdryer. They are equipped with a direct line telephone, satellite or cable TV, internet (available for a fee), a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a gym, a spa, body care, a sauna and a massage service (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10578.38" OriginalAmount="10473.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201330189125" Longitude="6.1472475528717" StarRating="5" HotelCode="65600|605365|Bed &amp; Breakfast" HotelName="Les Armures" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Puits-St-Pierre, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/74/9474632acf6d1fb6a92635c0ac7ebf99a3260958.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="11199.33" OriginalAmount="11088.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.205587" Longitude="6.141025" StarRating="5" HotelCode="25111|1817278|Bed &amp; Breakfast" HotelName="Mandarin Oriental Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Quai Turrettini 1, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/78/e67818000c6c6a3ee5f9d916d51157673fe66a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is located in the centre of Geneva, directly on the quay, where many ...</HotelDescription>
        <Offer>Discount:GBP54.87</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11399.40" OriginalAmount="11286.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214125" Longitude="6.151721" StarRating="5" HotelCode="|38630" HotelName="President Wilson, A Luxury Collection , Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI WILSON 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/3/0/38630_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a cloakroom. It has 228 standard rooms. The establishment has a lift, a cafÃ©, a hairdresser's, a bar and a restaurant. It has conference facilities, WiFi, room service, a laundry service (for a fee), a car park and bicycle rental. SITUATION: This hotel is next to Lake Geneva. Is situated in an excellent location. 5 minutes away from the establishment, you can find the commercial area. It is located 10 streets away from the historic centre. This hotel is 30 streets away from Lausana 10 minutes away from the establishment guests have the railway station. It is situated 15 minutes away from the airport. ROOM: The establishment has standard rooms and suites. Each room has a bathroom, work area with WiFi, a fax machine, a hairdryer, a direct line telephone, an air-conditioning system, heating, a satellite TV with international channels, Video Club, piped music, an answering machine, a safety deposit box, a mini-bar and beauty products.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="11756.04" OriginalAmount="11639.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209604" Longitude="6.150443" StarRating="5" HotelCode="29669|128335" HotelName="D'Angleterre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 17, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b01967261cb9f0ed5908924a8614b7cb5fe2d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant upper class hotel is located in the heart of Geneva's shopping and financial district w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11814.50" OriginalAmount="11697.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250045" Longitude="6.149574" StarRating="5" HotelCode="|79085" HotelName="La Reserve Geneve  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Route De Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/8/5/79085_b31900e1139.jpg</HotelPictures>
        <HotelDescription>HOTEL: The La Reserve Geneva Y Spa is rated five stars. It has dining facilities and a spa. SITUATION: It is located close to Lake Geneva. It has excellent transport links to the roads, public transport services and the city centre. ROOM: The luxurious rooms have parquet flooring, wooden furniture, an air-conditioning system, WiFi (available for a fee), a television, a writing desk and a bathroom with a bath. FACILITIES: The establishment boasts a fitness centre, a sauna, a steam bath, a beauty centre, deck chairs, 2 swimming pools and a massage service. The establishment also has a tennis court, water sports and a playground. Regarding the food and beverage offering, there is restaurants and a cocktail bar. Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11985.31" OriginalAmount="11866.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21452" Longitude="6.15171" StarRating="5" HotelCode="33833|51354|Bed &amp; Breakfast" HotelName="Hotel President Wilson, a Luxury Collection Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai Wilson 47, 1211 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/31/5f31f141451714304a2f8d9081f7ea2e77397987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in front of Lake Geneva and has a wonderful view over the Alps and Mont Blanc....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12695.78" OriginalAmount="12570.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250538739835" Longitude="6.1493101716042" StarRating="5" HotelCode="35566|751985|Bed &amp; Breakfast" HotelName="La Reserve Geneve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Route de Lausanne, 1293 Bellevue, Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/8f/868f89974af85db9e37bf41fe876fb587da75eb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13680.29" OriginalAmount="13544.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.207879294145" Longitude="6.1485990699406" StarRating="5" HotelCode="29668|25714|Bed &amp; Breakfast" HotelName="The Ritz-Carlton Hotel de la Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 11, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/95/3b95c40e3c29cb240f2a7d758dad7ada775939cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious Geneva hotel is located within metres of links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14700.19" OriginalAmount="14554.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2077446" Longitude="6.1485958" StarRating="5" HotelCode="|9901" HotelName="The Ritz-carlton,  De La Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Quai Du Mont Blanc,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/1/9901_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a concierge. Pets are allowed. The establishment also offers air-conditioning.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15356.24" OriginalAmount="15204.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|25654|Bed &amp; Breakfast" HotelName="Beau Rivage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access,Massage Centre,Jacuzzi,Lounge,Garden,Kitchen,Spa,Elevator,Meeting Room,Parking,Swimming Pool</BasicAmenities>
    <HotelRating>4,3,5,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,AIRPORT HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,SPA 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
8e21240e-4a14-4802-bb47-f22c2015cfb3|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298|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="7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11670" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-18T00:00:00" End="2026-11-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="edurootsexplorers@gmail.com" Password="Aug@2026" 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
7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|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
7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298|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-17T07:13:00.5744391+01:00" Version="0" EchoToken="Search" TransactionIdentifier="7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="691.19" OriginalAmount="684.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8562" Longitude="-77.00603" StarRating="2" HotelCode="|589771" HotelName="Days Inn by Wyndham Geneva/Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>485 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/7/7/1/589771_326e6db2046.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1347.86" OriginalAmount="1334.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.856319" Longitude="-76.999405" StarRating="3" HotelCode="|392921" HotelName="Fairfield Inn and Suites by Marriott Geneva Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>383 Hamilton St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/9/2/1/392921_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1443.29" OriginalAmount="1429" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1323917-26635895/8001756214335469504/1273" HotelName="IBIS BUDGET GENEVE AEROPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12320000/12318700/12318689/654bc688_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1534.39" OriginalAmount="1519.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1551.36" OriginalAmount="1536" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1279283-33136773/8001756214335469504/1052" HotelName="IBIS BUDGET GENÈVE PETIT LANCY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13450000/13441600/13441518/b0121c45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1612.23" OriginalAmount="1596.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.188408" Longitude="6.114822" StarRating="1" HotelCode="212752|228502|Bed &amp; Breakfast" HotelName="ibis budget Geneve Petit Lancy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 6, Petit Lancy, 1213 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/00/e70062e9e8012c1c6751d674edb1a754b08b8127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1637.21" OriginalAmount="1621.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1828.10" OriginalAmount="1810" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-27590470/8001756214335469504/1319" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1853.35" OriginalAmount="1835" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23193-32596757/8001756214335469504/35" HotelName="RAMADA ENCORE BY WYNDHAM GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/914700/914616/18185f5e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1920.01" OriginalAmount="1901" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-20597469/8001756214335469504/964" HotelName="NASH SUITES HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2107.76" OriginalAmount="2086.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211942361302" Longitude="6.1277908086777" StarRating="4" HotelCode="39316|38219|Bed &amp; Breakfast" HotelName="NH Geneva City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Wendt 42-44, 1203 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/ee/1feef8f910592efb7b50883a2ef3a9ccc0d4713a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is only 5 minutes from the UN building and other prominent international organis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2123.43" OriginalAmount="2102.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.220408167983" Longitude="6.1140216886997" StarRating="4" HotelCode="82263|99108|Bed &amp; Breakfast" HotelName="Novotel Suites Geneve Aeroport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis Casaï 30, Cointrin, 1216 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb9b272f453e5b54826c811b5bd1b2d3ff98e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2189.68" OriginalAmount="2168" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3027-12988364/8001756214335469504/2" HotelName="HOTEL GENEVA BY FASSBIND" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9600/9567/6f68a1d0_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2211.90" OriginalAmount="2190" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|974432-19107685/8001756214335469504/994" HotelName="APPART'CITY CONFORT GENÈVE AÉROPORT VERNIER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41450000/41445800/41445724/833028ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2299.77" OriginalAmount="2277" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12466-25200695/8001756214335469504/1255" HotelName="IBIS GENEVE CENTRE NATIONS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5630000/5622200/5622125/a37101e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2364.19" OriginalAmount="2340.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|106746|Bed &amp; Breakfast" HotelName="Nash Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2432.43" OriginalAmount="2408.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2077268" Longitude="6.138397" StarRating="3" HotelCode="|117334" HotelName="Ibis Geneve Centre Gare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10, rue Voltaire</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/3/4/117334_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the city centre, 200 metres away, guests have the railway station, is situated 5 kilometres away from the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2439.03" OriginalAmount="2414.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.227954" Longitude="6.085727" StarRating="4" HotelCode="31232|684465" HotelName="NH Geneva Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Mategnin 21, 1217 Geneva-Meyrin 1</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/65/6b65ce20057dc383cd4594c5ee57d1301f4fd65d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the Geneva shopping district and is only 5 minutes from the exhibiti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2451.27" OriginalAmount="2427" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431742-30248871/8001756214335469504/956" HotelName="ADINA APARTMENT HOTEL GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88630000/88622900/88622828/5adbe25d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2453.29" OriginalAmount="2429" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3025-25189703/8001756214335469504/1116" HotelName="NOVOTEL GENEVE CENTRE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/65000/64976/46e7fd16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2538.49" OriginalAmount="2513.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211432662414" Longitude="6.1473615214958" StarRating="4" HotelCode="12782|6361|Bed &amp; Breakfast" HotelName="Novotel Genève Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich 19, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/63/3c633ed08a9ea574a61cc3bef7dba137730ae0da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Geneva's town centre, within minutes of Lake Geneva and the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2634.08" OriginalAmount="2608" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-18130906/8001756214335469504/976" HotelName="SAGITTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2794.67" OriginalAmount="2767" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.9275252" Longitude="11.5804914" StarRating="3" HotelCode="0|47517-18114629/8001756214335469504/1016" HotelName="INTERNATIONAL &amp;amp; TERMINUS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>4 CARL ZEISS PLATZ, JENA, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4000/3931/e6e46e7b_b.jpg</HotelPictures>
        <HotelDescription>Situated beside the Friedrich Schiller University in the Jena center. This hotel offers stunning architecture, free WiFi, well appointed rooms, an elegant restaurant and an excellent transport links. The Steigenberger Esplanade Jena has a modern and bright rooms with air conditioning. A breakfast buffet is served daily with sparkling wine and there is a varied Sunday brunch. In the hotel conservatory , vaulted ceiling , you can savor Mediterranean and the Middle East. The Moonlight-Bar offers refreshing cocktails and snacks.

Spa and gym area in the hotel will be closed due to Covid 19 until further notice&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2798.61" OriginalAmount="2770.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20943390045" Longitude="6.1418482099122" StarRating="4" HotelCode="31233|6376|Bed &amp; Breakfast" HotelName="Hotel Cornavin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard James-Fazy 23, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/52/6d52bb4af70fc287bea61f8243525217d3e452ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is found close to the train station and is only 100 m from further convenient transport li...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2806.83" OriginalAmount="2779.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21532" Longitude="6.147718" StarRating="3" HotelCode="35326|18958|Bed &amp; Breakfast" HotelName="Hôtel Jade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 55, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/05/0105452370770774aeda23ba3bfd219c1ff18dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Geneva, close to Lake Geneva and the train station as well as ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2815.70" OriginalAmount="2787.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|79521|Bed &amp; Breakfast" HotelName="Hotel Sagitta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2854.26" OriginalAmount="2826" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649362-28516651/8001756214335469504/49" HotelName="CALVY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/649362/202212192439835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2856.89" OriginalAmount="2828.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.22158" Longitude="6.1491936" StarRating="3" HotelCode="|34635" HotelName="Mon Repos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 131</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/3/5/34635_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 80 standard rooms. ROOM: The rooms have a direct line telephone, a television, a mini-bar and a hairdryer. The establishment has non-smoking rooms. FACILITIES: Guests are offered room service. The establishment has a bar and a restaurant. The establishment also has a car park and meeting rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2913.78" OriginalAmount="2884.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.213445756706" Longitude="6.1454182863236" StarRating="4" HotelCode="16987|6414|Bed &amp; Breakfast" HotelName="Hôtel Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc6478897f76bf792c492a3ed82e2dcea98f22a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to public transport, nightclubs, bars and restaurants (around 100 m away...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2920.92" OriginalAmount="2892" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3003-18113655/8001756214335469504/948" HotelName="JADE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47117/1b983d11_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2937.08" OriginalAmount="2908" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|13505-25201152/8001756214335469504/1268" HotelName="SUISSE GENEVE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527471/7fbe62d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2953.24" OriginalAmount="2924" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12461-25202304/8001756214335469504/1215" HotelName="CORNAVIN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460410/ecb713ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2969.44" OriginalAmount="2940.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210305283949" Longitude="6.1447276175022" StarRating="3" HotelCode="34767|5485512|Bed &amp; Breakfast" HotelName="International &amp; Terminus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 20, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0c/e00ce3f81cad19688304bdcd9766c7200a656c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the city centre, a one-minute walk from the Cornavin train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3002.73" OriginalAmount="2973" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3028-18114632/8001756214335469504/899" HotelName="ROYAL MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2400/2380/628c8427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3085.55" OriginalAmount="3055" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-18114636/8001756214335469504/1036" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/b7133e6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3153.22" OriginalAmount="3122" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32594-18113656/8001756214335469504/891" HotelName="KIPLING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10800/10743/4a5597d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3199.65" OriginalAmount="3167.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|16010|Bed &amp; Breakfast" HotelName="Hôtel Kipling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="3214.53" OriginalAmount="3182.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210325701314" Longitude="6.1441978812218" StarRating="3" HotelCode="64702|2653359|Bed &amp; Breakfast" HotelName="Hotel Bernina Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin 22, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/1f/e31f0d55aec2ccd33606a51b9ab4f69f7829bad8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location opposite the main railway station and connected to its undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3241.09" OriginalAmount="3209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.202030986119" Longitude="6.1393323540688" StarRating="4" HotelCode="42794|466055|Bed &amp; Breakfast" HotelName="Tiffany Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de l'Arquebuse, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a2/77a21544cf5cdf98b191312482d58a77cc8b0e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in a central location on the left-hand bank of the Rhone. The centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3283.85" OriginalAmount="3251.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|6372|Bed &amp; Breakfast" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3321.89" OriginalAmount="3289.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|adagio_geneve_mont_blanc" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3427.54" OriginalAmount="3393.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.221578" Longitude="6.149327" StarRating="3" HotelCode="64703|760435|Bed &amp; Breakfast" HotelName="Mon Repos Hotel Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 131, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e0/39e06e886cb2f17b6e6fe92f1dfb2d38bf79eeae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right-hand shore of Lake Geneva, the hotel looks onto one of the city's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3460.26" OriginalAmount="3426" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|81580-28561681/8001756214335469504/129" HotelName="TIFFANY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1800/1758/107a648f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3589.45" OriginalAmount="3553.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3923.85" OriginalAmount="3885" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-18114634/8001756214335469504/915" HotelName="WARWICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w5799h3835x5y5-d103793e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3944.05" OriginalAmount="3905" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-18208817/8001756214335469504/932" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3947.78" OriginalAmount="3908.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|6359|Bed &amp; Breakfast" HotelName="Warwick Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3988.49" OriginalAmount="3949.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209945391292" Longitude="6.1443671684979" StarRating="3" HotelCode="34972|123701" HotelName="Hotel Strasbourg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/84/ce8410200477dba3a6ac678cfa73e4b842226ceb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre and close to the tourist areas. It is only two minutes from Genev...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4308.07" OriginalAmount="4265.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|6364|Bed &amp; Breakfast" HotelName="Hôtel Auteuil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4366.23" OriginalAmount="4323" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3006-18113651/8001756214335469504/928" HotelName="BRISTOL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/560000/559500/559474/13652ef1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4366.23" OriginalAmount="4323.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209939" Longitude="6.145444" StarRating="3" HotelCode="131655|904892" HotelName="Des Alpes Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/21/6c21fa455f2e17141f4dd2787416dd2a762f5a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4506.62" OriginalAmount="4462" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-18228103/8001756214335469504/1002" HotelName="AUTEUIL MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="5205.54" OriginalAmount="5154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224451" Longitude="6.132978" StarRating="5" HotelCode="49113|1402531|Bed &amp; Breakfast" HotelName="Intercontinental Geneve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Chemin du Petit-Saconnex 7-9, 1211 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/6d/c26dc862f29c58dd813020b6e6530d431fb4e9c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, luxury hotel is located only a stone's throw from the United Nations headquarters and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5324.72" OriginalAmount="5272" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|83331-28568498/8001756214335469504/47" HotelName="EASTWEST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25300/25211/f6b33f61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5394.41" OriginalAmount="5341" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595073-25745446/8001756214335469504/1305" HotelName="FRASER SUITES GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68860000/68853300/68853208/26283f61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7319.47" OriginalAmount="7247" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|292133-27162090/8001756214335469504/0" HotelName="SWISS LUXURY APPARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5420000/5413400/5413377/6c1f6fbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8895.07" OriginalAmount="8807.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.203426" Longitude="6.152151" StarRating="5" HotelCode="25112|25824|Bed &amp; Breakfast" HotelName="Hotel Metropole Geneve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Quai General Guisan, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8d/878d721c271dfe8e6238c6f291ae52e95ef73b42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of Geneva's lively city centre, right next to Lake Geneva. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8904.16" OriginalAmount="8816" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3021-18113661/8001756214335469504/940" HotelName="METROPOLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/118200/118106/cc8cb249_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10082.25" OriginalAmount="9982.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2053986" Longitude="6.1409001" StarRating="5" HotelCode="|9905" HotelName="Mandarin Oriental, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI TURRETTINI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/5/9905_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 190 standard rooms. In the entrance, you can find a lobby and a hairdresser's. The establishment boasts an inviting bar and a restaurant. It has a car park (for a fee). SITUATION: This elegant hotel is in Geneva city centre where you can find shops, leisure areas and entertainment. It is a few minutes walk away from the historic centre. 100 metres away, there is a public transport stop. ROOM: Customers have stylish rooms with a bathroom with a hairdryer. They are equipped with a direct line telephone, satellite or cable TV, internet (available for a fee), a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a gym, a spa, body care, a sauna and a massage service (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10578.38" OriginalAmount="10473.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201330189125" Longitude="6.1472475528717" StarRating="5" HotelCode="65600|605365|Bed &amp; Breakfast" HotelName="Les Armures" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Puits-St-Pierre, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/74/9474632acf6d1fb6a92635c0ac7ebf99a3260958.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="11199.33" OriginalAmount="11088.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.205587" Longitude="6.141025" StarRating="5" HotelCode="25111|1817278|Bed &amp; Breakfast" HotelName="Mandarin Oriental Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Quai Turrettini 1, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/78/e67818000c6c6a3ee5f9d916d51157673fe66a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is located in the centre of Geneva, directly on the quay, where many ...</HotelDescription>
        <Offer>Discount:GBP54.87</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11399.40" OriginalAmount="11286.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214125" Longitude="6.151721" StarRating="5" HotelCode="|38630" HotelName="President Wilson, A Luxury Collection , Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI WILSON 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/3/0/38630_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a cloakroom. It has 228 standard rooms. The establishment has a lift, a cafÃ©, a hairdresser's, a bar and a restaurant. It has conference facilities, WiFi, room service, a laundry service (for a fee), a car park and bicycle rental. SITUATION: This hotel is next to Lake Geneva. Is situated in an excellent location. 5 minutes away from the establishment, you can find the commercial area. It is located 10 streets away from the historic centre. This hotel is 30 streets away from Lausana 10 minutes away from the establishment guests have the railway station. It is situated 15 minutes away from the airport. ROOM: The establishment has standard rooms and suites. Each room has a bathroom, work area with WiFi, a fax machine, a hairdryer, a direct line telephone, an air-conditioning system, heating, a satellite TV with international channels, Video Club, piped music, an answering machine, a safety deposit box, a mini-bar and beauty products.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="11756.04" OriginalAmount="11639.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209604" Longitude="6.150443" StarRating="5" HotelCode="29669|128335" HotelName="D'Angleterre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 17, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b01967261cb9f0ed5908924a8614b7cb5fe2d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant upper class hotel is located in the heart of Geneva's shopping and financial district w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11814.50" OriginalAmount="11697.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250045" Longitude="6.149574" StarRating="5" HotelCode="|79085" HotelName="La Reserve Geneve  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Route De Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/8/5/79085_b31900e1139.jpg</HotelPictures>
        <HotelDescription>HOTEL: The La Reserve Geneva Y Spa is rated five stars. It has dining facilities and a spa. SITUATION: It is located close to Lake Geneva. It has excellent transport links to the roads, public transport services and the city centre. ROOM: The luxurious rooms have parquet flooring, wooden furniture, an air-conditioning system, WiFi (available for a fee), a television, a writing desk and a bathroom with a bath. FACILITIES: The establishment boasts a fitness centre, a sauna, a steam bath, a beauty centre, deck chairs, 2 swimming pools and a massage service. The establishment also has a tennis court, water sports and a playground. Regarding the food and beverage offering, there is restaurants and a cocktail bar. Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11985.31" OriginalAmount="11866.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21452" Longitude="6.15171" StarRating="5" HotelCode="33833|51354|Bed &amp; Breakfast" HotelName="Hotel President Wilson, a Luxury Collection Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai Wilson 47, 1211 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/31/5f31f141451714304a2f8d9081f7ea2e77397987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in front of Lake Geneva and has a wonderful view over the Alps and Mont Blanc....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12695.78" OriginalAmount="12570.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250538739835" Longitude="6.1493101716042" StarRating="5" HotelCode="35566|751985|Bed &amp; Breakfast" HotelName="La Reserve Geneve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Route de Lausanne, 1293 Bellevue, Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/8f/868f89974af85db9e37bf41fe876fb587da75eb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13680.29" OriginalAmount="13544.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.207879294145" Longitude="6.1485990699406" StarRating="5" HotelCode="29668|25714|Bed &amp; Breakfast" HotelName="The Ritz-Carlton Hotel de la Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 11, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/95/3b95c40e3c29cb240f2a7d758dad7ada775939cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious Geneva hotel is located within metres of links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14700.19" OriginalAmount="14554.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2077446" Longitude="6.1485958" StarRating="5" HotelCode="|9901" HotelName="The Ritz-carlton,  De La Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Quai Du Mont Blanc,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/1/9901_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a concierge. Pets are allowed. The establishment also offers air-conditioning.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15356.24" OriginalAmount="15204.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|25654|Bed &amp; Breakfast" HotelName="Beau Rivage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access,Massage Centre,Jacuzzi,Kitchen,Lounge,Spa,Swimming Pool,Garden,Elevator,Meeting Room,Parking</BasicAmenities>
    <HotelRating>4,3,5,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,AIRPORT HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,HOTEL DE CHARME,HISTORIC HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,SPA 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
7e82d6a5-8e49-4a1c-b0a9-2fbf9f66c298|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a82a6c7e-7d3e-475c-a146-db982ace685a|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="a82a6c7e-7d3e-475c-a146-db982ace685a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11670" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-18T00:00:00" End="2026-11-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="edurootsexplorers@gmail.com" Password="Aug@2026" 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
a82a6c7e-7d3e-475c-a146-db982ace685a|InfiniteSearch|error while generating search request: Exception- Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 54|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServerHelper.WaitingForDescriptionToChange()
   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
a82a6c7e-7d3e-475c-a146-db982ace685a|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a82a6c7e-7d3e-475c-a146-db982ace685a|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
a82a6c7e-7d3e-475c-a146-db982ace685a|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
a82a6c7e-7d3e-475c-a146-db982ace685a|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a82a6c7e-7d3e-475c-a146-db982ace685a|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a82a6c7e-7d3e-475c-a146-db982ace685a|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a82a6c7e-7d3e-475c-a146-db982ace685a|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a82a6c7e-7d3e-475c-a146-db982ace685a|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-17T07:14:23.6695195+01:00" Version="0" EchoToken="Search" TransactionIdentifier="a82a6c7e-7d3e-475c-a146-db982ace685a" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="524.38" OriginalAmount="519.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8562" Longitude="-77.00603" StarRating="2" HotelCode="|589771" HotelName="Days Inn by Wyndham Geneva/Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>485 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/7/7/1/589771_326e6db2046.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="664.16" OriginalAmount="657.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8566196" Longitude="-77.0033723" StarRating="1" HotelCode="|361844" HotelName="Americas Best Value Inn Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>473 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/8/4/4/361844_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="668.06" OriginalAmount="661.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.86366" Longitude="-76.98185" StarRating="3" HotelCode="|235208" HotelName="  41 Lakefront Hotel, Trademark Collection By Wyndham " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Lake Front Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/2/0/8/235208_142a55f0056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="936.91" OriginalAmount="927.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.856319" Longitude="-76.999405" StarRating="3" HotelCode="|392921" HotelName="Fairfield Inn and Suites by Marriott Geneva Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>383 Hamilton St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/9/2/1/392921_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1015.05" OriginalAmount="1005" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-20597469/1335495226518344042/62" HotelName="NASH SUITES HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1135.13" OriginalAmount="1123.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|106746" HotelName="Nash Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1254.42" OriginalAmount="1242" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-27590470/1335495226518344042/1100" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1271.59" OriginalAmount="1259" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|974432-19107685/1335495226518344042/80" HotelName="APPART'CITY CONFORT GENÈVE AÉROPORT VERNIER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41450000/41445800/41445724/833028ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1534.35" OriginalAmount="1519.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1540.25" OriginalAmount="1525" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|708205-28505038/1335495226518344042/151" HotelName="STARLING RESIDENCE GENÈVE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/66000000/65310000/65308500/65308485/20a069c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1618.02" OriginalAmount="1602.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.192441710555" Longitude="6.1381678687172" StarRating="3" HotelCode="199952|starling_residence_geneve" HotelName="Starling Hotel Residence Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route des Acacias 4, 1227 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ac/b5ac1d7f389f115c42b2de52216269dca0197354.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1640.24" OriginalAmount="1624.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1698.13" OriginalAmount="1681.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|79521" HotelName="Hotel Sagitta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1707.13" OriginalAmount="1690.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2030058" Longitude="6.1455632" StarRating="2" HotelCode="|117341" HotelName="Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/4/1/117341_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inGeneva the heart of nearby, you will find the tourist attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1751.34" OriginalAmount="1734" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-18130906/1335495226518344042/68" HotelName="SAGITTA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1916.98" OriginalAmount="1898" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-22241577/1335495226518344042/11" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/b7133e6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1939.35" OriginalAmount="1920.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2141785" Longitude="6.1352484" StarRating="3" HotelCode="|117323" HotelName="Ibis Geneve Centre Nations" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/3/117323_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inGeneva the city centre of 800 metres away, guests can find GenÃ¨ve-Cornavin the Railway Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1977.58" OriginalAmount="1958.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|movenpick_hotel_and_casino_geneva" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2011.78" OriginalAmount="1991.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2243996" Longitude="6.1004" StarRating="4" HotelCode="|9910" HotelName=" Mövenpick Hotel Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROUTE DE PRE-BOIS 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/0/9910_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008, has 11 floors, 350 standard rooms and 6 suites. The establishment boasts a hairdresser's, a bar and a restaurant. SITUATION: This luxurious hotel is in Geneva is 5 kilometres from the city centre and the airport. It is well-connected by bus. It is situated close to the Palexpo Congress Centre. 100 metres away, there is a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a fridge and a safe. FACILITIES: The establishment has a sauna, a solarium, a gym and a casino. OTHERS: have at their disposal a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2036.37" OriginalAmount="2016.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.213289" Longitude="6.129937" StarRating="3" HotelCode="|453743" HotelName="Stay KooooK Geneva City - Online Check in" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93 Rue de la Servette</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/3/453743_87261cd1307.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2320.98" OriginalAmount="2298" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649362-28516651/1335495226518344042/99" HotelName="CALVY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/649362/202212192439835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2413.25" OriginalAmount="2389.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|157382" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2420.97" OriginalAmount="2397" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-18208817/1335495226518344042/42" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2661.35" OriginalAmount="2635" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431742-30248871/1335495226518344042/46" HotelName="ADINA APARTMENT HOTEL GENEVA" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88630000/88622900/88622828/5adbe25d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2717.67" OriginalAmount="2690.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2248398" Longitude="6.1068628" StarRating="4" HotelCode="|9900" HotelName="Crowne Plaza Geneva, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE LOUIS CASAI 75-77</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/0/9900_1_1105.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 308 standard rooms. The establishment offers guests a transfer service to the airport (free of charge). In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a cloakroom, lifts, a gift shop and a hairdresser's. Regarding the food and beverage offering, the establishment has a bar and 2 restaurants. You are also offered a business centre with WiFi and 18 conference rooms. There are many services available at the establishment, including room service, a laundry service, bicycle rental and indoor parking. SITUATION: This hotel is 3 kilometres from Geneva city centre. It is well-connected by public transport. In front of the hotel there is a public transport stop. The establishment is situated 500 metres away from the Blaxert shopping centre. Is 3 kilometres from ONU the fair centre and the sea. 10 kilometres away, you can find Lelex-Crozet Ski Resort. 1 kilometre away, you can find Geneva International Airport. ROOM: The soundproofed rooms, with air-conditioning, have a bathroom with a hairdryer, a satellite or cable television, a radio, films (available for a fee), a direct line telephone, a mini-bar, a safe, WiFi, a coffee maker, a kettle, an iron, a double bed, heating and individual air-conditioning. FACILITIES: Guests are offered a sauna, a massage service (available for a fee) and a gym. Clients can enjoy go cycling. 10 kilometres away from the establishment, clients have at their disposal a golf course. OTHERS: The establishment offers buffet breakfast and lunch and an Ã  la carte or set-menu lunch and dinner. Guests can book half-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2772.88" OriginalAmount="2745.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|6364" HotelName="Hôtel Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2782.55" OriginalAmount="2755" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-18228103/1335495226518344042/96" HotelName="AUTEUIL MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2873.45" OriginalAmount="2845.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|warwick_hotel_geneva" HotelName="Warwick Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2943.14" OriginalAmount="2914" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-18114634/1335495226518344042/38" HotelName="WARWICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w5799h3835x5y5-d103793e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3366.33" OriginalAmount="3333" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32594-25216142/1335495226518344042/1086" HotelName="KIPLING" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10800/10743/4a5597d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3421.88" OriginalAmount="3388.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|hotel_kipling_manotel" HotelName="Hôtel Kipling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3424.91" OriginalAmount="3391.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21001" Longitude="6.144922" StarRating="3" HotelCode="80750|montana_2" HotelName="Montana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>23 rue des Alpes, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/d5/91d5fac24b11612b96b8bb26aa85971241bfbfca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Hotel Montana promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3808.92" OriginalAmount="3771.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4856.08" OriginalAmount="4808" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|292133-22276362/1335495226518344042/5" HotelName="SWISS LUXURY APPARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5420000/5413400/5413377/6c1f6fbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5864.06" OriginalAmount="5806" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|974431-26147348/1335495226518344042/1097" HotelName="THE HAMLET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42700000/42697700/42697646/278f19e5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6288.26" OriginalAmount="6226" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|13501-25203525/1335495226518344042/1045" HotelName="INTERCONTINENTAL GENEVE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13400/13396/cdbc260c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6664.59" OriginalAmount="6598.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.1992573" Longitude="6.1494061" StarRating="0" HotelCode="|327205" HotelName="The Hamlet - Luxury Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Rue Etienne Dumont</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/2/0/5/327205_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6963.33" OriginalAmount="6894.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2028659" Longitude="6.1500889" StarRating="0" HotelCode="|117332" HotelName="De La Cigogne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Place Longemalle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/3/2/117332_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The HÃ´tel De La Cigogne is rated five stars, is elegant. SITUATION: It is situated in a historic building. This hotel is in the Square of Longemalle. Next to the establishment, guests will find the historic centre and Lake.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16116.57" OriginalAmount="15957" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|25654" HotelName="Beau Rivage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Lounge,Massage Centre,Sauna,Spa,Kitchen,Elevator,Meeting Room,Parking,Diet Meals</BasicAmenities>
    <HotelRating>4,5,3,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,AIRPORT HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,SPA HOTEL,HISTORIC HOTEL,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
a82a6c7e-7d3e-475c-a146-db982ace685a|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="a82a6c7e-7d3e-475c-a146-db982ace685a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11670" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-18T00:00:00" End="2026-11-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="edurootsexplorers@gmail.com" Password="Aug@2026" 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
a82a6c7e-7d3e-475c-a146-db982ace685a|InfiniteSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at SerializeDeserialize`1.DeserializeData(String dataXML) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 2755
   at HotelSources.Infinite.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 314|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a82a6c7e-7d3e-475c-a146-db982ace685a|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|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
a82a6c7e-7d3e-475c-a146-db982ace685a|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-17T07:15:36.2350544+01:00" Version="0" EchoToken="Search" TransactionIdentifier="a82a6c7e-7d3e-475c-a146-db982ace685a" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="524.38" OriginalAmount="519.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8562" Longitude="-77.00603" StarRating="2" HotelCode="|589771" HotelName="Days Inn by Wyndham Geneva/Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>485 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/7/7/1/589771_326e6db2046.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="936.91" OriginalAmount="927.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.856319" Longitude="-76.999405" StarRating="3" HotelCode="|392921" HotelName="Fairfield Inn and Suites by Marriott Geneva Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>383 Hamilton St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/9/2/1/392921_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1534.35" OriginalAmount="1519.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1640.24" OriginalAmount="1624.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1703.87" OriginalAmount="1687" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-20597469/1335495226518344042/62" HotelName="NASH SUITES HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1750.33" OriginalAmount="1733" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-27590470/1335495226518344042/1100" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1788.71" OriginalAmount="1771" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|974432-19107685/1335495226518344042/80" HotelName="APPART'CITY CONFORT GENÈVE AÉROPORT VERNIER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41450000/41445800/41445724/833028ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1829.45" OriginalAmount="1811.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|465995|Bed &amp; Breakfast" HotelName="Nash Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1975.56" OriginalAmount="1956" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-18130906/1335495226518344042/68" HotelName="SAGITTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2111.78" OriginalAmount="2090.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|79521|Bed &amp; Breakfast" HotelName="Hotel Sagitta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2320.98" OriginalAmount="2298" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649362-28516651/1335495226518344042/99" HotelName="CALVY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/649362/202212192439835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2538.13" OriginalAmount="2513" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12466-22280438/1335495226518344042/16" HotelName="IBIS GENEVE CENTRE NATIONS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5630000/5622200/5622125/a37101e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2661.35" OriginalAmount="2635" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431742-30248871/1335495226518344042/46" HotelName="ADINA APARTMENT HOTEL GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88630000/88622900/88622828/5adbe25d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2731.04" OriginalAmount="2704" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-22241577/1335495226518344042/11" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/b7133e6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2869.63" OriginalAmount="2841.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|130334|Bed &amp; Breakfast" HotelName="Hôtel Auteuil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2873.45" OriginalAmount="2845.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|warwick_hotel_geneva" HotelName="Warwick Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2943.14" OriginalAmount="2914" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-18114634/1335495226518344042/38" HotelName="WARWICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w5799h3835x5y5-d103793e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3069.65" OriginalAmount="3039.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|157382|Bed &amp; Breakfast" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3115.64" OriginalAmount="3084.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|6372|Bed &amp; Breakfast" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3137.06" OriginalAmount="3106" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-18208817/1335495226518344042/42" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3380.47" OriginalAmount="3347" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-18228103/1335495226518344042/96" HotelName="AUTEUIL MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3808.92" OriginalAmount="3771.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3927.89" OriginalAmount="3889" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32594-25216142/1335495226518344042/1086" HotelName="KIPLING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10800/10743/4a5597d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4064.78" OriginalAmount="4024.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|273505|Bed &amp; Breakfast" HotelName="Hôtel Kipling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6590.25" OriginalAmount="6525" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|292133-22276362/1335495226518344042/5" HotelName="SWISS LUXURY APPARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5420000/5413400/5413377/6c1f6fbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7022.53" OriginalAmount="6953" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|13501-25203525/1335495226518344042/1045" HotelName="INTERCONTINENTAL GENEVE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13400/13396/cdbc260c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17670.96" OriginalAmount="17496" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|25654|Bed &amp; Breakfast" HotelName="Beau Rivage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Designated Smoking Area,Lounge,Massage Centre,Sauna,Shopping Arcade,Diet Meals,Elevator,Meeting Room,Parking</BasicAmenities>
    <HotelRating>4,5,3,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,SPA HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,AIRPORT 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
a82a6c7e-7d3e-475c-a146-db982ace685a|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="a82a6c7e-7d3e-475c-a146-db982ace685a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11670" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-18T00:00:00" End="2026-11-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="edurootsexplorers@gmail.com" Password="Aug@2026" 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
a82a6c7e-7d3e-475c-a146-db982ace685a|InfiniteSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at SerializeDeserialize`1.DeserializeData(String dataXML) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 2755
   at HotelSources.Infinite.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 314|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a82a6c7e-7d3e-475c-a146-db982ace685a|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-17T07:16:35.4322761+01:00" Version="0" EchoToken="Search" TransactionIdentifier="a82a6c7e-7d3e-475c-a146-db982ace685a" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="524.38" OriginalAmount="519.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8562" Longitude="-77.00603" StarRating="2" HotelCode="|589771" HotelName="Days Inn by Wyndham Geneva/Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>485 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/7/7/1/589771_326e6db2046.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="936.91" OriginalAmount="927.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.856319" Longitude="-76.999405" StarRating="3" HotelCode="|392921" HotelName="Fairfield Inn and Suites by Marriott Geneva Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>383 Hamilton St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/9/2/1/392921_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1534.35" OriginalAmount="1519.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1640.24" OriginalAmount="1624.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1703.87" OriginalAmount="1687" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-20597469/1335495226518344042/62" HotelName="NASH SUITES HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1750.33" OriginalAmount="1733" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-27590470/1335495226518344042/1100" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1788.71" OriginalAmount="1771" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|974432-19107685/1335495226518344042/80" HotelName="APPART'CITY CONFORT GENÈVE AÉROPORT VERNIER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41450000/41445800/41445724/833028ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1920.96" OriginalAmount="1901.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|106746|Bed &amp; Breakfast" HotelName="Nash Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1975.56" OriginalAmount="1956" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-18130906/1335495226518344042/68" HotelName="SAGITTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2111.78" OriginalAmount="2090.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|79521|Bed &amp; Breakfast" HotelName="Hotel Sagitta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2320.98" OriginalAmount="2298" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649362-28516651/1335495226518344042/99" HotelName="CALVY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/649362/202212192439835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2538.13" OriginalAmount="2513" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12466-22280438/1335495226518344042/16" HotelName="IBIS GENEVE CENTRE NATIONS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5630000/5622200/5622125/a37101e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2661.35" OriginalAmount="2635" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431742-30248871/1335495226518344042/46" HotelName="ADINA APARTMENT HOTEL GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88630000/88622900/88622828/5adbe25d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2731.04" OriginalAmount="2704" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-22241577/1335495226518344042/11" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/b7133e6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2873.45" OriginalAmount="2845.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|warwick_hotel_geneva" HotelName="Warwick Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2943.14" OriginalAmount="2914" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-18114634/1335495226518344042/38" HotelName="WARWICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w5799h3835x5y5-d103793e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3069.65" OriginalAmount="3039.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|157382|Bed &amp; Breakfast" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3115.64" OriginalAmount="3084.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|6372|Bed &amp; Breakfast" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3137.06" OriginalAmount="3106" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-18208817/1335495226518344042/42" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3231.06" OriginalAmount="3199.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|6364|Bed &amp; Breakfast" HotelName="Hôtel Auteuil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3380.47" OriginalAmount="3347" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-18228103/1335495226518344042/96" HotelName="AUTEUIL MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3808.92" OriginalAmount="3771.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3927.89" OriginalAmount="3889" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32594-25216142/1335495226518344042/1086" HotelName="KIPLING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10800/10743/4a5597d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4756.04" OriginalAmount="4708.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|138598" HotelName="Hôtel Kipling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6590.25" OriginalAmount="6525" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|292133-22276362/1335495226518344042/5" HotelName="SWISS LUXURY APPARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5420000/5413400/5413377/6c1f6fbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7022.53" OriginalAmount="6953" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|13501-25203525/1335495226518344042/1045" HotelName="INTERCONTINENTAL GENEVE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13400/13396/cdbc260c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17670.96" OriginalAmount="17496" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|25654|Bed &amp; Breakfast" HotelName="Beau Rivage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Lounge,Massage Centre,Sauna,Spa,Kitchen,Diet Meals,Elevator,Meeting Room,Parking</BasicAmenities>
    <HotelRating>4,5,3,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,AIRPORT HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,SPA HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,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
a82a6c7e-7d3e-475c-a146-db982ace685a|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|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
a82a6c7e-7d3e-475c-a146-db982ace685a|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-17T07:18:50.6128878+01:00" Version="0" EchoToken="Search" TransactionIdentifier="a82a6c7e-7d3e-475c-a146-db982ace685a" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="524.38" OriginalAmount="519.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8562" Longitude="-77.00603" StarRating="2" HotelCode="|589771" HotelName="Days Inn by Wyndham Geneva/Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>485 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/7/7/1/589771_326e6db2046.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="936.91" OriginalAmount="927.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.856319" Longitude="-76.999405" StarRating="3" HotelCode="|392921" HotelName="Fairfield Inn and Suites by Marriott Geneva Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>383 Hamilton St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/9/2/1/392921_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1534.35" OriginalAmount="1519.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1640.24" OriginalAmount="1624.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1703.87" OriginalAmount="1687" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-20597469/1335495226518344042/62" HotelName="NASH SUITES HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1750.33" OriginalAmount="1733" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-27590470/1335495226518344042/1100" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1788.71" OriginalAmount="1771" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|974432-19107685/1335495226518344042/80" HotelName="APPART'CITY CONFORT GENÈVE AÉROPORT VERNIER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41450000/41445800/41445724/833028ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1920.96" OriginalAmount="1901.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|106746|Bed &amp; Breakfast" HotelName="Nash Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1975.56" OriginalAmount="1956" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-18130906/1335495226518344042/68" HotelName="SAGITTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2111.78" OriginalAmount="2090.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|79521|Bed &amp; Breakfast" HotelName="Hotel Sagitta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2320.98" OriginalAmount="2298" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649362-28516651/1335495226518344042/99" HotelName="CALVY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/649362/202212192439835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2538.13" OriginalAmount="2513" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12466-22280438/1335495226518344042/16" HotelName="IBIS GENEVE CENTRE NATIONS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5630000/5622200/5622125/a37101e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2661.35" OriginalAmount="2635" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431742-30248871/1335495226518344042/46" HotelName="ADINA APARTMENT HOTEL GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88630000/88622900/88622828/5adbe25d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2731.04" OriginalAmount="2704" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-22241577/1335495226518344042/11" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/b7133e6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2873.45" OriginalAmount="2845.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|warwick_hotel_geneva" HotelName="Warwick Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2943.14" OriginalAmount="2914" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-18114634/1335495226518344042/38" HotelName="WARWICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w5799h3835x5y5-d103793e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3069.65" OriginalAmount="3039.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|157382|Bed &amp; Breakfast" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3115.64" OriginalAmount="3084.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|6372|Bed &amp; Breakfast" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3137.06" OriginalAmount="3106" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-18208817/1335495226518344042/42" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3231.06" OriginalAmount="3199.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|6364|Bed &amp; Breakfast" HotelName="Hôtel Auteuil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3380.47" OriginalAmount="3347" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-18228103/1335495226518344042/96" HotelName="AUTEUIL MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3808.92" OriginalAmount="3771.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3927.89" OriginalAmount="3889" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32594-25216142/1335495226518344042/1086" HotelName="KIPLING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10800/10743/4a5597d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4756.04" OriginalAmount="4708.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|138598" HotelName="Hôtel Kipling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6590.25" OriginalAmount="6525" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|292133-22276362/1335495226518344042/5" HotelName="SWISS LUXURY APPARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5420000/5413400/5413377/6c1f6fbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7022.53" OriginalAmount="6953" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|13501-25203525/1335495226518344042/1045" HotelName="INTERCONTINENTAL GENEVE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13400/13396/cdbc260c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17670.96" OriginalAmount="17496" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|25654|Bed &amp; Breakfast" HotelName="Beau Rivage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Lounge,Massage Centre,Sauna,Spa,Kitchen,Elevator,Meeting Room,Parking,Diet Meals</BasicAmenities>
    <HotelRating>4,5,3,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,AIRPORT HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,SPA HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,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
35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5|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="35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="12,12" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="12,12" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="12,12" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11670" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-18T00:00:00" End="2026-11-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="edurootsexplorers@gmail.com" Password="Aug@2026" 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
35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5|InfiniteSearch|error while generating search request: Exception- Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 54|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5|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
35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5|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-17T07:20:51.0435521+01:00" Version="0" EchoToken="Search" TransactionIdentifier="35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="621.38" OriginalAmount="615.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.86366" Longitude="-76.98185" StarRating="3" HotelCode="|235208" HotelName="  41 Lakefront Hotel, Trademark Collection By Wyndham " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Lake Front Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/2/0/8/235208_142a55f0056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="664.16" OriginalAmount="657.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8566196" Longitude="-77.0033723" StarRating="1" HotelCode="|361844" HotelName="Americas Best Value Inn Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>473 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/8/4/4/361844_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="816.56" OriginalAmount="808.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.22349703188" Longitude="6.0993540287018" StarRating="3" HotelCode="33834|15951" HotelName="Holiday Inn Express Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 16, C.P. 256, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f3/42f3fbaf85d8ea045e9a5cc206e28f27c0b1b38a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located around 3km from Geneva's centre, with its various shopping facilities, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="831.22" OriginalAmount="822.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2260017" Longitude="6.1020002" StarRating="3" HotelCode="|20631" HotelName="Holiday Inn Express Geneva Airport, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROUTE DE PRE-BOIS 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/3/1/20631_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 2003, has 154 rooms and 7 floors. It has 50 single rooms and 103 double rooms. In the entrance, guests are offered a lobby with an elevator, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a bar, a TV room and a conference room. There are many services available at the establishment, including a medical care service, a laundry service, internet, indoor parking and a car park. SITUATION: This modern hotel is situated 3 kilometres away from Geneva the city centre of Where you can find shops, bars and restaurants. in front of the establishment, guests have public transport, has good links to Palexpo the Congress Centre it is situated 6 kilometres away from Geneva Lake 12 kilometres away, you can find a ski resort, is situated 1 kilometre away from Airport, the city. ROOM: The rooms with air-conditioning a bathroom with a hairdryer, They are equipped with a direct line telephone, internet, a radio, a satellite or cable television and central heating. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="937.07" OriginalAmount="927.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.856319" Longitude="-76.999405" StarRating="3" HotelCode="|392921" HotelName="Fairfield Inn and Suites by Marriott Geneva Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>383 Hamilton St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/9/2/1/392921_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1004.95" OriginalAmount="995.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.220408167983" Longitude="6.1140216886997" StarRating="4" HotelCode="82263|suite_novotel_geneve" HotelName="Novotel Suites Geneve Aeroport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis Casaï 30, Cointrin, 1216 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb9b272f453e5b54826c811b5bd1b2d3ff98e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1015.05" OriginalAmount="1005" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-20597469/8418605266420154248/32" HotelName="NASH SUITES HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1051.41" OriginalAmount="1041.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.227954" Longitude="6.085727" StarRating="4" HotelCode="31232|nh_geneva_airport" HotelName="NH Geneva Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Mategnin 21, 1217 Geneva-Meyrin 1</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/65/6b65ce20057dc383cd4594c5ee57d1301f4fd65d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the Geneva shopping district and is only 5 minutes from the exhibiti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1135.13" OriginalAmount="1123.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|106746" HotelName="Nash Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1193.82" OriginalAmount="1182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211432662414" Longitude="6.1473615214958" StarRating="4" HotelCode="12782|novotel_geneve_centre_2" HotelName="Novotel Genève Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich 19, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/63/3c633ed08a9ea574a61cc3bef7dba137730ae0da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Geneva's town centre, within minutes of Lake Geneva and the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1220.08" OriginalAmount="1208" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3025-25189703/8418605266420154248/1113" HotelName="NOVOTEL GENEVE CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/65000/64976/46e7fd16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1254.42" OriginalAmount="1242" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-27590470/8418605266420154248/1192" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1271.59" OriginalAmount="1259" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|974432-19107685/8418605266420154248/56" HotelName="APPART'CITY CONFORT GENÈVE AÉROPORT VERNIER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41450000/41445800/41445724/833028ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1523.08" OriginalAmount="1508.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|movenpick_hotel_and_casino_geneva" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1608.79" OriginalAmount="1592.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.192431" Longitude="6.1380939" StarRating="0" HotelCode="|117328" HotelName="Starling Residence Genève" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4, route des Acacias</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/8/117328_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 400 metres away from the university. ROOM: The establishment has studios with kitchen, flat-screen satellite television and bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1627.11" OriginalAmount="1611.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.213445756706" Longitude="6.1454182863236" StarRating="4" HotelCode="16987|hotel_royal_manotel" HotelName="Hôtel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc6478897f76bf792c492a3ed82e2dcea98f22a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to public transport, nightclubs, bars and restaurants (around 100 m away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1657.41" OriginalAmount="1641.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1683.67" OriginalAmount="1667" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3028-18114632/8418605266420154248/12" HotelName="ROYAL MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2400/2380/628c8427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1683.67" OriginalAmount="1667.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21532" Longitude="6.147718" StarRating="3" HotelCode="35326|hotel_jade_2" HotelName="Hôtel Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 55, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/05/0105452370770774aeda23ba3bfd219c1ff18dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Geneva, close to Lake Geneva and the train station as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1698.13" OriginalAmount="1681.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|79521" HotelName="Hotel Sagitta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1707.13" OriginalAmount="1690.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2030058" Longitude="6.1455632" StarRating="2" HotelCode="|117341" HotelName="Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/4/1/117341_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inGeneva the heart of nearby, you will find the tourist attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1751.34" OriginalAmount="1734" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-18130906/8418605266420154248/62" HotelName="SAGITTA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1866.48" OriginalAmount="1848.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.192441710555" Longitude="6.1381678687172" StarRating="3" HotelCode="199952|starling_residence_geneve" HotelName="Starling Hotel Residence Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route des Acacias 4, 1227 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ac/b5ac1d7f389f115c42b2de52216269dca0197354.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1896.78" OriginalAmount="1878.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209154474743" Longitude="6.1429882049561" StarRating="3" HotelCode="31234|hotel_suisse_3" HotelName="Suisse Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de Cornavin 10, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/e5/fbe505dfc466c891d41d8fa3da9e249a45db8903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies directly on Place Cornavin, opposite Geneva's main train station. An abunda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1916.98" OriginalAmount="1898" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-22241577/8418605266420154248/90" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/b7133e6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1939.35" OriginalAmount="1920.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2141785" Longitude="6.1352484" StarRating="3" HotelCode="|117323" HotelName="Ibis Geneve Centre Nations" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/3/117323_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inGeneva the city centre of 800 metres away, guests can find GenÃ¨ve-Cornavin the Railway Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1966.47" OriginalAmount="1947" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3003-25187503/8418605266420154248/1170" HotelName="JADE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47117/1b983d11_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2011.78" OriginalAmount="1991.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2243996" Longitude="6.1004" StarRating="4" HotelCode="|9910" HotelName=" Mövenpick Hotel Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROUTE DE PRE-BOIS 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/0/9910_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008, has 11 floors, 350 standard rooms and 6 suites. The establishment boasts a hairdresser's, a bar and a restaurant. SITUATION: This luxurious hotel is in Geneva is 5 kilometres from the city centre and the airport. It is well-connected by bus. It is situated close to the Palexpo Congress Centre. 100 metres away, there is a public transport stop. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a fridge and a safe. FACILITIES: The establishment has a sauna, a solarium, a gym and a casino. OTHERS: have at their disposal a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2342.19" OriginalAmount="2319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|adagio_geneve_mont_blanc" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2344.80" OriginalAmount="2321.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20981155263" Longitude="6.1482721567154" StarRating="4" HotelCode="73947|140094" HotelName="Eastwest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue des Paquis, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/6d/5e6dd99fb1ee66252997822bc80b4b9f0a04193c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a few steps from Lake Geneva. It is situated close to the business and sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2420.97" OriginalAmount="2397" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-18208817/8418605266420154248/16" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2535.73" OriginalAmount="2510.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2595.70" OriginalAmount="2570" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2154305" Longitude="6.1487821" StarRating="4" HotelCode="31227|20317" HotelName="Hôtel Nvy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Richemont 18, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/26/1426d075fdbbd3dc00e152b9ae9cd23fe1f11c82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a peaceful street, right at the heart of Geneva and is just metres from num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2660.34" OriginalAmount="2634" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431742-30248871/8418605266420154248/36" HotelName="ADINA APARTMENT HOTEL GENEVA" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88630000/88622900/88622828/5adbe25d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2717.67" OriginalAmount="2690.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2248398" Longitude="6.1068628" StarRating="4" HotelCode="|9900" HotelName="Crowne Plaza Geneva, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE LOUIS CASAI 75-77</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/0/9900_1_1105.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 308 standard rooms. The establishment offers guests a transfer service to the airport (free of charge). In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a cloakroom, lifts, a gift shop and a hairdresser's. Regarding the food and beverage offering, the establishment has a bar and 2 restaurants. You are also offered a business centre with WiFi and 18 conference rooms. There are many services available at the establishment, including room service, a laundry service, bicycle rental and indoor parking. SITUATION: This hotel is 3 kilometres from Geneva city centre. It is well-connected by public transport. In front of the hotel there is a public transport stop. The establishment is situated 500 metres away from the Blaxert shopping centre. Is 3 kilometres from ONU the fair centre and the sea. 10 kilometres away, you can find Lelex-Crozet Ski Resort. 1 kilometre away, you can find Geneva International Airport. ROOM: The soundproofed rooms, with air-conditioning, have a bathroom with a hairdryer, a satellite or cable television, a radio, films (available for a fee), a direct line telephone, a mini-bar, a safe, WiFi, a coffee maker, a kettle, an iron, a double bed, heating and individual air-conditioning. FACILITIES: Guests are offered a sauna, a massage service (available for a fee) and a gym. Clients can enjoy go cycling. 10 kilometres away from the establishment, clients have at their disposal a golf course. OTHERS: The establishment offers buffet breakfast and lunch and an Ã  la carte or set-menu lunch and dinner. Guests can book half-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2718.92" OriginalAmount="2692" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3018-18231394/8418605266420154248/42" HotelName="N'VY MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20700/20633/e38b519c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2756.29" OriginalAmount="2729.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|hotel_auteuil" HotelName="Hôtel Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2782.55" OriginalAmount="2755" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-18228103/8418605266420154248/72" HotelName="AUTEUIL MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2876.48" OriginalAmount="2848" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|30390" HotelName="Hôtel Kipling" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3093.63" OriginalAmount="3063" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211394818185" Longitude="6.1499807238579" StarRating="3" HotelCode="11984|32181" HotelName="Hôtel Edelweiss" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de la Navigation 2, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/f7/a6f71b0373a0e71f6e75ac11648251f81e3f8428.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This authentic Swiss chalet is located in the Alps at the heart of Geneva, close to the United Natio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3116.86" OriginalAmount="3086" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-28561320/8418605266420154248/991" HotelName="WARWICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w5799h3835x5y5-d103793e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3165.34" OriginalAmount="3134" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|32428" HotelName="Warwick Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3323.91" OriginalAmount="3291" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595073-25745446/8418605266420154248/1186" HotelName="FRASER SUITES GENEVA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68860000/68853300/68853208/26283f61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3424.91" OriginalAmount="3391.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21001" Longitude="6.144922" StarRating="3" HotelCode="80750|montana_2" HotelName="Montana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>23 rue des Alpes, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/d5/91d5fac24b11612b96b8bb26aa85971241bfbfca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Hotel Montana promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3469.35" OriginalAmount="3435" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17003-28497290/8418605266420154248/1022" HotelName="EDELWEISS MANOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5000/4955/f98246f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3728.45" OriginalAmount="3691.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.203197" Longitude="6.145716" StarRating="4" HotelCode="|453304" HotelName="Fraser Suites Geneva - Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/3/0/4/453304_f3a284e0851.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4396.53" OriginalAmount="4353" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32594-28497289/8418605266420154248/989" HotelName="KIPLING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10800/10743/4a5597d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4856.08" OriginalAmount="4808" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|292133-22276362/8418605266420154248/96" HotelName="SWISS LUXURY APPARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5420000/5413400/5413377/6c1f6fbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5865.07" OriginalAmount="5807" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|974431-26147348/8418605266420154248/1182" HotelName="THE HAMLET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42700000/42697700/42697646/278f19e5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6287.25" OriginalAmount="6225" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|13501-25203525/8418605266420154248/1095" HotelName="INTERCONTINENTAL GENEVE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13400/13396/cdbc260c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6337.20" OriginalAmount="6274.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.1992573" Longitude="6.1494061" StarRating="0" HotelCode="|327205" HotelName="The Hamlet - Luxury Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Rue Etienne Dumont</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/2/0/5/327205_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7124.35" OriginalAmount="7053.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2028659" Longitude="6.1500889" StarRating="0" HotelCode="|117332" HotelName="De La Cigogne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Place Longemalle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/3/2/117332_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The HÃ´tel De La Cigogne is rated five stars, is elegant. SITUATION: It is situated in a historic building. This hotel is in the Square of Longemalle. Next to the establishment, guests will find the historic centre and Lake.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7466.93" OriginalAmount="7393.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.203079" Longitude="6.150302" StarRating="3" HotelCode="80255|hotel_longemalle" HotelName="Longemalle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Place Longemalle, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/aa/f6aa2e9c9e7e8f192f72ea0115b9228c62cb7411.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8469.86" OriginalAmount="8386" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870900000000000" Longitude="2.349900000000000" StarRating="5" HotelCode="0|27493-25213389/8418605266420154248/1106" HotelName="MANDARIN ORIENTAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>8 RUE D'HAUTEVILLE, PARIS, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47102/e7a6d307_b.jpg</HotelPictures>
        <HotelDescription>This charming hotel is centrally located, close to the Place de la République and the Marais district of Paris. A diverse selection of shops, entertainment venues and tourist attractions such as the Eiffel Tower, Notre Dame and the Bastille may easily be reached on foot or by making use of public transport. The Gare Du Nord railway station lies just 1 km away.

The hotel has a total of 33 rooms. Facilities include a 24-h reception desk, a lift, a lounge and a little interior garden. A free wifi access is available. Car parking facilities in the neighbourhood are available to those arriving by car.

The tasteful rooms each come with an en suite bathroom, a hairdryer, a direct dial telephone, satellite/ cable TV, an Internet connection, a double bed, a hire safe and a minibar. Individually controllable heating and air conditioning feature as standard.

Guests may select their breakfast from an ample buffet.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="8534.50" OriginalAmount="8450" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.205587" Longitude="6.141025" StarRating="5" HotelCode="25111|19998" HotelName="Mandarin Oriental Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Quai Turrettini 1, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/78/e67818000c6c6a3ee5f9d916d51157673fe66a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is located in the centre of Geneva, directly on the quay, where many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9069.20" OriginalAmount="8979.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2053986" Longitude="6.1409001" StarRating="5" HotelCode="|9905" HotelName="Mandarin Oriental, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI TURRETTINI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/5/9905_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 190 standard rooms. In the entrance, you can find a lobby and a hairdresser's. The establishment boasts an inviting bar and a restaurant. It has a car park (for a fee). SITUATION: This elegant hotel is in Geneva city centre where you can find shops, leisure areas and entertainment. It is a few minutes walk away from the historic centre. 100 metres away, there is a public transport stop. ROOM: Customers have stylish rooms with a bathroom with a hairdryer. They are equipped with a direct line telephone, satellite or cable TV, internet (available for a fee), a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a gym, a spa, body care, a sauna and a massage service (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11483.70" OriginalAmount="11370" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|59809" HotelName="Beau Rivage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19590.97" OriginalAmount="19397" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.203426" Longitude="6.152151" StarRating="5" HotelCode="25112|6025" HotelName="Hotel Metropole Geneve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Quai General Guisan, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8d/878d721c271dfe8e6238c6f291ae52e95ef73b42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of Geneva's lively city centre, right next to Lake Geneva. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Designated Smoking Area,Lounge,Spa,Kitchen,Wheelchair Access,Elevator,Meeting Room,Parking,Diet Meals,Garden</BasicAmenities>
    <HotelRating>4,5,3,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,AIRPORT HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,SPA HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,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
35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5|InfiniteSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at SerializeDeserialize`1.DeserializeData(String dataXML) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 2755
   at HotelSources.Infinite.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 314|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|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
35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5|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-17T07:21:38.0708846+01:00" Version="0" EchoToken="Search" TransactionIdentifier="35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="816.56" OriginalAmount="808.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.22349703188" Longitude="6.0993540287018" StarRating="3" HotelCode="33834|15951|Bed &amp; Breakfast" HotelName="Holiday Inn Express Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 16, C.P. 256, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f3/42f3fbaf85d8ea045e9a5cc206e28f27c0b1b38a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located around 3km from Geneva's centre, with its various shopping facilities, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="831.22" OriginalAmount="822.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2260017" Longitude="6.1020002" StarRating="3" HotelCode="|20631" HotelName="Holiday Inn Express Geneva Airport, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROUTE DE PRE-BOIS 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/3/1/20631_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 2003, has 154 rooms and 7 floors. It has 50 single rooms and 103 double rooms. In the entrance, guests are offered a lobby with an elevator, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a bar, a TV room and a conference room. There are many services available at the establishment, including a medical care service, a laundry service, internet, indoor parking and a car park. SITUATION: This modern hotel is situated 3 kilometres away from Geneva the city centre of Where you can find shops, bars and restaurants. in front of the establishment, guests have public transport, has good links to Palexpo the Congress Centre it is situated 6 kilometres away from Geneva Lake 12 kilometres away, you can find a ski resort, is situated 1 kilometre away from Airport, the city. ROOM: The rooms with air-conditioning a bathroom with a hairdryer, They are equipped with a direct line telephone, internet, a radio, a satellite or cable television and central heating. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="937.07" OriginalAmount="927.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.856319" Longitude="-76.999405" StarRating="3" HotelCode="|392921" HotelName="Fairfield Inn and Suites by Marriott Geneva Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>383 Hamilton St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/9/2/1/392921_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1391.78" OriginalAmount="1378" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.220408167983" Longitude="6.1140216886997" StarRating="4" HotelCode="82263|167530" HotelName="Novotel Suites Geneve Aeroport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis Casaï 30, Cointrin, 1216 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb9b272f453e5b54826c811b5bd1b2d3ff98e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1405.92" OriginalAmount="1392" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-20597469/8418605266420154248/32" HotelName="NASH SUITES HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1618.02" OriginalAmount="1602" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211432662414" Longitude="6.1473615214958" StarRating="4" HotelCode="12782|29231" HotelName="Novotel Genève Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich 19, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/63/3c633ed08a9ea574a61cc3bef7dba137730ae0da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Geneva's town centre, within minutes of Lake Geneva and the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1622.06" OriginalAmount="1606" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3025-25189703/8418605266420154248/1113" HotelName="NOVOTEL GENEVE CENTRE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/65000/64976/46e7fd16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1657.41" OriginalAmount="1641.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1671.55" OriginalAmount="1655" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|77065" HotelName="Nash Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1750.33" OriginalAmount="1733" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-27590470/8418605266420154248/1192" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1768.79" OriginalAmount="1751.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.227954" Longitude="6.085727" StarRating="4" HotelCode="31232|684465" HotelName="NH Geneva Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Mategnin 21, 1217 Geneva-Meyrin 1</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/65/6b65ce20057dc383cd4594c5ee57d1301f4fd65d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the Geneva shopping district and is only 5 minutes from the exhibiti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1777.60" OriginalAmount="1760" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|708205-28505038/8418605266420154248/976" HotelName="STARLING RESIDENCE GENÈVE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/66000000/65310000/65308500/65308485/20a069c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1788.71" OriginalAmount="1771" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|974432-19107685/8418605266420154248/56" HotelName="APPART'CITY CONFORT GENÈVE AÉROPORT VERNIER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41450000/41445800/41445724/833028ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1866.48" OriginalAmount="1848.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.192441710555" Longitude="6.1381678687172" StarRating="3" HotelCode="199952|starling_residence_geneve" HotelName="Starling Hotel Residence Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/11/2026" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route des Acacias 4, 1227 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ac/b5ac1d7f389f115c42b2de52216269dca0197354.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1975.56" OriginalAmount="1956" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-18130906/8418605266420154248/62" HotelName="SAGITTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2031.11" OriginalAmount="2011" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.213445756706" Longitude="6.1454182863236" StarRating="4" HotelCode="16987|27505" HotelName="Hôtel Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc6478897f76bf792c492a3ed82e2dcea98f22a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to public transport, nightclubs, bars and restaurants (around 100 m away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2074.54" OriginalAmount="2054" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|36632" HotelName="Hotel Sagitta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2086.66" OriginalAmount="2066" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3028-18114632/8418605266420154248/12" HotelName="ROYAL MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2400/2380/628c8427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2240.18" OriginalAmount="2218" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3003-25187503/8418605266420154248/1170" HotelName="JADE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47117/1b983d11_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2535.73" OriginalAmount="2510.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2538.13" OriginalAmount="2513" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12466-22280438/8418605266420154248/101" HotelName="IBIS GENEVE CENTRE NATIONS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5630000/5622200/5622125/a37101e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2660.34" OriginalAmount="2634" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431742-30248871/8418605266420154248/36" HotelName="ADINA APARTMENT HOTEL GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88630000/88622900/88622828/5adbe25d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2712.27" OriginalAmount="2685.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21532" Longitude="6.147718" StarRating="3" HotelCode="35326|076206" HotelName="Hôtel Jade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 55, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/05/0105452370770774aeda23ba3bfd219c1ff18dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Geneva, close to Lake Geneva and the train station as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2731.04" OriginalAmount="2704" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-22241577/8418605266420154248/90" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/b7133e6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2777.50" OriginalAmount="2750" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|167499" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2850.22" OriginalAmount="2822" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|20003" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2904.76" OriginalAmount="2876" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2154305" Longitude="6.1487821" StarRating="4" HotelCode="31227|20317" HotelName="Hôtel Nvy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Richemont 18, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/26/1426d075fdbbd3dc00e152b9ae9cd23fe1f11c82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a peaceful street, right at the heart of Geneva and is just metres from num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3037.07" OriginalAmount="3007" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|24623" HotelName="Hôtel Auteuil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3038.99" OriginalAmount="3008.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20981155263" Longitude="6.1482721567154" StarRating="4" HotelCode="73947|140094|Bed &amp; Breakfast" HotelName="Eastwest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue des Paquis, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/6d/5e6dd99fb1ee66252997822bc80b4b9f0a04193c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a few steps from Lake Geneva. It is situated close to the business and sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3042.12" OriginalAmount="3012" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3018-18231394/8418605266420154248/42" HotelName="N'VY MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20700/20633/e38b519c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3086.56" OriginalAmount="3056" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|30390" HotelName="Hôtel Kipling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3116.86" OriginalAmount="3086" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-28561320/8418605266420154248/991" HotelName="WARWICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w5799h3835x5y5-d103793e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3137.06" OriginalAmount="3106" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-18208817/8418605266420154248/16" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3165.34" OriginalAmount="3134" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|32428" HotelName="Warwick Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3380.47" OriginalAmount="3347" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-18228103/8418605266420154248/72" HotelName="AUTEUIL MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3393.60" OriginalAmount="3360" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211394818185" Longitude="6.1499807238579" StarRating="3" HotelCode="11984|32181" HotelName="Hôtel Edelweiss" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de la Navigation 2, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/f7/a6f71b0373a0e71f6e75ac11648251f81e3f8428.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This authentic Swiss chalet is located in the Alps at the heart of Geneva, close to the United Natio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3851.13" OriginalAmount="3813" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17003-28497290/8418605266420154248/1022" HotelName="EDELWEISS MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5000/4955/f98246f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3854.16" OriginalAmount="3816" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595073-25745446/8418605266420154248/1186" HotelName="FRASER SUITES GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68860000/68853300/68853208/26283f61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4396.53" OriginalAmount="4353" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32594-28497289/8418605266420154248/989" HotelName="KIPLING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10800/10743/4a5597d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="6212.51" OriginalAmount="6151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209484" Longitude="6.1488879999999" StarRating="5" HotelCode="213930|257141" HotelName="Swiss Luxury Appartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Philippe-Plantamour 6, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/5c/bc5ce1836c17fde04e1da8007d05c49be8e18486.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 24 rooms. Services and facilities at the hotel include room service an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7021.52" OriginalAmount="6952" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|13501-25203525/8418605266420154248/1095" HotelName="INTERCONTINENTAL GENEVE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13400/13396/cdbc260c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9069.20" OriginalAmount="8979.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2053986" Longitude="6.1409001" StarRating="5" HotelCode="|9905" HotelName="Mandarin Oriental, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI TURRETTINI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/5/9905_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 190 standard rooms. In the entrance, you can find a lobby and a hairdresser's. The establishment boasts an inviting bar and a restaurant. It has a car park (for a fee). SITUATION: This elegant hotel is in Geneva city centre where you can find shops, leisure areas and entertainment. It is a few minutes walk away from the historic centre. 100 metres away, there is a public transport stop. ROOM: Customers have stylish rooms with a bathroom with a hairdryer. They are equipped with a direct line telephone, satellite or cable TV, internet (available for a fee), a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a gym, a spa, body care, a sauna and a massage service (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="9436.43" OriginalAmount="9343" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.870900000000000" Longitude="2.349900000000000" StarRating="5" HotelCode="0|27493-25213389/8418605266420154248/1106" HotelName="MANDARIN ORIENTAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>8 RUE D'HAUTEVILLE, PARIS, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47102/e7a6d307_b.jpg</HotelPictures>
        <HotelDescription>This charming hotel is centrally located, close to the Place de la République and the Marais district of Paris. A diverse selection of shops, entertainment venues and tourist attractions such as the Eiffel Tower, Notre Dame and the Bastille may easily be reached on foot or by making use of public transport. The Gare Du Nord railway station lies just 1 km away.

The hotel has a total of 33 rooms. Facilities include a 24-h reception desk, a lift, a lounge and a little interior garden. A free wifi access is available. Car parking facilities in the neighbourhood are available to those arriving by car.

The tasteful rooms each come with an en suite bathroom, a hairdryer, a direct dial telephone, satellite/ cable TV, an Internet connection, a double bed, a hire safe and a minibar. Individually controllable heating and air conditioning feature as standard.

Guests may select their breakfast from an ample buffet.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="9527.33" OriginalAmount="9433" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.205587" Longitude="6.141025" StarRating="5" HotelCode="25111|19998" HotelName="Mandarin Oriental Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Quai Turrettini 1, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/78/e67818000c6c6a3ee5f9d916d51157673fe66a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is located in the centre of Geneva, directly on the quay, where many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12409.87" OriginalAmount="12287" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|59809" HotelName="Beau Rivage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20235.35" OriginalAmount="20035" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.203426" Longitude="6.152151" StarRating="5" HotelCode="25112|6025" HotelName="Hotel Metropole Geneve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Quai General Guisan, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8d/878d721c271dfe8e6238c6f291ae52e95ef73b42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of Geneva's lively city centre, right next to Lake Geneva. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Jacuzzi,Sauna,Kitchen,Spa,Wheelchair Access,Garden,Diet Meals,Elevator,Meeting Room,Parking</BasicAmenities>
    <HotelRating>4,3,5,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,AIRPORT HOTEL,SPA HOTEL,HISTORIC 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
35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5|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="35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="12,12" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="12,12" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="12,12" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11670" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-18T00:00:00" End="2026-11-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="33834|15951|Bed &amp; Breakfast" SourceId="8" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="edurootsexplorers@gmail.com" Password="Aug@2026" 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
35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5|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
35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5|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="35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5" TimeStamp="0001-01-01T00:00:00" HotelName="Holiday Inn Express Airport" HotelCode="33834|1779646" StarRating="3" GTCityId="11670" CountryCode="CH" CityName="Geneva" CountryName="Switzerland" Address="Route de Pré-Bois 16, C.P. 256, 1215 Geneva" PostCode="1215" PhoneNo="+41229393939" FaxNo="+41229393930" Email="info@hiexgeneva.com" CheckInTime="14:00" CheckOutTime="12:00" Latitude="46.22349703188" Longitude="6.0993540287018" SourceId="12" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: BED AND BREAKFAST|Room 2: BED AND BREAKFAST|Room 3: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 1 Double Standard Sofa Bed|Room 2: 1 Double Standard Sofa Bed|Room 3: 1 Double Standard Sofa Bed" RoomTypeCode="20261118$20261121$W$218$15951$DBL.DB$ID_B2B_26$BB$IWU35$3~2~2$12~12$N@07~A-SIC~241535~-611615130~N~~~NOR~~02689EAC131444A178694765117005AAUK0010000500030820e3b2^20261118$20261121$W$218$15951$DBL.DB$ID_B2B_26$BB$IWU35$3~2~2$12~12$N@07~A-SIC~241535~-611615130~N~~~NOR~~02689EAC131444A178694765117005AAUK0010000500030820e3b2^20261118$20261121$W$218$15951$DBL.DB$ID_B2B_26$BB$IWU35$3~2~2$12~12$N@07~A-SIC~241535~-611615130~N~~~NOR~~02689EAC131444A178694765117005AAUK0010000500030820e3b2|8|OTQ2LjE0fEVVUnwyMDI2LTExLTEz" OriginalAmount="808" TotalPrice="816.56" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/11/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-13T00:00:00" End="2026-11-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="808.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (full double bed) (sofa, extra beds not included)|Room 2: Standard Double room (full double bed) (sofa, extra beds not included)|Room 3: Standard Double room (full double bed) (sofa, extra beds not included)" RoomTypeCode="h-461562ea-a380-5a92-a9d2-74684150d171|63|ODQ4LjAwfEdCUHwyMDI2LTA4LTE3" OriginalAmount="848" TotalPrice="856.48" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CHF 76.50-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 31.05-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Interconnecting rooms available|Family room|Smoke Detector|Cable TV|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Alarm clock|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-12T00:00:00" End="2026-11-18T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="856.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast|Room 3: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - Sofa bed|Room 2: Double room - Sofa bed|Room 3: Double room - Sofa bed" RoomTypeCode="242199880|3|877|27|ODc3fEdCUHwyMDI2LTA4LTE3" OriginalAmount="877" TotalPrice="885.77" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-17T07:22:17.4440009+01:00" End="2026-11-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="877" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST|Room 2: BED &amp; BREAKFAST|Room 3: BED &amp; BREAKFAST" RoomType="Room 1: 1 DOUBLE STANDARD SOFA BED|Room 2: 1 DOUBLE STANDARD SOFA BED|Room 3: 1 DOUBLE STANDARD SOFA BED" RoomTypeCode="3351445966-1-0|733351445966|2|2^3351445966-2-0|733351445966|2|2^3351445966-3-0|733351445966|2|2|12|ODgwLjE3fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="880" TotalPrice="888.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Breakfast|Room 2: Breakfast|Room 3: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, DOUBLE BED, SOFA|Room 2: STANDARD, DOUBLE BED, SOFA|Room 3: STANDARD, DOUBLE BED, SOFA" RoomTypeCode="0|1331|1254532935|1786947734038317B2036B0||no^1|1331|1254532935|1786947734038317B2036B1||no^2|1331|1254532935|1786947734038317B2036B2||no|465985|16|OTQwLjYyfEdCUHwyMDI2LTExLTEx" OriginalAmount="941" TotalPrice="950.03" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/11/2026"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|Lounge|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-11-07T00:00:00" End="2026-11-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="950.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (full double bed) (extra beds not included)|Room 2: Standard Double room (full double bed) (extra beds not included)|Room 3: Standard Double room (full double bed) (extra beds not included)" RoomTypeCode="h-0a10af61-2a1f-5b00-b279-be257fa1acfe|63|MTMwMi4wMHxHQlB8MjAyNi0wOC0xNw==" OriginalAmount="1302" TotalPrice="1315.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CHF 76.50-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 47.67-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Interconnecting rooms available|Family room|Smoke Detector|Cable TV|Hairdryer|Flat-screen TV|Shower/Bathtub|Shower|Wardrobe/Closet|Alarm clock|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-12T00:00:00" End="2026-11-18T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1315.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/42/f3/42f3fbaf85d8ea045e9a5cc206e28f27c0b1b38a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/82/90/82908f8d5f181dcc36d3013baf70a2ee0fe06cc1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/43/a9/43a9be7cd1411393cd2d26e2c76eef5b745ae2a1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5d/e2/5de2d7534605391d7d51d13667ce182fa1a2d843.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b2/58/b2583dccfa29cf9303a0f84282b8c2681095139a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/96/22/9622537cefb7f8af6eb6a0046f35412782c8e2d2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/42/77/427731dc227632da11ec292aca0b043c2b23fbf4.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f3/c6/f3c6331a6444b030d1a3609de2224395a02d8c71.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/83/5c/835cc3d78715fbd22cf92e2d24eddba3d56859e2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/eb/d6/ebd6431949fc5b9d2bdb434485ae4a1575efadf2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/97/5c/975c03dc371994b2d03e56cf9be7efd25cf5b08a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/05/bc/05bcde634549ef6062031574e7e2ac1eb9fdf0e7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/86/a6/86a603e041001cfefd88e04d474c0b147ae185e4.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/cc/e0/cce08daa624a30a000e54b39f88665a6516c7868.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/fc/73/fc733202553383c653181f182f4469c5c7ffd4c6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/57/28/57287bdf65a82ab3f5f49073d0f2c01cc4b8caab.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/17/53/1753d08be2bee929b94e171f620239fe9129310f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/41/db/41db4c5f45706b7eb2cfd46c4d81f27568aa19c7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/db/bc/dbbc00858d1105b7db7ec6a32f34fae65d64cd1f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/36/78/36787b441040624fa49c2f1c4e5f99102ef494d9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c7/fe/c7fefe08f2acd1ce04ceae16415f9d23bc206481.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/04/de/04de38b0b9031260a216f9118aab01c4a755d125.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/18/b9/18b97ba3448444e45c091c419abf0e2ec892b3db.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1e/a6/1ea6047b4634902bfc16f842239da210fd47dc63.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This modern hotel is located around 3km from Geneva's centre, with its various shopping facilities, bars and restaurants. Public transport links are located directly in front of the hotel. The Congress Centre Palexpo, ICC, WTC, IATA are just a few minutes journey from the hotel (a free shuttle- bus service is provided). Geneva lake is around 6 km from the hotel. The nearest ski areas can be reached within 12 km of the hotel. The city's airport can be reached within 5 minutes by car and is around 2 km away.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;Guests have a choice of 154 non-smoking rooms, including 50 single rooms and 103 double rooms, located in a 7-storey main building and a 154-storey auxiliary building. The reception desk in the lobby is staffed round the clock. The hotel provides a safe, a currency exchange service, a TV room, a conference room and a business centre. Wireless internet access is provided in public areas. A lift and wheelchair-accessible facilities are available. Guests arriving by car can park their vehicles in the garage (for a fee) or in the car park (for a fee). Services include a hotel shuttle bus.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning and individually adjustable heating ensure that rooms maintain comfortable temperatures. All rooms are carpeted and include a double bed. Guests will also find a tea/coffee station included among the standard features. An ironing set is provided for guests' convenience. A direct dial telephone, a television with satellite/cable channels, a radio and WiFi are provided as well. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;After an eventful day, guests can work out and recharge in the gym. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Bed and breakfast is bookable. Options include breakfast.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the accommodation: American Express, VISA, Diners Club, JCB and MasterCard.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Pets: &lt;/b&gt;Pets are allowed for an additional fee. Price of accommodation: 30.00 CHF per night.&lt;br /&gt;&lt;b&gt;Parking Space: &lt;/b&gt;Chargeable parking available. Cost: 20.00 CHF.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>41-22-93 939 30</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>+41 22 939 39 39</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>2003</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2004</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>7</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Annexe</Description><Value>154</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>154</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Single Rooms</Description><Value>50</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>103</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>JCB</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>EC Card</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Currency Exchange</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Medical Assistance</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Garage</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>TV Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Continental Breakfast</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Tourist Centre</Description><Value>2000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Shopping opportunities</Description><Value>300 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Restaurants</Description><Value>500 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bars / Pubs</Description><Value>300 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Public Transport</Description><Value>50 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bus Station</Description><Value>50 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Train Station</Description><Value>2000 Meters</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5">
  <Rooms>
    <Room RoomType="Room 1: 1 Double Standard Sofa Bed" TotalAdult="2" TotalChild="2">
      <Childs>
        <Child Age="12" />
        <Child Age="12" />
      </Childs>
    </Room>
    <Room RoomType="Room 2: 1 Double Standard Sofa Bed" TotalAdult="2" TotalChild="2">
      <Childs>
        <Child Age="12" />
        <Child Age="12" />
      </Childs>
    </Room>
    <Room RoomType="Room 3: 1 Double Standard Sofa Bed" TotalAdult="2" TotalChild="2">
      <Childs>
        <Child Age="12" />
        <Child Age="12" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="edurootsexplorers@gmail.com" Password="Aug@2026" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="33834|1779646" SourceId="8" RoomTypeCode="20261118$20261121$W$218$15951$DBL.DB$ID_B2B_26$BB$IWU35$3~2~2$12~12$N@07~A-SIC~241535~-611615130~N~~~NOR~~02689EAC131444A178694765117005AAUK0010000500030820e3b2^20261118$20261121$W$218$15951$DBL.DB$ID_B2B_26$BB$IWU35$3~2~2$12~12$N@07~A-SIC~241535~-611615130~N~~~NOR~~02689EAC131444A178694765117005AAUK0010000500030820e3b2^20261118$20261121$W$218$15951$DBL.DB$ID_B2B_26$BB$IWU35$3~2~2$12~12$N@07~A-SIC~241535~-611615130~N~~~NOR~~02689EAC131444A178694765117005AAUK0010000500030820e3b2|8|OTQ2LjE0fEVVUnwyMDI2LTExLTEz" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-11-18T00:00:00" End="2026-11-21T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
35dbbf7c-fb96-4b66-a5e6-688a4f5b9dd5|RestelBlock|successfully done supplier prebooking||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f54c9e4e-1682-4c72-ab2e-d1bfb6b88582|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f54c9e4e-1682-4c72-ab2e-d1bfb6b88582|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
f54c9e4e-1682-4c72-ab2e-d1bfb6b88582|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
f54c9e4e-1682-4c72-ab2e-d1bfb6b88582|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f54c9e4e-1682-4c72-ab2e-d1bfb6b88582|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-17T07:33:30.6809338+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f54c9e4e-1682-4c72-ab2e-d1bfb6b88582" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="691.19" OriginalAmount="684.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8562" Longitude="-77.00603" StarRating="2" HotelCode="|589771" HotelName="Days Inn by Wyndham Geneva/Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>485 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/7/7/1/589771_326e6db2046.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="828.50" OriginalAmount="820.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.86366" Longitude="-76.98185" StarRating="3" HotelCode="|235208" HotelName="  41 Lakefront Hotel, Trademark Collection By Wyndham " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Lake Front Blvd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/2/0/8/235208_142a55f0056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="885.92" OriginalAmount="877.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8566196" Longitude="-77.0033723" StarRating="1" HotelCode="|361844" HotelName="Americas Best Value Inn Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>473 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/1/8/4/4/361844_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="946.37" OriginalAmount="937.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.188408" Longitude="6.114822" StarRating="1" HotelCode="212752|ibis_budget_geneve_petitlancy" HotelName="ibis budget Geneve Petit Lancy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 6, Petit Lancy, 1213 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/00/e70062e9e8012c1c6751d674edb1a754b08b8127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="969.60" OriginalAmount="960.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.220854" Longitude="6.113772" StarRating="1" HotelCode="212750|ibis_budget_geneve" HotelName="ibis budget Geneve Aeroport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis-Casai 26, Cointrin, 1216 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/c3/4ac3a29b2af88f2e017cf446ddf35039c592251a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1250.17" OriginalAmount="1237.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.856319" Longitude="-76.999405" StarRating="3" HotelCode="|392921" HotelName="Fairfield Inn and Suites by Marriott Geneva Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>383 Hamilton St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/9/2/1/392921_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1312.42" OriginalAmount="1299.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2275863" Longitude="6.0863577" StarRating="4" HotelCode="|9913" HotelName="Nh Geneva Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE DE MATEGNIN 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/3/9913_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, is surrounded by mountains, has 4 floors and 190 rooms. This air-conditioned establishment has a reception area, with an elevator, a safety deposit box service, a cloakroom and a currency exchange service. The establishment boasts a cafÃ©, a bar and a restaurant with air-conditioning, The establishment offers guests conference rooms and internet. There are many services available at the establishment, including room service, a laundry service and a car park. It has a transfer service to, the airport, (free of charge). SITUATION: This hotel is in the heart of, the commercial district, is situated 5 minutes away from the exhibition centre, is situated 1,5 kilometres away from Geneva Airport 500 metres away, guests can find the tourist centre, Where you can find shops and a public transport stop. it is situated 5 kilometres away from the city centre ,Leman Lake. ROOM: It has modern rooms with a shower, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, a safe, a kettle and a coffee maker. FACILITIES: The establishment has parasols and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers all meals in a buffet format, The establishment also offers Ã  la carte lunch and dinner, a set-menu lunch, dietary restrictions can be accommodated and special dishes can be made. Clients can book half-board or full-board. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, Diners Club, JCB and EC.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1424.62" OriginalAmount="1410.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211942361302" Longitude="6.1277908086777" StarRating="4" HotelCode="39316|38219" HotelName="NH Geneva City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Wendt 42-44, 1203 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/ee/1feef8f910592efb7b50883a2ef3a9ccc0d4713a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is only 5 minutes from the UN building and other prominent international organis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1435.21" OriginalAmount="1421.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.220408167983" Longitude="6.1140216886997" StarRating="4" HotelCode="82263|suite_novotel_geneve" HotelName="Novotel Suites Geneve Aeroport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis Casaï 30, Cointrin, 1216 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb9b272f453e5b54826c811b5bd1b2d3ff98e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1513.51" OriginalAmount="1498.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|106746" HotelName="Nash Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1534.39" OriginalAmount="1519.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1542.37" OriginalAmount="1527.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.1852989" Longitude="6.1280999" StarRating="3" HotelCode="|19606" HotelName="Ramada Encore By Wyndham Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LA PRAILLE, ROUTE DES JEUNES 10-12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/0/6/19606_94b4c2c1032.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 7 floors and 24 rooms. The establishment boasts a reception, a cafÃ©, a restaurant, internet and a car park (for a fee). SITUATION: This hotel is in Carouge de Ginebra the District Close to the city centre excellent transport links to La Praille the commercial centre Geneva the Stadium of. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, an air-conditioning system and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1637.21" OriginalAmount="1621.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1689.89" OriginalAmount="1673.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.194211" Longitude="6.142309" StarRating="2" HotelCode="|454433" HotelName="PRIMADOM Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Dancet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/4/3/3/454433_6a181001034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1706.73" OriginalAmount="1689.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2141785" Longitude="6.1352484" StarRating="3" HotelCode="|117323" HotelName="Ibis Geneve Centre Nations" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/3/117323_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inGeneva the city centre of 800 metres away, guests can find GenÃ¨ve-Cornavin the Railway Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1727.69" OriginalAmount="1710.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2030058" Longitude="6.1455632" StarRating="2" HotelCode="|117341" HotelName="Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/4/1/117341_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inGeneva the heart of nearby, you will find the tourist attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1751.34" OriginalAmount="1734.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.207763" Longitude="6.138271" StarRating="3" HotelCode="108396|ibis_geneve_centre_gare" HotelName="ibis Geneve Centre Gare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Voltaire 10, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a8/dba8e4d728aee3c19e214f74c3a0a7aba7f26120.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1786.69" OriginalAmount="1769.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211432662414" Longitude="6.1473615214958" StarRating="4" HotelCode="12782|novotel_geneve_centre_2" HotelName="Novotel Genève Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich 19, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/63/3c633ed08a9ea574a61cc3bef7dba137730ae0da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Geneva's town centre, within minutes of Lake Geneva and the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2028.73" OriginalAmount="2008.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211632" Longitude="6.147334" StarRating="4" HotelCode="|9899" HotelName="Novotel Geneve Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich ,19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/9/9899_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1976, renovated in 2002, has 28 standard rooms, 7 floors, 35 single rooms, 119 double rooms and 8 suites. The establishment offers a bar and a restaurant. SITUATION: This hotel is in the centre of Geneva, close to Lake, the railway station and the historic centre. Is 8 kilometres from the airport. Opposite the establishment, guests have public transport services. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a fridge and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2059.74" OriginalAmount="2039.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2248398" Longitude="6.1068628" StarRating="4" HotelCode="|9900" HotelName="Crowne Plaza Geneva, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENUE LOUIS CASAI 75-77</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/0/9900_1_1105.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 308 standard rooms. The establishment offers guests a transfer service to the airport (free of charge). In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a cloakroom, lifts, a gift shop and a hairdresser's. Regarding the food and beverage offering, the establishment has a bar and 2 restaurants. You are also offered a business centre with WiFi and 18 conference rooms. There are many services available at the establishment, including room service, a laundry service, bicycle rental and indoor parking. SITUATION: This hotel is 3 kilometres from Geneva city centre. It is well-connected by public transport. In front of the hotel there is a public transport stop. The establishment is situated 500 metres away from the Blaxert shopping centre. Is 3 kilometres from ONU the fair centre and the sea. 10 kilometres away, you can find Lelex-Crozet Ski Resort. 1 kilometre away, you can find Geneva International Airport. ROOM: The soundproofed rooms, with air-conditioning, have a bathroom with a hairdryer, a satellite or cable television, a radio, films (available for a fee), a direct line telephone, a mini-bar, a safe, WiFi, a coffee maker, a kettle, an iron, a double bed, heating and individual air-conditioning. FACILITIES: Guests are offered a sauna, a massage service (available for a fee) and a gym. Clients can enjoy go cycling. 10 kilometres away from the establishment, clients have at their disposal a golf course. OTHERS: The establishment offers buffet breakfast and lunch and an Ã  la carte or set-menu lunch and dinner. Guests can book half-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2112.29" OriginalAmount="2091.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21312" Longitude="6.14538" StarRating="4" HotelCode="|9915" HotelName="Royal Manotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/1/5/9915_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This traditional hotel, has 2 business areas, internet (for a fee) and WiFi. The establishment boasts Rive Droite Restaurant and an inviting bar with a fireplace. The establishment offers guests conference facilities. It has a car park and a transfer service. SITUATION: This hotel is near public transport services. It is located 100 metres away from nightclubs, bars and restaurants. 500 metres away, guests can find shops. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, internet, a mini-bar, a double bed, a fridge, a satellite or cable television, a safety deposit box (available for a fee), an air-conditioning system, heating and fitted carpets. FACILITIES: The establishment has a sauna, a Jacuzzi, a massage service and a gym. OTHERS: The establishment offers a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2145.06" OriginalAmount="2123.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.192431" Longitude="6.1380939" StarRating="0" HotelCode="|117328" HotelName="Starling Residence Genève" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4, route des Acacias</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/2/8/117328_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 400 metres away from the university. ROOM: The establishment has studios with kitchen, flat-screen satellite television and bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2209.01" OriginalAmount="2187.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20943390045" Longitude="6.1418482099122" StarRating="4" HotelCode="31233|6376" HotelName="Hotel Cornavin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard James-Fazy 23, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/52/6d52bb4af70fc287bea61f8243525217d3e452ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is found close to the train station and is only 100 m from further convenient transport li...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2213.92" OriginalAmount="2192.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21532" Longitude="6.147718" StarRating="3" HotelCode="35326|hotel_jade_2" HotelName="Hôtel Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 55, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/05/0105452370770774aeda23ba3bfd219c1ff18dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Geneva, close to Lake Geneva and the train station as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2224.02" OriginalAmount="2202.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|movenpick_hotel_and_casino_geneva" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2246.24" OriginalAmount="2224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209154474743" Longitude="6.1429882049561" StarRating="3" HotelCode="31234|hotel_suisse_3" HotelName="Suisse Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place de Cornavin 10, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/e5/fbe505dfc466c891d41d8fa3da9e249a45db8903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies directly on Place Cornavin, opposite Geneva's main train station. An abunda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2264.18" OriginalAmount="2241.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|79521" HotelName="Hotel Sagitta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2280.58" OriginalAmount="2258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.213445756706" Longitude="6.1454182863236" StarRating="4" HotelCode="16987|hotel_royal_manotel" HotelName="Hôtel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc6478897f76bf792c492a3ed82e2dcea98f22a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to public transport, nightclubs, bars and restaurants (around 100 m away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2309.71" OriginalAmount="2286.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2155113" Longitude="6.147491" StarRating="3" HotelCode="|21922" HotelName="Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 rue Rothschild</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/2/2/21922_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 3 stars rooms, with air-conditioning, is in Geneva a central area of. SITUATION: It is near Lake close to the central station. ROOM: The rooms a bathroom with a hairdryer, They are equipped with individual air-conditioning, internet, a safe, a satellite television with films, a direct line telephone, a kettle, a coffee maker and a mini-bar. FACILITIES: The establishment has a business centre, WiFi, a indoor car park and a launderette.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2358.40" OriginalAmount="2335.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2087059" Longitude="6.142611" StarRating="3" HotelCode="|9892" HotelName="Suisse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin ,10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/2/9892_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Suisse Geneve is rated three stars, was built in 1830, has a restaurant, lifts, a concierge and a safety deposit box service. The establishment offers guests room service, a cafÃ© and business facilities. SITUATION: This establishment is in the centre of Geneva. ROOM: The establishment has 62 rooms with a hairdryer, an air-conditioning system, a television, video and a radio. OTHERS: Pets are allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2434.10" OriginalAmount="2410.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210305283949" Longitude="6.1447276175022" StarRating="3" HotelCode="34767|5485512" HotelName="International &amp; Terminus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 20, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0c/e00ce3f81cad19688304bdcd9766c7200a656c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the city centre, a one-minute walk from the Cornavin train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2471.75" OriginalAmount="2447.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.215487338891" Longitude="6.1326509714127" StarRating="3" HotelCode="15075|978622" HotelName="Hotel Les Nations" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Grand-Pré 62, 1202 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/63/e663657a9b1ab497c82b2481d1e4a96f0339612c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming business hotel is located near to various major international organisations and the ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2532.21" OriginalAmount="2507.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.202030986119" Longitude="6.1393323540688" StarRating="4" HotelCode="42794|466055" HotelName="Tiffany Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de l'Arquebuse, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a2/77a21544cf5cdf98b191312482d58a77cc8b0e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in a central location on the left-hand bank of the Rhone. The centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2607.01" OriginalAmount="2581.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210325701314" Longitude="6.1441978812218" StarRating="3" HotelCode="64702|2653359" HotelName="Hotel Bernina Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin 22, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/1f/e31f0d55aec2ccd33606a51b9ab4f69f7829bad8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location opposite the main railway station and connected to its undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2715.87" OriginalAmount="2688.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.213289" Longitude="6.129937" StarRating="3" HotelCode="|453743" HotelName="Stay KooooK Geneva City - Online Check in" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93 Rue de la Servette</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/3/453743_87261cd1307.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2856.89" OriginalAmount="2828.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.22158" Longitude="6.1491936" StarRating="3" HotelCode="|34635" HotelName="Mon Repos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 131</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/3/5/34635_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 80 standard rooms. ROOM: The rooms have a direct line telephone, a television, a mini-bar and a hairdryer. The establishment has non-smoking rooms. FACILITIES: Guests are offered room service. The establishment has a bar and a restaurant. The establishment also has a car park and meeting rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2902.17" OriginalAmount="2873.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|16010" HotelName="Hôtel Kipling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2909.65" OriginalAmount="2880.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.221578" Longitude="6.149327" StarRating="3" HotelCode="64703|760435" HotelName="Mon Repos Hotel Geneva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 131, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e0/39e06e886cb2f17b6e6fe92f1dfb2d38bf79eeae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right-hand shore of Lake Geneva, the hotel looks onto one of the city's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3217.68" OriginalAmount="3185.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|157382" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3442.08" OriginalAmount="3408.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209544" Longitude="6.143909" StarRating="3" HotelCode="31229|hotel_cristal_design" HotelName="Hotel Cristal [Design]" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 4, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/f8/caf8672a8906d088a37fa49b679116e1da123022.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel may be reached from the station by crossing the Mont Blanc pedestrianised street. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3531.97" OriginalAmount="3497.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|hotel_auteuil" HotelName="Hôtel Auteuil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3589.45" OriginalAmount="3553.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3794.50" OriginalAmount="3756.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224451" Longitude="6.132978" StarRating="5" HotelCode="49113|15982" HotelName="Intercontinental Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Chemin du Petit-Saconnex 7-9, 1211 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/6d/c26dc862f29c58dd813020b6e6530d431fb4e9c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, luxury hotel is located only a stone's throw from the United Nations headquarters and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3819.82" OriginalAmount="3782.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20636" Longitude="6.144568" StarRating="4" HotelCode="82927|the_ambassador_2" HotelName="Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Quai des Bergues, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/1c/901c98a99da576e166af1af88a4fae21f84ffe86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3861.27" OriginalAmount="3823.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20981155263" Longitude="6.1482721567154" StarRating="4" HotelCode="73947|140094" HotelName="Eastwest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue des Paquis, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/6d/5e6dd99fb1ee66252997822bc80b4b9f0a04193c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a few steps from Lake Geneva. It is situated close to the business and sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="3872.14" OriginalAmount="3833.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20755629487" Longitude="6.1469551920891" StarRating="4" HotelCode="11221|1623613" HotelName="Bristol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue du Mont-Blanc, Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ef/15efe92de70dd54215e5e39661dd9404b6c3bf5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the centre of Geneva, on Rue de Mont Blanc, just a few minutes Lak...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3947.78" OriginalAmount="3908.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|6359" HotelName="Warwick Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4131.34" OriginalAmount="4090.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209939" Longitude="6.145444" StarRating="3" HotelCode="131655|904892" HotelName="Des Alpes Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/21/6c21fa455f2e17141f4dd2787416dd2a762f5a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4337.36" OriginalAmount="4294.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2062054" Longitude="6.144769" StarRating="4" HotelCode="|82658" HotelName="The Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21, quai des Bergues</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/5/8/82658_34ef2fe2036.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is next to Geneva Lake it is in the city centre, 15 minutes away from the establishment, clients can find the airport, 500 metres away, clients have the railway station, Close to RÃ³dano the river. FACILITIES: Guests are offered WiFi (free of charge), a restaurant and a terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4385.27" OriginalAmount="4341.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.203197" Longitude="6.145716" StarRating="4" HotelCode="|453304" HotelName="Fraser Suites Geneva - Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/3/0/4/453304_f3a284e0851.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4792.45" OriginalAmount="4745.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20316285" Longitude="6.1456586" StarRating="4" HotelCode="474851|fraser_suites_geneva" HotelName="Fraser Suites Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Rôtisserie 3-5, 1204 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/67/d3676122102aa63be9def57207d9fe2574147a56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Geneva City Center, Fraser Suites Geneva is a perfect starting point from which to explor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6221.58" OriginalAmount="6159.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2036285" Longitude="6.1521354" StarRating="5" HotelCode="|9898" HotelName="Metropole Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Quai General Guisa 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/8/9/8/9898_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1854, renovated in 2004, has 5 floors and 127 rooms. It has 21 single rooms, 16 suites and 90 double rooms. In the establishment entrance, guests will find a lobby with an elevator and a reception with safety deposit boxes, The establishment boasts a piano bar, a conference room and internet. With regards to the food and beverage offering, the establishment has Le Grand Quai the Ã  la carte restaurant It has a car park (for a fee), room service, a laundry service and a medical care service. SITUATION: Is situated inGeneva the city centre of it is opposite Leman Lake It is in the commercial district, in the surrounding area of the establishment, guests can find shops, bars, nightclubs, restaurants and public transport. It is situated 12 kilometres away from a golf course, 65 kilometres away, you can find a ski resort. ROOM: The rooms with carpet, a bathroom and a hairdryer. They are equipped with a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a mini-bar, a double bed, a safety deposit box and central heating. FACILITIES: Guests are offered a massage service, a gym, sailing and an entertainment programme. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="6708.06" OriginalAmount="6641.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.203426" Longitude="6.152151" StarRating="5" HotelCode="25112|1174332" HotelName="Hotel Metropole Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Quai General Guisan, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8d/878d721c271dfe8e6238c6f291ae52e95ef73b42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of Geneva's lively city centre, right next to Lake Geneva. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6756.54" OriginalAmount="6689.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209484" Longitude="6.1488879999999" StarRating="5" HotelCode="213930|1018698" HotelName="Swiss Luxury Appartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Philippe-Plantamour 6, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/5c/bc5ce1836c17fde04e1da8007d05c49be8e18486.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 24 rooms. Services and facilities at the hotel include room service an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8218.37" OriginalAmount="8137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201330189125" Longitude="6.1472475528717" StarRating="5" HotelCode="65600|les_armures" HotelName="Les Armures" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Puits-St-Pierre, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/74/9474632acf6d1fb6a92635c0ac7ebf99a3260958.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8427.44" OriginalAmount="8344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.205587" Longitude="6.141025" StarRating="5" HotelCode="25111|mandarin_oriental_geneva" HotelName="Mandarin Oriental Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Quai Turrettini 1, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/78/e67818000c6c6a3ee5f9d916d51157673fe66a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is located in the centre of Geneva, directly on the quay, where many ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9284.44" OriginalAmount="9192.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2028659" Longitude="6.1500889" StarRating="0" HotelCode="|117332" HotelName="De La Cigogne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Place Longemalle</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/3/2/117332_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The HÃ´tel De La Cigogne is rated five stars, is elegant. SITUATION: It is situated in a historic building. This hotel is in the Square of Longemalle. Next to the establishment, guests will find the historic centre and Lake.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="9785.89" OriginalAmount="9689.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250538739835" Longitude="6.1493101716042" StarRating="5" HotelCode="35566|la_reserve_geneve_hotel_and_spa" HotelName="La Reserve Geneve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Route de Lausanne, 1293 Bellevue, Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/8f/868f89974af85db9e37bf41fe876fb587da75eb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10084.27" OriginalAmount="9984.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2053986" Longitude="6.1409001" StarRating="5" HotelCode="|9905" HotelName="Mandarin Oriental, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI TURRETTINI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/5/9905_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 190 standard rooms. In the entrance, you can find a lobby and a hairdresser's. The establishment boasts an inviting bar and a restaurant. It has a car park (for a fee). SITUATION: This elegant hotel is in Geneva city centre where you can find shops, leisure areas and entertainment. It is a few minutes walk away from the historic centre. 100 metres away, there is a public transport stop. ROOM: Customers have stylish rooms with a bathroom with a hairdryer. They are equipped with a direct line telephone, satellite or cable TV, internet (available for a fee), a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a gym, a spa, body care, a sauna and a massage service (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="10273.22" OriginalAmount="10171.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21452" Longitude="6.15171" StarRating="5" HotelCode="33833|1213147" HotelName="Hotel President Wilson, a Luxury Collection Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai Wilson 47, 1211 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/31/5f31f141451714304a2f8d9081f7ea2e77397987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in front of Lake Geneva and has a wonderful view over the Alps and Mont Blanc....</HotelDescription>
        <Offer>Discount:GBP102.74</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10970.14" OriginalAmount="10861.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209604" Longitude="6.150443" StarRating="5" HotelCode="29669|602065" HotelName="D'Angleterre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 17, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b01967261cb9f0ed5908924a8614b7cb5fe2d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant upper class hotel is located in the heart of Geneva's shopping and financial district w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11399.40" OriginalAmount="11286.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214125" Longitude="6.151721" StarRating="5" HotelCode="|38630" HotelName="President Wilson, A Luxury Collection , Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI WILSON 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/3/0/38630_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a cloakroom. It has 228 standard rooms. The establishment has a lift, a cafÃ©, a hairdresser's, a bar and a restaurant. It has conference facilities, WiFi, room service, a laundry service (for a fee), a car park and bicycle rental. SITUATION: This hotel is next to Lake Geneva. Is situated in an excellent location. 5 minutes away from the establishment, you can find the commercial area. It is located 10 streets away from the historic centre. This hotel is 30 streets away from Lausana 10 minutes away from the establishment guests have the railway station. It is situated 15 minutes away from the airport. ROOM: The establishment has standard rooms and suites. Each room has a bathroom, work area with WiFi, a fax machine, a hairdryer, a direct line telephone, an air-conditioning system, heating, a satellite TV with international channels, Video Club, piped music, an answering machine, a safety deposit box, a mini-bar and beauty products.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="11718.02" OriginalAmount="11602.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.207879294145" Longitude="6.1485990699406" StarRating="5" HotelCode="29668|hotel_de_la_paix_12" HotelName="The Ritz-Carlton Hotel de la Paix, Geneva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 11, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/95/3b95c40e3c29cb240f2a7d758dad7ada775939cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious Geneva hotel is located within metres of links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11816.85" OriginalAmount="11699.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250045" Longitude="6.149574" StarRating="5" HotelCode="|79085" HotelName="La Reserve Geneve  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Route De Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/8/5/79085_b31900e1139.jpg</HotelPictures>
        <HotelDescription>HOTEL: The La Reserve Geneva Y Spa is rated five stars. It has dining facilities and a spa. SITUATION: It is located close to Lake Geneva. It has excellent transport links to the roads, public transport services and the city centre. ROOM: The luxurious rooms have parquet flooring, wooden furniture, an air-conditioning system, WiFi (available for a fee), a television, a writing desk and a bathroom with a bath. FACILITIES: The establishment boasts a fitness centre, a sauna, a steam bath, a beauty centre, deck chairs, 2 swimming pools and a massage service. The establishment also has a tennis court, water sports and a playground. Regarding the food and beverage offering, there is restaurants and a cocktail bar. Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="12926.99" OriginalAmount="12799.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|beau_rivage_geneve_hotel" HotelName="Beau Rivage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14700.19" OriginalAmount="14554.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2077446" Longitude="6.1485958" StarRating="5" HotelCode="|9901" HotelName="The Ritz-carlton,  De La Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Quai Du Mont Blanc,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/1/9901_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a concierge. Pets are allowed. The establishment also offers air-conditioning.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20407.05" OriginalAmount="20205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.206886196326" Longitude="6.1470195651054" StarRating="5" HotelCode="11720|four_seasons_geneva" HotelName="Four Seasons Des Bergues" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Quai des Bergues, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/f8/68f86648d07eb90838ff1e20b894e593e4795702.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing luxury hotel is housed within a listed building and offers stylish interiors, a cosy ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access,Massage Centre,Jacuzzi,Lounge,Garden,Kitchen,Spa,Elevator,Meeting Room,Parking,Swimming Pool</BasicAmenities>
    <HotelRating>4,3,5,1,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,AIRPORT HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,SPA 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
f54c9e4e-1682-4c72-ab2e-d1bfb6b88582|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="f54c9e4e-1682-4c72-ab2e-d1bfb6b88582">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="11670" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-18T00:00:00" End="2026-11-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="edurootsexplorers@gmail.com" Password="Aug@2026" 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
f54c9e4e-1682-4c72-ab2e-d1bfb6b88582|InfiniteSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at SerializeDeserialize`1.DeserializeData(String dataXML) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 2755
   at HotelSources.Infinite.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 314|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f54c9e4e-1682-4c72-ab2e-d1bfb6b88582|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|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
f54c9e4e-1682-4c72-ab2e-d1bfb6b88582|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f54c9e4e-1682-4c72-ab2e-d1bfb6b88582|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-17T07:34:12.7740723+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f54c9e4e-1682-4c72-ab2e-d1bfb6b88582" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="691.19" OriginalAmount="684.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8562" Longitude="-77.00603" StarRating="2" HotelCode="|589771" HotelName="Days Inn by Wyndham Geneva/Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>485 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/7/7/1/589771_326e6db2046.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1250.17" OriginalAmount="1237.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.856319" Longitude="-76.999405" StarRating="3" HotelCode="|392921" HotelName="Fairfield Inn and Suites by Marriott Geneva Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>383 Hamilton St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/9/2/1/392921_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1405.92" OriginalAmount="1392" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1323917-21317203/6584617134656025097/173" HotelName="IBIS BUDGET GENEVE AEROPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12320000/12318700/12318689/654bc688_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1529.14" OriginalAmount="1514" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1279283-33136773/6584617134656025097/184" HotelName="IBIS BUDGET GENÈVE PETIT LANCY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13450000/13441600/13441518/b0121c45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1534.39" OriginalAmount="1519.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1612.23" OriginalAmount="1596.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.188408" Longitude="6.114822" StarRating="1" HotelCode="212752|228502|Bed &amp; Breakfast" HotelName="ibis budget Geneve Petit Lancy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 6, Petit Lancy, 1213 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/00/e70062e9e8012c1c6751d674edb1a754b08b8127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1637.21" OriginalAmount="1621.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1828.10" OriginalAmount="1810" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-27590470/6584617134656025097/1314" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1853.35" OriginalAmount="1835" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23193-32596757/6584617134656025097/305" HotelName="RAMADA ENCORE BY WYNDHAM GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/914700/914616/18185f5e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1920.01" OriginalAmount="1901" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-20597469/6584617134656025097/102" HotelName="NASH SUITES HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2107.76" OriginalAmount="2086.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211942361302" Longitude="6.1277908086777" StarRating="4" HotelCode="39316|38219|Bed &amp; Breakfast" HotelName="NH Geneva City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Wendt 42-44, 1203 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/ee/1feef8f910592efb7b50883a2ef3a9ccc0d4713a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is only 5 minutes from the UN building and other prominent international organis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2123.43" OriginalAmount="2102.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.220408167983" Longitude="6.1140216886997" StarRating="4" HotelCode="82263|99108|Bed &amp; Breakfast" HotelName="Novotel Suites Geneve Aeroport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis Casaï 30, Cointrin, 1216 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb9b272f453e5b54826c811b5bd1b2d3ff98e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2154.33" OriginalAmount="2133" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|974432-19107685/6584617134656025097/114" HotelName="APPART'CITY CONFORT GENÈVE AÉROPORT VERNIER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41450000/41445800/41445724/833028ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2168.47" OriginalAmount="2147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3027-18113659/6584617134656025097/42" HotelName="HOTEL GENEVA BY FASSBIND" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9600/9567/6f68a1d0_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2300.78" OriginalAmount="2278" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12466-25200695/6584617134656025097/1226" HotelName="IBIS GENEVE CENTRE NATIONS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5630000/5622200/5622125/a37101e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2364.19" OriginalAmount="2340.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|106746|Bed &amp; Breakfast" HotelName="Nash Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2390.67" OriginalAmount="2367" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3025-25189703/6584617134656025097/1142" HotelName="NOVOTEL GENEVE CENTRE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/65000/64976/46e7fd16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2401.78" OriginalAmount="2378" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431742-30248871/6584617134656025097/92" HotelName="ADINA APARTMENT HOTEL GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88630000/88622900/88622828/5adbe25d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2432.43" OriginalAmount="2408.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2077268" Longitude="6.138397" StarRating="3" HotelCode="|117334" HotelName="Ibis Geneve Centre Gare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10, rue Voltaire</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/3/4/117334_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the city centre, 200 metres away, guests have the railway station, is situated 5 kilometres away from the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2439.03" OriginalAmount="2414.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.227954" Longitude="6.085727" StarRating="4" HotelCode="31232|684465" HotelName="NH Geneva Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Mategnin 21, 1217 Geneva-Meyrin 1</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/65/6b65ce20057dc383cd4594c5ee57d1301f4fd65d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the Geneva shopping district and is only 5 minutes from the exhibiti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2538.49" OriginalAmount="2513.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211432662414" Longitude="6.1473615214958" StarRating="4" HotelCode="12782|6361|Bed &amp; Breakfast" HotelName="Novotel Genève Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich 19, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/63/3c633ed08a9ea574a61cc3bef7dba137730ae0da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Geneva's town centre, within minutes of Lake Geneva and the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2582.57" OriginalAmount="2557" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-18130906/6584617134656025097/117" HotelName="SAGITTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2794.67" OriginalAmount="2767" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.9275252" Longitude="11.5804914" StarRating="3" HotelCode="0|47517-18114629/6584617134656025097/170" HotelName="INTERNATIONAL &amp;amp; TERMINUS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>4 CARL ZEISS PLATZ, JENA, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4000/3931/e6e46e7b_b.jpg</HotelPictures>
        <HotelDescription>Situated beside the Friedrich Schiller University in the Jena center. This hotel offers stunning architecture, free WiFi, well appointed rooms, an elegant restaurant and an excellent transport links. The Steigenberger Esplanade Jena has a modern and bright rooms with air conditioning. A breakfast buffet is served daily with sparkling wine and there is a varied Sunday brunch. In the hotel conservatory , vaulted ceiling , you can savor Mediterranean and the Middle East. The Moonlight-Bar offers refreshing cocktails and snacks.

Spa and gym area in the hotel will be closed due to Covid 19 until further notice&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2798.61" OriginalAmount="2770.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20943390045" Longitude="6.1418482099122" StarRating="4" HotelCode="31233|6376|Bed &amp; Breakfast" HotelName="Hotel Cornavin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard James-Fazy 23, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/52/6d52bb4af70fc287bea61f8243525217d3e452ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is found close to the train station and is only 100 m from further convenient transport li...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2806.83" OriginalAmount="2779.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21532" Longitude="6.147718" StarRating="3" HotelCode="35326|18958|Bed &amp; Breakfast" HotelName="Hôtel Jade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 55, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/05/0105452370770774aeda23ba3bfd219c1ff18dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Geneva, close to Lake Geneva and the train station as well as ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2815.70" OriginalAmount="2787.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|79521|Bed &amp; Breakfast" HotelName="Hotel Sagitta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2846.18" OriginalAmount="2818" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3003-18113655/6584617134656025097/86" HotelName="JADE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47117/1b983d11_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2854.26" OriginalAmount="2826" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649362-28516651/6584617134656025097/224" HotelName="CALVY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/649362/202212192439835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2856.89" OriginalAmount="2828.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.22158" Longitude="6.1491936" StarRating="3" HotelCode="|34635" HotelName="Mon Repos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 131</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/3/5/34635_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 80 standard rooms. ROOM: The rooms have a direct line telephone, a television, a mini-bar and a hairdryer. The establishment has non-smoking rooms. FACILITIES: Guests are offered room service. The establishment has a bar and a restaurant. The establishment also has a car park and meeting rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2878.50" OriginalAmount="2850" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12461-25202304/6584617134656025097/1201" HotelName="CORNAVIN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460410/ecb713ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2913.78" OriginalAmount="2884.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.213445756706" Longitude="6.1454182863236" StarRating="4" HotelCode="16987|6414|Bed &amp; Breakfast" HotelName="Hôtel Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc6478897f76bf792c492a3ed82e2dcea98f22a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to public transport, nightclubs, bars and restaurants (around 100 m away...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2924.96" OriginalAmount="2896" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3028-18114632/6584617134656025097/26" HotelName="ROYAL MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2400/2380/628c8427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2938.09" OriginalAmount="2909" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|13505-25201152/6584617134656025097/1270" HotelName="SUISSE GENEVE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527471/7fbe62d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2969.44" OriginalAmount="2940.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210305283949" Longitude="6.1447276175022" StarRating="3" HotelCode="34767|5485512|Bed &amp; Breakfast" HotelName="International &amp; Terminus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 20, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0c/e00ce3f81cad19688304bdcd9766c7200a656c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the city centre, a one-minute walk from the Cornavin train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3057.27" OriginalAmount="3027" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-18114636/6584617134656025097/59" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/b7133e6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3153.22" OriginalAmount="3122" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32594-18113656/6584617134656025097/29" HotelName="KIPLING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10800/10743/4a5597d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3199.65" OriginalAmount="3167.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|16010|Bed &amp; Breakfast" HotelName="Hôtel Kipling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="3214.53" OriginalAmount="3182.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210325701314" Longitude="6.1441978812218" StarRating="3" HotelCode="64702|2653359|Bed &amp; Breakfast" HotelName="Hotel Bernina Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin 22, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/1f/e31f0d55aec2ccd33606a51b9ab4f69f7829bad8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location opposite the main railway station and connected to its undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3241.09" OriginalAmount="3209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.202030986119" Longitude="6.1393323540688" StarRating="4" HotelCode="42794|466055|Bed &amp; Breakfast" HotelName="Tiffany Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de l'Arquebuse, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a2/77a21544cf5cdf98b191312482d58a77cc8b0e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in a central location on the left-hand bank of the Rhone. The centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3283.85" OriginalAmount="3251.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|6372|Bed &amp; Breakfast" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3322.90" OriginalAmount="3290.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|adagio_geneve_mont_blanc" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3429.76" OriginalAmount="3395.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.221578" Longitude="6.149327" StarRating="3" HotelCode="64703|760435|Bed &amp; Breakfast" HotelName="Mon Repos Hotel Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De Lausanne 131, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e0/39e06e886cb2f17b6e6fe92f1dfb2d38bf79eeae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right-hand shore of Lake Geneva, the hotel looks onto one of the city's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3460.26" OriginalAmount="3426" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|81580-28561681/6584617134656025097/355" HotelName="TIFFANY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1800/1758/107a648f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3589.45" OriginalAmount="3553.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3821.84" OriginalAmount="3784" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-18114634/6584617134656025097/33" HotelName="WARWICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w5799h3835x5y5-d103793e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3842.04" OriginalAmount="3804" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-18208817/6584617134656025097/74" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3947.78" OriginalAmount="3908.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|6359|Bed &amp; Breakfast" HotelName="Warwick Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3988.49" OriginalAmount="3949.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209945391292" Longitude="6.1443671684979" StarRating="3" HotelCode="34972|123701" HotelName="Hotel Strasbourg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/84/ce8410200477dba3a6ac678cfa73e4b842226ceb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre and close to the tourist areas. It is only two minutes from Genev...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4308.07" OriginalAmount="4265.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|6364|Bed &amp; Breakfast" HotelName="Hôtel Auteuil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4313.71" OriginalAmount="4271" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3006-18113651/6584617134656025097/41" HotelName="BRISTOL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/560000/559500/559474/13652ef1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4367.64" OriginalAmount="4324.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209939" Longitude="6.145444" StarRating="3" HotelCode="131655|904892" HotelName="Des Alpes Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/21/6c21fa455f2e17141f4dd2787416dd2a762f5a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4390.47" OriginalAmount="4347" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-18228103/6584617134656025097/160" HotelName="AUTEUIL MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="5205.54" OriginalAmount="5154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224451" Longitude="6.132978" StarRating="5" HotelCode="49113|1402531|Bed &amp; Breakfast" HotelName="Intercontinental Geneve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Chemin du Petit-Saconnex 7-9, 1211 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/6d/c26dc862f29c58dd813020b6e6530d431fb4e9c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, luxury hotel is located only a stone's throw from the United Nations headquarters and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5219.60" OriginalAmount="5167.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20981155263" Longitude="6.1482721567154" StarRating="4" HotelCode="73947|140094|Bed &amp; Breakfast" HotelName="Eastwest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue des Paquis, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/6d/5e6dd99fb1ee66252997822bc80b4b9f0a04193c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a few steps from Lake Geneva. It is situated close to the business and sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5395.42" OriginalAmount="5342" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595073-25745446/6584617134656025097/1307" HotelName="FRASER SUITES GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68860000/68853300/68853208/26283f61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7320.48" OriginalAmount="7248" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|292133-27162090/6584617134656025097/4" HotelName="SWISS LUXURY APPARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5420000/5413400/5413377/6c1f6fbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8904.16" OriginalAmount="8816" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3021-18113661/6584617134656025097/71" HotelName="METROPOLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/118200/118106/cc8cb249_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8925.53" OriginalAmount="8837.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.203426" Longitude="6.152151" StarRating="5" HotelCode="25112|25824|Bed &amp; Breakfast" HotelName="Hotel Metropole Geneve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Quai General Guisan, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8d/878d721c271dfe8e6238c6f291ae52e95ef73b42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of Geneva's lively city centre, right next to Lake Geneva. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10084.27" OriginalAmount="9984.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2053986" Longitude="6.1409001" StarRating="5" HotelCode="|9905" HotelName="Mandarin Oriental, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI TURRETTINI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/5/9905_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 190 standard rooms. In the entrance, you can find a lobby and a hairdresser's. The establishment boasts an inviting bar and a restaurant. It has a car park (for a fee). SITUATION: This elegant hotel is in Geneva city centre where you can find shops, leisure areas and entertainment. It is a few minutes walk away from the historic centre. 100 metres away, there is a public transport stop. ROOM: Customers have stylish rooms with a bathroom with a hairdryer. They are equipped with a direct line telephone, satellite or cable TV, internet (available for a fee), a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a gym, a spa, body care, a sauna and a massage service (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="10705.39" OriginalAmount="10599.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201330189125" Longitude="6.1472475528717" StarRating="5" HotelCode="65600|065721" HotelName="Les Armures" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Puits-St-Pierre, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/74/9474632acf6d1fb6a92635c0ac7ebf99a3260958.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="11199.33" OriginalAmount="11088.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.205587" Longitude="6.141025" StarRating="5" HotelCode="25111|1817278|Bed &amp; Breakfast" HotelName="Mandarin Oriental Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Quai Turrettini 1, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/78/e67818000c6c6a3ee5f9d916d51157673fe66a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is located in the centre of Geneva, directly on the quay, where many ...</HotelDescription>
        <Offer>Discount:GBP54.87</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11399.40" OriginalAmount="11286.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214125" Longitude="6.151721" StarRating="5" HotelCode="|38630" HotelName="President Wilson, A Luxury Collection , Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI WILSON 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/3/0/38630_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a cloakroom. It has 228 standard rooms. The establishment has a lift, a cafÃ©, a hairdresser's, a bar and a restaurant. It has conference facilities, WiFi, room service, a laundry service (for a fee), a car park and bicycle rental. SITUATION: This hotel is next to Lake Geneva. Is situated in an excellent location. 5 minutes away from the establishment, you can find the commercial area. It is located 10 streets away from the historic centre. This hotel is 30 streets away from Lausana 10 minutes away from the establishment guests have the railway station. It is situated 15 minutes away from the airport. ROOM: The establishment has standard rooms and suites. Each room has a bathroom, work area with WiFi, a fax machine, a hairdryer, a direct line telephone, an air-conditioning system, heating, a satellite TV with international channels, Video Club, piped music, an answering machine, a safety deposit box, a mini-bar and beauty products.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="11756.04" OriginalAmount="11639.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209604" Longitude="6.150443" StarRating="5" HotelCode="29669|128335" HotelName="D'Angleterre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 17, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b01967261cb9f0ed5908924a8614b7cb5fe2d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant upper class hotel is located in the heart of Geneva's shopping and financial district w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11816.85" OriginalAmount="11699.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250045" Longitude="6.149574" StarRating="5" HotelCode="|79085" HotelName="La Reserve Geneve  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Route De Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/8/5/79085_b31900e1139.jpg</HotelPictures>
        <HotelDescription>HOTEL: The La Reserve Geneva Y Spa is rated five stars. It has dining facilities and a spa. SITUATION: It is located close to Lake Geneva. It has excellent transport links to the roads, public transport services and the city centre. ROOM: The luxurious rooms have parquet flooring, wooden furniture, an air-conditioning system, WiFi (available for a fee), a television, a writing desk and a bathroom with a bath. FACILITIES: The establishment boasts a fitness centre, a sauna, a steam bath, a beauty centre, deck chairs, 2 swimming pools and a massage service. The establishment also has a tennis court, water sports and a playground. Regarding the food and beverage offering, there is restaurants and a cocktail bar. Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11994.07" OriginalAmount="11875.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21452" Longitude="6.15171" StarRating="5" HotelCode="33833|51354|Bed &amp; Breakfast" HotelName="Hotel President Wilson, a Luxury Collection Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai Wilson 47, 1211 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/31/5f31f141451714304a2f8d9081f7ea2e77397987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in front of Lake Geneva and has a wonderful view over the Alps and Mont Blanc....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12695.78" OriginalAmount="12570.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250538739835" Longitude="6.1493101716042" StarRating="5" HotelCode="35566|751985|Bed &amp; Breakfast" HotelName="La Reserve Geneve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Route de Lausanne, 1293 Bellevue, Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/8f/868f89974af85db9e37bf41fe876fb587da75eb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14700.19" OriginalAmount="14554.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2077446" Longitude="6.1485958" StarRating="5" HotelCode="|9901" HotelName="The Ritz-carlton,  De La Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Quai Du Mont Blanc,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/1/9901_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a concierge. Pets are allowed. The establishment also offers air-conditioning.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15366.18" OriginalAmount="15214.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|25654|Bed &amp; Breakfast" HotelName="Beau Rivage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="16500.01" OriginalAmount="16336.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.207879294145" Longitude="6.1485990699406" StarRating="5" HotelCode="29668|671392" HotelName="The Ritz-Carlton Hotel de la Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 11, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/95/3b95c40e3c29cb240f2a7d758dad7ada775939cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious Geneva hotel is located within metres of links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service,Bicycle Rental,Jacuzzi,Massage Centre,Nightclub,Restaurant,Sauna,Designated Smoking Area,Spa,Swimming Pool,Diet Meals,Wheelchair Access,Garden,Elevator,Meeting Room,Parking</BasicAmenities>
    <HotelRating>4,5,3,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,APARTMENT HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,SPA HOTEL,AIRPORT 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
f54c9e4e-1682-4c72-ab2e-d1bfb6b88582|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|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
f54c9e4e-1682-4c72-ab2e-d1bfb6b88582|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f54c9e4e-1682-4c72-ab2e-d1bfb6b88582|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-17T07:35:48.0269336+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f54c9e4e-1682-4c72-ab2e-d1bfb6b88582" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="691.19" OriginalAmount="684.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.8562" Longitude="-77.00603" StarRating="2" HotelCode="|589771" HotelName="Days Inn by Wyndham Geneva/Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>485 Hamilton Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/7/7/1/589771_326e6db2046.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1250.17" OriginalAmount="1237.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.856319" Longitude="-76.999405" StarRating="3" HotelCode="|392921" HotelName="Fairfield Inn and Suites by Marriott Geneva Finger Lakes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>383 Hamilton St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/9/2/1/392921_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1405.92" OriginalAmount="1392" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1323917-21317203/6584617134656025097/173" HotelName="IBIS BUDGET GENEVE AEROPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12320000/12318700/12318689/654bc688_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1529.14" OriginalAmount="1514" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1279283-33136773/6584617134656025097/184" HotelName="IBIS BUDGET GENÈVE PETIT LANCY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13450000/13441600/13441518/b0121c45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1534.39" OriginalAmount="1519.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214893" Longitude="6.148954" StarRating="0" HotelCode="|453746" HotelName="Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/4/6/453746_b4e14d81308.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1612.23" OriginalAmount="1596.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.188408" Longitude="6.114822" StarRating="1" HotelCode="212752|228502|Bed &amp; Breakfast" HotelName="ibis budget Geneve Petit Lancy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chemin des Olliquettes 6, Petit Lancy, 1213 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/00/e70062e9e8012c1c6751d674edb1a754b08b8127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1637.21" OriginalAmount="1621.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21495351" Longitude="6.14923412" StarRating="0" HotelCode="131550|youth_hostel_geneva" HotelName="Geneva Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 28-30, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2f/f22fac40dda7b6e222f6c4d7c707284f90abaa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Geneva City Center, Geneva Hostel promises a relaxing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1828.10" OriginalAmount="1810" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1374082-27590470/6584617134656025097/1314" HotelName="B&amp;amp;B GENEVA AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88200000/88197900/88197867/2d02556d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1853.35" OriginalAmount="1835" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23193-32596757/6584617134656025097/305" HotelName="RAMADA ENCORE BY WYNDHAM GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/914700/914616/18185f5e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1920.01" OriginalAmount="1901" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649366-20597469/6584617134656025097/102" HotelName="NASH SUITES HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33317700/33317700/07673a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2107.76" OriginalAmount="2086.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211942361302" Longitude="6.1277908086777" StarRating="4" HotelCode="39316|38219|Bed &amp; Breakfast" HotelName="NH Geneva City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Wendt 42-44, 1203 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/ee/1feef8f910592efb7b50883a2ef3a9ccc0d4713a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is only 5 minutes from the UN building and other prominent international organis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2123.43" OriginalAmount="2102.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.220408167983" Longitude="6.1140216886997" StarRating="4" HotelCode="82263|99108|Bed &amp; Breakfast" HotelName="Novotel Suites Geneve Aeroport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louis Casaï 30, Cointrin, 1216 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb9b272f453e5b54826c811b5bd1b2d3ff98e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2154.33" OriginalAmount="2133" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|974432-19107685/6584617134656025097/114" HotelName="APPART'CITY CONFORT GENÈVE AÉROPORT VERNIER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41450000/41445800/41445724/833028ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2168.47" OriginalAmount="2147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3027-18113659/6584617134656025097/42" HotelName="HOTEL GENEVA BY FASSBIND" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9600/9567/6f68a1d0_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2300.78" OriginalAmount="2278" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12466-25200695/6584617134656025097/1226" HotelName="IBIS GENEVE CENTRE NATIONS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5630000/5622200/5622125/a37101e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2364.19" OriginalAmount="2340.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.226848285115" Longitude="6.1057269573212" StarRating="4" HotelCode="76536|106746|Bed &amp; Breakfast" HotelName="Nash Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chemin de la Violette 11, 1216 Cointrin</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31ef741de910ea038b4e0c3adad42c705b4c409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just minutes away from the city centre, which is known for its prime shops, international organisati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2390.67" OriginalAmount="2367" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3025-25189703/6584617134656025097/1142" HotelName="NOVOTEL GENEVE CENTRE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/65000/64976/46e7fd16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2401.78" OriginalAmount="2378" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431742-30248871/6584617134656025097/92" HotelName="ADINA APARTMENT HOTEL GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88630000/88622900/88622828/5adbe25d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2432.43" OriginalAmount="2408.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2077268" Longitude="6.138397" StarRating="3" HotelCode="|117334" HotelName="Ibis Geneve Centre Gare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10, rue Voltaire</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/7/3/3/4/117334_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the city centre, 200 metres away, guests have the railway station, is situated 5 kilometres away from the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2439.03" OriginalAmount="2414.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.227954" Longitude="6.085727" StarRating="4" HotelCode="31232|684465" HotelName="NH Geneva Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Mategnin 21, 1217 Geneva-Meyrin 1</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/65/6b65ce20057dc383cd4594c5ee57d1301f4fd65d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the Geneva shopping district and is only 5 minutes from the exhibiti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2538.49" OriginalAmount="2513.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.211432662414" Longitude="6.1473615214958" StarRating="4" HotelCode="12782|6361|Bed &amp; Breakfast" HotelName="Novotel Genève Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Zurich 19, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/63/3c633ed08a9ea574a61cc3bef7dba137730ae0da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Geneva's town centre, within minutes of Lake Geneva and the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2582.57" OriginalAmount="2557" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="57.457600" Longitude="-4.159800" StarRating="3" HotelCode="0|17009-18130906/6584617134656025097/117" HotelName="SAGITTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> Old Perth Road, INVERNESS, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7481/5293db53_b.jpg</HotelPictures>
        <HotelDescription>Set in 9 acres of mature parkland, with stunning views of the Moray Firth, this fantastic, upscale hotel is ideally located right in the heart of the Highlands. The establishment is only a 10-minute drive from the centre of Inverness and offers free parking for those travelling by car. Boasting a beautiful art deco charm, the hotel is an ideal place for leisure and business travellers alike. The tastefully appointed rooms offer luxurious furnishings in combination with modern facilities to provide a truly unique stay. Facilities include large comfortable beds, complimentary Wi-Fi access and a satellite TV for guests' entertainment. The award-winning restaurant has been recognized for its quality food and exceptional service and offers exquisite modern Scottish cuisine, while the lounge area is a perfect place to relax and enjoy a delicious cup of coffee and a fine lunch menu. This superb hotel is also a perfect place to celebrate corporate events with its flexible meeting spaces, high specification facilities and plenty of space for team-building activities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2794.67" OriginalAmount="2767" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.9275252" Longitude="11.5804914" StarRating="3" HotelCode="0|47517-18114629/6584617134656025097/170" HotelName="INTERNATIONAL &amp;amp; TERMINUS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>4 CARL ZEISS PLATZ, JENA, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4000/3931/e6e46e7b_b.jpg</HotelPictures>
        <HotelDescription>Situated beside the Friedrich Schiller University in the Jena center. This hotel offers stunning architecture, free WiFi, well appointed rooms, an elegant restaurant and an excellent transport links. The Steigenberger Esplanade Jena has a modern and bright rooms with air conditioning. A breakfast buffet is served daily with sparkling wine and there is a varied Sunday brunch. In the hotel conservatory , vaulted ceiling , you can savor Mediterranean and the Middle East. The Moonlight-Bar offers refreshing cocktails and snacks.

Spa and gym area in the hotel will be closed due to Covid 19 until further notice&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2798.61" OriginalAmount="2770.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.20943390045" Longitude="6.1418482099122" StarRating="4" HotelCode="31233|6376|Bed &amp; Breakfast" HotelName="Hotel Cornavin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard James-Fazy 23, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/52/6d52bb4af70fc287bea61f8243525217d3e452ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is found close to the train station and is only 100 m from further convenient transport li...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2806.83" OriginalAmount="2779.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21532" Longitude="6.147718" StarRating="3" HotelCode="35326|18958|Bed &amp; Breakfast" HotelName="Hôtel Jade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 10/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rothschild 55, 1202 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/05/0105452370770774aeda23ba3bfd219c1ff18dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Geneva, close to Lake Geneva and the train station as well as ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2815.70" OriginalAmount="2787.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201201" Longitude="6.157839" StarRating="3" HotelCode="64704|79521|Bed &amp; Breakfast" HotelName="Hotel Sagitta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Bar,Fax,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Flèche 6, 1207 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/98/9c986a2006f1451bbe69aa3ac23c4944a60ce5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is located in the heart of the city's business centre, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2846.18" OriginalAmount="2818" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3003-18113655/6584617134656025097/86" HotelName="JADE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47200/47117/1b983d11_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2854.26" OriginalAmount="2826" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649362-28516651/6584617134656025097/224" HotelName="CALVY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/649362/202212192439835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2856.89" OriginalAmount="2828.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.22158" Longitude="6.1491936" StarRating="3" HotelCode="|34635" HotelName="Mon Repos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 131</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/3/5/34635_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 80 standard rooms. ROOM: The rooms have a direct line telephone, a television, a mini-bar and a hairdryer. The establishment has non-smoking rooms. FACILITIES: Guests are offered room service. The establishment has a bar and a restaurant. The establishment also has a car park and meeting rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2878.50" OriginalAmount="2850" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12461-25202304/6584617134656025097/1201" HotelName="CORNAVIN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460410/ecb713ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2913.78" OriginalAmount="2884.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.213445756706" Longitude="6.1454182863236" StarRating="4" HotelCode="16987|6414|Bed &amp; Breakfast" HotelName="Hôtel Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 41-43, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc6478897f76bf792c492a3ed82e2dcea98f22a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to public transport, nightclubs, bars and restaurants (around 100 m away...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2924.96" OriginalAmount="2896" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3028-18114632/6584617134656025097/26" HotelName="ROYAL MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2400/2380/628c8427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2938.09" OriginalAmount="2909" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|13505-25201152/6584617134656025097/1270" HotelName="SUISSE GENEVE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527471/7fbe62d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2969.44" OriginalAmount="2940.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210305283949" Longitude="6.1447276175022" StarRating="3" HotelCode="34767|5485512|Bed &amp; Breakfast" HotelName="International &amp; Terminus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 20, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0c/e00ce3f81cad19688304bdcd9766c7200a656c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the city centre, a one-minute walk from the Cornavin train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3057.27" OriginalAmount="3027" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9674-18114636/6584617134656025097/59" HotelName="MOVENPICK HOTEL &amp;amp; CASINO GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25735/b7133e6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3153.22" OriginalAmount="3122" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32594-18113656/6584617134656025097/29" HotelName="KIPLING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10800/10743/4a5597d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3199.65" OriginalAmount="3167.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212580845366" Longitude="6.1459064483643" StarRating="3" HotelCode="35262|16010|Bed &amp; Breakfast" HotelName="Hôtel Kipling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Navigation 27, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ec/b7ecce65b0e4fcb1c151d5963690a6a5d2330523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street, only around a 5-minute drive from the city centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="3214.53" OriginalAmount="3182.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210325701314" Longitude="6.1441978812218" StarRating="3" HotelCode="64702|2653359|Bed &amp; Breakfast" HotelName="Hotel Bernina Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Cornavin 22, 1201 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/1f/e31f0d55aec2ccd33606a51b9ab4f69f7829bad8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location opposite the main railway station and connected to its undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3241.09" OriginalAmount="3209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.202030986119" Longitude="6.1393323540688" StarRating="4" HotelCode="42794|466055|Bed &amp; Breakfast" HotelName="Tiffany Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de l'Arquebuse, 1204 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a2/77a21544cf5cdf98b191312482d58a77cc8b0e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in a central location on the left-hand bank of the Rhone. The centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3283.85" OriginalAmount="3251.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224276411354" Longitude="6.1010545492172" StarRating="5" HotelCode="31230|6372|Bed &amp; Breakfast" HotelName="Mövenpick Hotel &amp; Casino Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Pré-Bois 20, 1215 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/63/9863b1649e243b1ca71f32dfbfaa6d609c3c2f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Genovese hotel is located approximately 5 km from the town centre and within easy reach of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3322.90" OriginalAmount="3290.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209539" Longitude="6.147171" StarRating="4" HotelCode="212757|adagio_geneve_mont_blanc" HotelName="Aparthotel Adagio Genève Mont-Blanc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Thalberg 4, 1201 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/55/6f558c892744f562d3fececc8d65d8d68deef0f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3460.26" OriginalAmount="3426" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|81580-28561681/6584617134656025097/355" HotelName="TIFFANY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1800/1758/107a648f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3589.45" OriginalAmount="3553.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2361984" Longitude="6.1187" StarRating="4" HotelCode="|9909" HotelName="Hilton Geneva and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Route Francois-Peyrot 34 Le Grand Saconnex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/9/9909_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, renovated in 2010, is ideal for family holidays, has 496 rooms, 2 suites and 27Â junior suites. is perfect for business and holiday stays, This air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a cloakroom and a lift. The establishment offers guests a hairdresser's, a cafÃ©, a bar, a restaurant, communal areas with WiFi, a bar with WiFi and conference rooms with WiFi, There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel Le Grand-Saconnex it is in Geneva Palexpo it is located close to the establishment is 41 kilometres away from the tourist area, 10 minutes away from the establishment, guests will find the city centre, is situated 120 kilometres away from a ski resort, is situated 3 minutes away from Geneva Airport 200 metres away, there is a public transport stop, the establishment is 13 kilometres away from the railway station. ROOM: The rooms a bathroom with a shower, a hairdryer, a double or king-size bed, a direct line telephone, satellite and cable television, a radio, internet, a safe, a mini-bar, a kettle, a coffee maker, an iron, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool a heated pool with a terrace, Customers can enjoy water aerobics, aerobics, a gym, a jacuzzi, 2 saunas, a steam bath, a massage service and spa treatments. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant. Clients can also enjoy L'Olivo the restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3821.84" OriginalAmount="3784" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3030-18114634/6584617134656025097/33" HotelName="WARWICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15100/15089/w5799h3835x5y5-d103793e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3842.04" OriginalAmount="3804" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181460-18208817/6584617134656025097/74" HotelName="APARTADAGIO GENEVE MONT BLANC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63600/63576/3c85c7b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3947.78" OriginalAmount="3908.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.210852394676" Longitude="6.1443917561395" StarRating="4" HotelCode="29665|6359|Bed &amp; Breakfast" HotelName="Warwick Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/84/5a842b1599a56ba78e759ffcf190bdc5b2046163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of Geneva, opposite the Cornavin train station. The main...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="3988.49" OriginalAmount="3949.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209945391292" Longitude="6.1443671684979" StarRating="3" HotelCode="34972|123701" HotelName="Hotel Strasbourg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Pradier 10, 1201 Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/84/ce8410200477dba3a6ac678cfa73e4b842226ceb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre and close to the tourist areas. It is only two minutes from Genev...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4308.07" OriginalAmount="4265.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.212789" Longitude="6.145012" StarRating="4" HotelCode="31228|6364|Bed &amp; Breakfast" HotelName="Hôtel Auteuil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Lausanne 33, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/19/721906e947d022bef685651c39503323c124d189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the city centre of Geneva. The train station is only a few minut...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4313.71" OriginalAmount="4271" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3006-18113651/6584617134656025097/41" HotelName="BRISTOL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/560000/559500/559474/13652ef1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="4367.64" OriginalAmount="4324.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209939" Longitude="6.145444" StarRating="3" HotelCode="131655|904892" HotelName="Des Alpes Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Alpes 14, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/21/6c21fa455f2e17141f4dd2787416dd2a762f5a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4390.47" OriginalAmount="4347" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3004-18228103/6584617134656025097/160" HotelName="AUTEUIL MANOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7100/7027/a6a83078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="5205.54" OriginalAmount="5154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.224451" Longitude="6.132978" StarRating="5" HotelCode="49113|1402531|Bed &amp; Breakfast" HotelName="Intercontinental Geneve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Chemin du Petit-Saconnex 7-9, 1211 Geneva, Genf</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/6d/c26dc862f29c58dd813020b6e6530d431fb4e9c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish, luxury hotel is located only a stone's throw from the United Nations headquarters and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5324.72" OriginalAmount="5272" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|83331-28568498/6584617134656025097/222" HotelName="EASTWEST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25300/25211/f6b33f61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5395.42" OriginalAmount="5342" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595073-25745446/6584617134656025097/1307" HotelName="FRASER SUITES GENEVA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68860000/68853300/68853208/26283f61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="7320.48" OriginalAmount="7248" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|292133-27162090/6584617134656025097/4" HotelName="SWISS LUXURY APPARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5420000/5413400/5413377/6c1f6fbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8904.16" OriginalAmount="8816" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3021-18113661/6584617134656025097/71" HotelName="METROPOLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/118200/118106/cc8cb249_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="8925.53" OriginalAmount="8837.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.203426" Longitude="6.152151" StarRating="5" HotelCode="25112|25824|Bed &amp; Breakfast" HotelName="Hotel Metropole Geneve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Quai General Guisan, 1204 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8d/878d721c271dfe8e6238c6f291ae52e95ef73b42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of Geneva's lively city centre, right next to Lake Geneva. In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10084.27" OriginalAmount="9984.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2053986" Longitude="6.1409001" StarRating="5" HotelCode="|9905" HotelName="Mandarin Oriental, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI TURRETTINI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/5/9905_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors and 190 standard rooms. In the entrance, you can find a lobby and a hairdresser's. The establishment boasts an inviting bar and a restaurant. It has a car park (for a fee). SITUATION: This elegant hotel is in Geneva city centre where you can find shops, leisure areas and entertainment. It is a few minutes walk away from the historic centre. 100 metres away, there is a public transport stop. ROOM: Customers have stylish rooms with a bathroom with a hairdryer. They are equipped with a direct line telephone, satellite or cable TV, internet (available for a fee), a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment boasts a gym, a spa, body care, a sauna and a massage service (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="10705.39" OriginalAmount="10599.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.201330189125" Longitude="6.1472475528717" StarRating="5" HotelCode="65600|065721" HotelName="Les Armures" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Puits-St-Pierre, 1204 Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/74/9474632acf6d1fb6a92635c0ac7ebf99a3260958.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geneva. The nearest airport is Genf (GVA).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="11199.33" OriginalAmount="11088.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.205587" Longitude="6.141025" StarRating="5" HotelCode="25111|1817278|Bed &amp; Breakfast" HotelName="Mandarin Oriental Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Quai Turrettini 1, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/78/e67818000c6c6a3ee5f9d916d51157673fe66a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is located in the centre of Geneva, directly on the quay, where many ...</HotelDescription>
        <Offer>Discount:GBP54.87</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11399.40" OriginalAmount="11286.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.214125" Longitude="6.151721" StarRating="5" HotelCode="|38630" HotelName="President Wilson, A Luxury Collection , Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUAI WILSON 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/3/0/38630_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a cloakroom. It has 228 standard rooms. The establishment has a lift, a cafÃ©, a hairdresser's, a bar and a restaurant. It has conference facilities, WiFi, room service, a laundry service (for a fee), a car park and bicycle rental. SITUATION: This hotel is next to Lake Geneva. Is situated in an excellent location. 5 minutes away from the establishment, you can find the commercial area. It is located 10 streets away from the historic centre. This hotel is 30 streets away from Lausana 10 minutes away from the establishment guests have the railway station. It is situated 15 minutes away from the airport. ROOM: The establishment has standard rooms and suites. Each room has a bathroom, work area with WiFi, a fax machine, a hairdryer, a direct line telephone, an air-conditioning system, heating, a satellite TV with international channels, Video Club, piped music, an answering machine, a safety deposit box, a mini-bar and beauty products.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="11756.04" OriginalAmount="11639.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209604" Longitude="6.150443" StarRating="5" HotelCode="29669|128335" HotelName="D'Angleterre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 17, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b01967261cb9f0ed5908924a8614b7cb5fe2d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant upper class hotel is located in the heart of Geneva's shopping and financial district w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11816.85" OriginalAmount="11699.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250045" Longitude="6.149574" StarRating="5" HotelCode="|79085" HotelName="La Reserve Geneve  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>301 Route De Lausanne</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/8/5/79085_b31900e1139.jpg</HotelPictures>
        <HotelDescription>HOTEL: The La Reserve Geneva Y Spa is rated five stars. It has dining facilities and a spa. SITUATION: It is located close to Lake Geneva. It has excellent transport links to the roads, public transport services and the city centre. ROOM: The luxurious rooms have parquet flooring, wooden furniture, an air-conditioning system, WiFi (available for a fee), a television, a writing desk and a bathroom with a bath. FACILITIES: The establishment boasts a fitness centre, a sauna, a steam bath, a beauty centre, deck chairs, 2 swimming pools and a massage service. The establishment also has a tennis court, water sports and a playground. Regarding the food and beverage offering, there is restaurants and a cocktail bar. Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="12695.78" OriginalAmount="12570.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.250538739835" Longitude="6.1493101716042" StarRating="5" HotelCode="35566|751985|Bed &amp; Breakfast" HotelName="La Reserve Geneve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Route de Lausanne, 1293 Bellevue, Geneve</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/8f/868f89974af85db9e37bf41fe876fb587da75eb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Geneva.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="13670.31" OriginalAmount="13534.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.21452" Longitude="6.15171" StarRating="5" HotelCode="33833|145860" HotelName="Hotel President Wilson, a Luxury Collection Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai Wilson 47, 1211 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/31/5f31f141451714304a2f8d9081f7ea2e77397987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in front of Lake Geneva and has a wonderful view over the Alps and Mont Blanc....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13689.82" OriginalAmount="13554.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.207879294145" Longitude="6.1485990699406" StarRating="5" HotelCode="29668|25714|Bed &amp; Breakfast" HotelName="The Ritz-Carlton Hotel de la Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 11, 1201 Geneva</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/95/3b95c40e3c29cb240f2a7d758dad7ada775939cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious Geneva hotel is located within metres of links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14700.19" OriginalAmount="14554.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.2077446" Longitude="6.1485958" StarRating="5" HotelCode="|9901" HotelName="The Ritz-carlton,  De La Paix, Geneva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Quai Du Mont Blanc,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/9/0/1/9901_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a concierge. Pets are allowed. The establishment also offers air-conditioning.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15366.18" OriginalAmount="15214.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.209195310321" Longitude="6.1498439311981" StarRating="5" HotelCode="10729|25654|Bed &amp; Breakfast" HotelName="Beau Rivage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/11/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Quai du Mont-Blanc 13, 1201 Genève</AddressLine>
          </AddressLines>
          <CityName>Geneva</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b1/a2b1507e5bf4232d6b5e147dad51dbaaf705a670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in downtown Geneva, by Lake Geneva. The hotel is around 800 m from Cornavin tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access,Massage Centre,Jacuzzi,Lounge,Garden,Kitchen,Spa,Swimming Pool,Elevator,Meeting Room,Parking</BasicAmenities>
    <HotelRating>4,3,5,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,AIRPORT HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,SPA 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
f54c9e4e-1682-4c72-ab2e-d1bfb6b88582|RestelSearch|successfull supplier interation||Restel|True