<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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
eb6d8d39-9488-4d43-a273-9bff5d56c4ce|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="eb6d8d39-9488-4d43-a273-9bff5d56c4ce">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="5890" DestinationId="0" CityId="0" />
    <StayDateRange Start="2024-12-28T00:00:00" End="2025-01-01T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Ezevisatravel" Password="Karachi@1" RequestedCurrency="PKR" ClientNationality="PK" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
eb6d8d39-9488-4d43-a273-9bff5d56c4ce|HotelsProSearch|exception while supplier interation: Exception||HotelsPro|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
eb6d8d39-9488-4d43-a273-9bff5d56c4ce|PaximumSearch|supplier interation failed||Paximum|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
eb6d8d39-9488-4d43-a273-9bff5d56c4ce|TravcoSearch|successfull supplier interation||Travco|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
eb6d8d39-9488-4d43-a273-9bff5d56c4ce|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
eb6d8d39-9488-4d43-a273-9bff5d56c4ce|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
eb6d8d39-9488-4d43-a273-9bff5d56c4ce|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
eb6d8d39-9488-4d43-a273-9bff5d56c4ce|DOTWSearch|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
eb6d8d39-9488-4d43-a273-9bff5d56c4ce|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="2024-10-26T11:48:18.8820977+01:00" Version="0" EchoToken="Search" TransactionIdentifier="eb6d8d39-9488-4d43-a273-9bff5d56c4ce" Currency="PKR">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="239458.51" OriginalAmount="223793" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.882593405439" Longitude="4.717101752758" StarRating="1" HotelCode="183012|74226" HotelName="Ibis budget Leuven Centrum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Martelarenlaan 10, 3010 Leuven</AddressLine>
          </AddressLines>
          <CityName>Leuven</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/256476/a_256476_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Leuven.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266223.49" OriginalAmount="248807" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.793329" Longitude="4.299849" StarRating="1" HotelCode="212713|78468" HotelName="Ibis budget Brussels South Ruisbroek" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Vorstsesteenweg 100, 1601 Ruisbroek</AddressLine>
          </AddressLines>
          <CityName>Ruisbroek</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/301374/a_301374_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Ruisbroek.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="274048.40" OriginalAmount="256120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.882277" Longitude="4.437027" StarRating="1" HotelCode="185204|74224" HotelName="Ibis budget Brussels Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Bessenveldstraat, 1831 Diegem</AddressLine>
          </AddressLines>
          <CityName>Diegem/Machelen</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/259146/a_259146_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Diegem/Machelen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="293765.29" OriginalAmount="274547" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.776023" Longitude="4.300825" StarRating="3" HotelCode="189380|76560" HotelName="Best Western Hotel Brussels South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>E19 Paris-Brussels, Ruisbroek 1601</AddressLine>
          </AddressLines>
          <CityName>Ruisbroek</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/265690/a_265690_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Brussels. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="296536.59" OriginalAmount="277137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.925307861242" Longitude="4.4351345300674" StarRating="3" HotelCode="70787|76104" HotelName="Campanile Brüssel Vilvoorde" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Luchthavenlaan 2, 1800 Vilvoorde</AddressLine>
          </AddressLines>
          <CityName>Vilvoorde</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/93149/a_93149_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near Zaventem International Airport and 2 minutes’ walk from Vilvoorde Station where there are also links to the public transport network, as well as the buses and trains. It is less than 10 minutes by train to Brussels where guests will find the Atomium, Brussels Expo and the Grand Place.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="298911.99" OriginalAmount="279357" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.880205" Longitude="4.697554" StarRating="3" HotelCode="96235|35624" HotelName="ibis Leuven Centrum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Brusselsestraat 52, 3000 Leuven</AddressLine>
          </AddressLines>
          <CityName>Leuven</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/133685/a_133685_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the historical centre of Leuven, close to a bus stop, Old Market Square, St. Peter’s Church, the university, theaters, the M-Museum and shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304623.65" OriginalAmount="284695" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.854529" Longitude="4.658394" StarRating="3" HotelCode="196807|198577" HotelName="ibis Leuven Heverlee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sint-Jansbergsesteenweg 405, 3001 Heverlee</AddressLine>
          </AddressLines>
          <CityName>Leuven</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/281940/a_281940_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Leuven. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="320520.64" OriginalAmount="299552" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.884442" Longitude="4.444353" StarRating="3" HotelCode="28872|14276" HotelName="Pentahotel Brussels Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Berkenlaan 5, 1831 Diegem</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/42625/a_42625_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 5 km away from Brussels airport. In only a few minutes' drive, guests will reach the centre of the Belgian metropolis. Sightseeing attractions, such as the Grand Place with the Gothic town hall, the Männeken Pis or the Atomium are only around 15 km from the hotel. The nearest public transport is located around 1 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="347824.90" OriginalAmount="325070" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.810478" Longitude="4.302997" StarRating="3" HotelCode="103050|69102" HotelName="Campanile Brüssel Drogenbos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>W.A. Mozartlaan 11, 1620 Drogenbos</AddressLine>
          </AddressLines>
          <CityName>Drogenbos</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/143952/w_143952_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Drogenbos. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="351583.81" OriginalAmount="328583" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.881443" Longitude="4.437151" StarRating="3" HotelCode="129970|34989" HotelName="ibis Brussels Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bessenveldstraat 17B, 1831 Diegem</AddressLine>
          </AddressLines>
          <CityName>Diegem/Machelen</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/187533/a_187533_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Diegem/Machelen. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="353823.32" OriginalAmount="330676" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.88278632" Longitude="4.44856777" StarRating="3" HotelCode="525726|261521" HotelName="Park Inn By Radisson Brussels Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Grensstraat 3, Twin Squares Prater Building, 1831 Diegem, Machelen</AddressLine>
          </AddressLines>
          <CityName>Diegem/Machelen</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/55/559262/559262a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Diegem/Machelen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="360190.89" OriginalAmount="336627" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.893155" Longitude="4.461637" StarRating="3" HotelCode="79755|184514" HotelName="Novotel Brussels Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Da vinci laan 25, Bedrijvenzone Diegem-Vuurberg, Brussels, Diegem 1831</AddressLine>
          </AddressLines>
          <CityName>Diegem/Machelen</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107944/a_107944_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Diegem/Machelen. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="364425.95" OriginalAmount="340585" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.711433680909" Longitude="4.3992359497375" StarRating="3" HotelCode="96241|407368" HotelName="ibis Brussels Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Henri Rolin 5A, 1410 Waterloo</AddressLine>
          </AddressLines>
          <CityName>Waterloo</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/133694/a_133694_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Waterloo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="364637.81" OriginalAmount="340783" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.885835688731" Longitude="4.7107082727052" StarRating="4" HotelCode="61727|35626" HotelName="Novotel Leuven Centrum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vuurkruisenlaan 4, 3000 Leuven, Belgium</AddressLine>
          </AddressLines>
          <CityName>Leuven</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/79826/a_79826_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Leuven. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="365242.36" OriginalAmount="341348" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.877079807627" Longitude="4.7038630230436" StarRating="3" HotelCode="372119|35625" HotelName="pentahotel Leuven" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alfons Smetsplein 7, 3000 Leuven</AddressLine>
          </AddressLines>
          <CityName>Leuven</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/71273/a_71273_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located in the centre of Leuven, close to the town hall. A public transport stop is only a short walk away (around 200 m).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="378960.83" OriginalAmount="354169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.888894868462" Longitude="4.4469121098518" StarRating="4" HotelCode="56584|32602" HotelName="NH Brussels Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>De Kleetlaan 14, 1831 Diegem, Brüssel, Belgium</AddressLine>
          </AddressLines>
          <CityName>Diegem/Machelen</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/73339/a_73339_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of the airport business district, within 2 km of Brussels airport. The main roads as well as various motorways may easily be accessed and the NATO headquarters are around 2 km away whilst it is some 10 minutes drive to Brussel’s Grand Place. The railway station is 1 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="386189.75" OriginalAmount="360925" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.883881179716" Longitude="4.4425883889198" StarRating="4" HotelCode="39368|184555" HotelName="Holiday Inn Airport Brussels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Holidaystraat 7, 1831 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/64961/a_64961_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable holiday is quietly located in close proximity to Brussels airport. There is a golf club to be found just a short drive away and it is 500 m to links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="386993.32" OriginalAmount="361676" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.877465" Longitude="4.5046199999999" StarRating="3" HotelCode="103014|412034" HotelName="Taormina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Leuvensesteenweg 606-608, Nossegem, 1930 Zaventem</AddressLine>
          </AddressLines>
          <CityName>Zaventem</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/210394/210394a_hb_a_026.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zaventem. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="393512.83" OriginalAmount="367769" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.878317" Longitude="4.719362" StarRating="3" HotelCode="171130|35627" HotelName="Park Inn by Radisson Leuven Hotel" 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,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Martelarenlaan, 36, 3010 Leuven</AddressLine>
          </AddressLines>
          <CityName>Leuven</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/151071/151071a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located across the street from Leuven's central train station. Guests will find the town hall about 1 km away and it is roughly 1.5 km to the Grand Place and St. James' Church. The historic centre of Leuven, with the Grand Beguinage and the Catholic University, is 2 km away. It is approximately 20 km to Brussels Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="411422.49" OriginalAmount="384507" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.815217" Longitude="4.272138" StarRating="3" HotelCode="34310|53748" HotelName="ibis Brussels Erasmus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Route de Lennik 790, Anderlecht, 1070 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54653/a_54653_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Brussels. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="424507.52" OriginalAmount="396736" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.84318994837" Longitude="4.3328967690468" StarRating="3" HotelCode="59338|5628" HotelName="Slina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chaussée de Mons 115-117, 1070 Bruxelles</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/76847/a_76847_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre of Brussels, near the Grand Place. It is approximately 500 m to Clémenceau metro station from the hotel. Brussels airport is 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="433816.52" OriginalAmount="405436" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.859290558926" Longitude="4.4140483438969" StarRating="4" HotelCode="34542|6778" HotelName="Gresham Belson" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue des Anciens Combattants - Oudstrijderslaan 1, 1140 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54656/a_54656_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the suburbs of Brussels midway between the airport and the City Centre. It is a short drive from the centre of Brussels and the nearest station is Roodebeek. Guests will also find restaurants and shops in the immediate vicinity of the hotel. Nato Headquarters is only 2 km from the hotel and it is 15 km to Autoworld. Antwerp is a 35-minute drive away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="434080.81" OriginalAmount="405683" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.841484088517" Longitude="4.3961562747993" StarRating="4" HotelCode="77503|55166" HotelName="Best Western Plus Park Hotel Brussels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de l'Yser 21, 1040 Brüssel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/105175/a_105175_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Brussels. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="436597.45" OriginalAmount="408035" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.841932145155" Longitude="4.3696213558197" StarRating="2" HotelCode="916474|49719" HotelName="Aparthotel Adagio access Brussels Europe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>rue de l'industrie 12, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/279302/a_279302_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 6-minute walk from a metro station, and a 10-minute walk from many cafés, bars, shops, restaurants, sightseeings, and art and cultural experiences.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="440667.73" OriginalAmount="411839" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.8453" Longitude="4.36036" StarRating="0" HotelCode="977729|494995" HotelName="Roxi Residence Brussels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hippokrateslaan 14, 1932 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/39000000/38290000/38281000/38280939/d1324e15_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="450628.36" OriginalAmount="421148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.855447" Longitude="4.367049" StarRating="3" HotelCode="82684|219304" HotelName="Hôtel Villa Royale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Royale 195, 1210 Bruxelles</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/222279/222279a_hb_a_024.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Brussels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="451261.80" OriginalAmount="421740" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.864917149852" Longitude="4.3590181104507" StarRating="4" HotelCode="29368|12974" HotelName="The President - Brussels Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Du Roi Albert II 44, 1000 Brüssel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47324/a_47324_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This grand hotel lies in the business and government ministry quarter of Brussels, only 3 blocks from the Gare du Nord railway station and some 5 minutes' taxi ride from the famous Grand Place.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="464450.62" OriginalAmount="434066" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.869911750916" Longitude="4.4054907560349" StarRating="4" HotelCode="34312|25643" HotelName="Courtyard Brussels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue des Olympiades 6, 1140 Brüssel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54657/a_54657_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the suburbs of Brussels, just a short drive from the centre. The train station is just 1 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="466353.08" OriginalAmount="435844" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.847684064961" Longitude="4.4037144576721" StarRating="3" HotelCode="76600|173030" HotelName="Diamant Suites Brussels EU" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Auguste Reyers 136, 1030 Brussel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/614801/614801a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The perfect solution for your short (from 1 night) and long stays in the capital of Europe! Whether you are in Brussels for business or for leisure, Diamant Suites Brussels EU is the ideal location. We offer you privacy, comfort, high standard, fully furnished and comfortable studios and penthouse apartments. All recent studios and apartments have a fully equipped kitchen and a modern living space.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="468102.53" OriginalAmount="437479" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.84674" Longitude="4.294998" StarRating="3" HotelCode="296247|173006" HotelName="Phenix" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Central Heating,Fax,Printer,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Chaussée de Ninove 685, 1070 Bruxelles</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442001/442001a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 5 km from Brussels' Grand-Place, Hôtel Phénix provides soundproof rooms with free WiFi and a modern décor. Brussels-South Train Station is a 10-minute drive from this design hotel.

Each room comes with a flat-screen TV and a telephone. The bathroom is equipped with a shower or a bathtub, a hairdryer and free toiletries. The suites feature a private terrace as well.

Restaurants and shops can be found in the same street as Hôtel Phénix, within walking distance. A supermarket is located 100 metres from the hotel.

Several bus stops are a 200-metres walk from the Phénix, offering a connection to the centre of Brussels. The Basilica of the Sacred Heart is 2 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="482663.09" OriginalAmount="451087" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.831035455321" Longitude="4.3565632402897" StarRating="4" HotelCode="13418|723" HotelName="Pentahotel Brussels City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Chaussée de Charleroi 38, 1060 Brüssel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14151/a_14151_I2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located near the elegant Avenue Louise in the business centre of Brussels. Brussels International Airport is approximately 15 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="486420.93" OriginalAmount="454599" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.856375" Longitude="4.3583" StarRating="3" HotelCode="47627|3386" HotelName="Siru" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Central Heating,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue des croisades, Brussels 1210</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/158847/158847a_hb_a_932.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Place Rogier, the hotel is only a 5-minute walk to Brussels’ city centre. Moreover, it is located 200 m away from Rogier metro station, while Brussels’ largest range of shops at Rue Neuve is just 500 m away. Brussels North station is a 5-minute walk from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="489134.45" OriginalAmount="457135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.844898" Longitude="4.382523" StarRating="4" HotelCode="49076|13118" HotelName="NH Brussels EU Berlaymont" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Charlemagne 11-19, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/34270/a_34270_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern and fashionable hotel is situated at the heart of the European quarter of Brussels. The city centre is easily within walking distance and links to the public transport system are only 150 m from the hotel. The Grand Place and the famous shopping streets such as the Avenue Louis lie just 4 stops away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="491717.43" OriginalAmount="459549" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.834154" Longitude="4.360574" StarRating="3" HotelCode="36060|56072" HotelName="Beverly Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Rue du Prince Royal, 1050 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/58882/a_58882_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Brussels. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="494430.95" OriginalAmount="462085" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.826252741888" Longitude="4.3636684119701" StarRating="5" HotelCode="67875|55215" HotelName="Le Chatelain Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 21/12/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Châtelain 17, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/152933/152933a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 50 m from the Avenue Louise shopping district. The Horta Museum is 750 m away and Louise metro station is only about 1 km away. Brussels Central train and metro station is approximately 2 km away and the city centre roughly 5 km away. Bois de la Cambre park with its lake is about 2 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="499210.64" OriginalAmount="466552" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.843965" Longitude="4.375594" StarRating="4" HotelCode="175412|22957" HotelName="Thon Hotel EU" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Loi/Wetstraat 75, 1040 Brüssel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/153491/153491a_hb_a_028.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently situated in the EU district. It is only 140 m from Maelbeek metro station. The hotel is a 10-minute walk from the European Parliament and the Council of the European Union. Brussels-Schuman railway station is 400 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="500791.03" OriginalAmount="468029" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.827457" Longitude="4.353741" StarRating="3" HotelCode="903687|55688" HotelName="The Neufchatel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Neufchatel 34, 1060 Bruxelles</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/214181/214181a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Brussels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="503524.88" OriginalAmount="470584" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.836551993789" Longitude="4.3606281280518" StarRating="3" HotelCode="181021|184531" HotelName="Aqua Brussels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Stassart 43, 1050 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/254201/a_254201_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Brussels. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="504812.09" OriginalAmount="471787" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.840723903502" Longitude="4.3836790323257" StarRating="3" HotelCode="34311|184468" HotelName="Holiday Inn Brussels - Schuman" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 22/12/2024">
        <Address>
          <AddressLines>
            <AddressLine>Breydelstraat 20-24, 1040 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54654/a_54654_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of the institutions of the European Union, next to the parliament, Borschette building and council, the hotel is ideal for business travellers. Guests can find the nearest public transport connections roughly 1 km away, Brussels South Charleroi Airport is approximately 7 km from the hotel and it is about 3 km to Brussels Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="507830.16" OriginalAmount="474607.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.70609892" Longitude="4.20915349" StarRating="4" HotelCode="396684|2055915" HotelName="Martin's Red" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/12/2024" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>484 Rue de Bruxelles, 1480 Tubize</AddressLine>
          </AddressLines>
          <CityName>Tubize</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/55/550522/550522a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tubize.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="508170.82" OriginalAmount="474926" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.845597" Longitude="4.382453" StarRating="4" HotelCode="89964|46883" HotelName="New Charlemagne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Charlemagne 25/27, B-1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/125899/w_125899_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is an 11-minute walk to Parc du Cinquantenaire and a 6-minute walk to a metro station with trains connecting guests to the Royal Art Museums, the Magritte Museum, the Opera House, the Grande Place, the Royal Palace and the recreational Brupark.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="508689.77" OriginalAmount="475411" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.837424348422" Longitude="4.4060701131821" StarRating="4" HotelCode="161354|172951" HotelName="B-Apart Montgomery" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Tervueren 149, 1150 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/132030/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Brussels. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="511956.48" OriginalAmount="478464" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.84674919" Longitude="4.39064811" StarRating="1" HotelCode="368383|219299" HotelName="Hôtel Satellite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Internet,LCD/Projector">
        <Address>
          <AddressLines>
            <AddressLine>Franklin Street 157B, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/524486/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hôtel Satellite in Brussels (European Quarter), you'll be convenient to Jubilee Park and European Union Parliament Building. This hotel is within close proximity of European Commission Headquarters and Schuman Plein.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 10 guestrooms featuring refrigerators and flat-screen televisions. Complimentary wired and wireless Internet access keeps you connected, and cable programming provides entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include desks and minibars, and you can also request rollaway/extra beds.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="512816.76" OriginalAmount="479268" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.821308" Longitude="4.366377" StarRating="3" HotelCode="77881|54244" HotelName="Capital" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>191 Chaussee de Vleurgat, 1050 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/105618/a_105618_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Brussels. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="520336.72" OriginalAmount="486296" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.84608278" Longitude="4.3717457" StarRating="3.5" HotelCode="510615|172977" HotelName="Courtyard Brussels EU" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Joseph II 32, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/55/550964/550964a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Brussels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="524917.39" OriginalAmount="490577" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.820899822674" Longitude="4.3531046277446" StarRating="3" HotelCode="12609|1307" HotelName="Catalonia Brussels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenue De Haut-Pont 2, Hoge Bruglaan, 1060 Brüssel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/12890/a_12890_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, which is situated in the centre of Brussels, was opened in 1964. It is only a short drive from the Grand Palace and a variety of shopping venues. The closest station (Louise) is situated in the immediate vicinity. The tourist centre and the train-station are both in the area. The airport is 12 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="529927.13" OriginalAmount="495259" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.846157356607" Longitude="4.3843261654314" StarRating="4" HotelCode="77826|55484" HotelName="B-Aparthotel Ambiorix" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Square Ambiorix 28, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/c8/08/c808cb928a60d5547e7718b4da0542331322b562.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Brussels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="531841.36" OriginalAmount="497048" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.850603" Longitude="2.8859170000001" StarRating="2" HotelCode="153467|427976" HotelName="Regina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 23/12/2024">
        <Address>
          <AddressLines>
            <AddressLine>Grote Markt 45, 8900 Ieper</AddressLine>
          </AddressLines>
          <CityName>Ypres</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/215024/215024a_hb_a_031.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 2 star hotel is located in the city centre of Ieper. It is a short drive away from the In Flanders Fields Museum and the nearest station is Ieper.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="532050.01" OriginalAmount="497243" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.855884809199" Longitude="4.3573344355819" StarRating="4" HotelCode="63929|6776" HotelName="Thon Hotel Brussels City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Avenue du Boulevard 17, 1210 Brüssel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/82377/w_82377_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre, beside the new business district "Espace Nord" and the Belgian government area. Furthermore it takes just 5 minutes to get to the Grand Place on the surrounding pedestrianised streets lined with shopping malls (Rue Neuve &amp; City 2). The hotel is also next to an underground station providing access to the European Parliament within a few stops, and the North train station, with direct trains to Brussels International Airport (departing every 20 minutes), which is approximately 10 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="533377.10" OriginalAmount="498483.27" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|160527" HotelName="VILLA ROYALE" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1588241_foto_1.jpg</HotelPictures>
        <HotelDescription>Brussels-North Railway Station is a 10-minute walk from the hotel. The key sights of the centre of Brussels, including the Grand Place and Brussels City Museum, are 20 minutes' walk away. The nearest tram stop is next to the hotel, offering links to the Royal Palace as well as several museums. The rooms at Hotel Villa Royale have a minibar, TV and a work desk. THe modern en suite bathrooms have a shower. There is a 24-hour reception at Hotel Villa Royale and a shuttle service available upon request for an extra charge. 
Sint-Joost-ten-Node is a great choice for travellers interested in shopping, waffles and chocolate. We offer rooms with free Wi-fi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="533866.87" OriginalAmount="498941" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.839462" Longitude="4.33851" StarRating="4" HotelCode="298325|49723" HotelName="Mercure Brussels Centre Midi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Jamar 25-29, 1060 Bruxelles</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/406517/a_406517_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Brussels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="536676.69" OriginalAmount="501567" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.890920157705" Longitude="4.4596740603447" StarRating="4" HotelCode="38574|66422" HotelName="Crowne Plaza Brussels Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Da Vincilaan 4, 1831 Diegem, Brussels</AddressLine>
          </AddressLines>
          <CityName>Diegem/Machelen</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=981664</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Diegem and is only a stone's throw from Brussels national airport. It lies directly beside the Brussels ring road, which leads to the capitals of all the Benelux countries. The nearest station can be found some 2.5 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="537100.66" OriginalAmount="501963.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.854792" Longitude="4.356882" StarRating="2" HotelCode="187441|140494" HotelName="Manhattan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="24 Hour Power Supply,Central Heating,Internet,Meeting Room,Pets allowed,Shopping Arcade,Smoking Rooms,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Adolphe Max 132-140, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/131506/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property enjoys a prime location in Brussels. The Hotel was built in 1930. The property features 62 rooms. The property consists of 13 single rooms, 30 double rooms, 14 triple rooms and 5 quadruple rooms. Established in the city center, the hotel offers easy access to the city and all its attractions. The Hotel is located near the main railway and bus stations in the city. The Hotel is located a few minutes drive from the network transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="537385.03" OriginalAmount="502229" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.826835" Longitude="4.364881" StarRating="3" HotelCode="78994|40345" HotelName="ibis Styles Brussels Louise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louise 212, 1050 Bruxelles</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/106974/a_106974_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located across from a tram stop, near the convention center and close to Place du Châtelain. Brussels Grand Place, Manneken Pis and Cinquantenaire Park are within 3 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="543298.92" OriginalAmount="507756" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.840071" Longitude="4.380194" StarRating="3" HotelCode="166549|27519" HotelName="Aloft Brussels Schuman" 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,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Place Jean Rey, Brussels 1040</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/233352/a_233352_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located opposite the Schuman metro station and is close to key EU institutions, offering easy access to the entire Brussels area. Grand Place and the centre of Brussels is 5 minutes on public transport and other places if interest include Sablon (2 km away), Magritte Museum (1.7 km away), Atomium (5 km away) and Leuven (20 minutes by car).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="547513.65" OriginalAmount="511695" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.820433540203" Longitude="4.3701021929811" StarRating="4" HotelCode="26010|6103" HotelName="Hotel Barsey by Warwick" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louise 381-383, 1050 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/38051/w_38051_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated at the heart of Brussels directly on the exclusive Avenue Louise. In the surrounding area, guests will find numerous fashion and designer shops, sightseeing attractions such as the royal palace, the historical Sablon quarter as well as a large park. In addition, the main train station is only around 15 minutes away and the airport is roughly a 20-minute drive.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="551237.41" OriginalAmount="515175.15" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|248237" HotelName="MARTIN'S RED TUBIZE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFASTBED &amp; BREAKFASTBED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1027723_foto_1.jpg</HotelPictures>
        <HotelDescription>Martin's Red is located on the site of the Belgian Football Center in Tubize � the training centre of the Red Devils as well as many other teams in all categories (professional teams, up-and-coming hopefuls, foreign delegations, ...). The hotel offers facilities optimised for players training in the centre, but it also gives preferential treatment to holiday-makers and business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="553043.41" OriginalAmount="516863" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.844185814159" Longitude="4.3474262952805" StarRating="3" HotelCode="10736|2238" HotelName="Bedford Hotel &amp; Congress Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Midi 135-137, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/8667/f_8667_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the heart of Brussels, close to Anneessens underground station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="554945.87" OriginalAmount="518641" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.83934" Longitude="4.33889" StarRating="2" HotelCode="78714|207895" HotelName="De France" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Jamar 21-23, 1060 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/106652/a_106652_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Brussels. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="555568.61" OriginalAmount="519223" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.829997" Longitude="4.356228" StarRating="3" HotelCode="297073|39050" HotelName="ibis Styles Brussels Centre Stephanie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chaussee De Charleroi 66, 1060 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/405155/a_405155_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the center of Brussels, near Place Stephanie and Avenue Louise. It is also close to the Grand-Place, the Royal Palace, the Manneken Pis and EU institutions, and an 8-minute walk from a metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="555748.87" OriginalAmount="519391.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.84559338716" Longitude="4.3822406957008" StarRating="4" HotelCode="28871|90023" HotelName="Martin's Brussels EU" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Charlemagne 80, 1000 Brüssel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/42624/a_42624_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is splendidly situated for anyone who decides to visit Brussels and experience its wealth of culture on foot, by metro or by car, with the centre about 2 km away. Restaurants and bars can be found in the immediate vicinity. In addition, as the hotel is just opposite the Berlaymont, its residents benefit from the transport infrastructures provided for the Europhiles. With the metro it is just 10 minutes to the Gare du Midi railway station, while the Airport Express Bus is virtually on the doorstep. The Atomium and Mini Europa are both about 4 km away. Brussels airport is 7 km away. Charleroi-Brussels South airport is only 45 km away and easily accessible.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="559790.83" OriginalAmount="523169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.848783" Longitude="4.3688070000001" StarRating="4" HotelCode="930968|172954" HotelName="B Aparthotel Regent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard du Régent 58, 1000 Brussel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/131604/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Brussels. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="564614.39" OriginalAmount="527677" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.850664318709" Longitude="4.3370899984295" StarRating="3" HotelCode="332938|172957" HotelName="Hotel Belvue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Bar,Bicycle Rental,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Evariste Pierron, 1080 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/524510/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Brussels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="566638.83" OriginalAmount="529569" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.845055331785" Longitude="4.3820621111608" StarRating="4" HotelCode="89963|25644" HotelName="First Euroflat" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Charlemagne 50, 1000 Bruxelles</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/125898/l_125898_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the immediate proximity of the European Union buildings, at Schuman station. It lies 500 m from the nearest restaurants and shops and 1 km from the city centre. Brussels Airport is just 12 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="567481.99" OriginalAmount="530357" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.848141" Longitude="4.353104" StarRating="3" HotelCode="59332|14950" HotelName="Floris Arlequin Grand Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Fourche 17-19, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/76840/a_76840_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is not only located directly on Brussels’ main market square, but at the heart of the pedestrianised zone that is famous for its countless restaurants. It is just 5 minutes walk to the main railway station; Thalys trains and the Eurostar arrive at Brussels Midi station, which is just a short taxi ride away. It is a mere 200 m to the nearest links to the public transport and an array of shopping venues.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="568134.69" OriginalAmount="530967" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.83668907" Longitude="4.3394941" StarRating="3" HotelCode="958648|399203" HotelName="B&amp;B Hotel Brussels Centre Gare Du Midi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Fonsny 10, 1060 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/30916/3830916/1.jpg?f=15665598</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="577842.80" OriginalAmount="540040" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.85097" Longitude="4.364454" StarRating="3" HotelCode="29367|5820" HotelName="Best Western Royal Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Rue Royale, 1000 Bruxelles</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47323/a_47323_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located at the heart of Brussels just a few paces from the famous Grand Place. It is also just a short walk to the royal palace and the popular antiques market. A tram station lies close to the hotel and offers excellent links to nearby venues and there are an abundance of cafés and restaurants situated in the near vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="581805.01" OriginalAmount="543743" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.8324046359" Longitude="4.3598283294477" StarRating="4" HotelCode="12577|5293" HotelName="Zoom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Concorde 59, 1000 Bruxelles</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/07/074541/074541a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Brussels. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="581852.09" OriginalAmount="543787" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.879202039817" Longitude="4.6966284513474" StarRating="4" HotelCode="55703|198578" HotelName="Martin's Klooster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Onze-Lieve-Vrouwstraat 18, 3000 Leuven</AddressLine>
          </AddressLines>
          <CityName>Leuven</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/72145/w_72145_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated on the Ile de la Dyle, the historic centre of Louvain, hidden away in a typical cobbled street and surrounded by Flemish medieval and renaissance architecture.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="582174.16" OriginalAmount="544088" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.833517247854" Longitude="4.3544617809856" StarRating="4" HotelCode="337411|12918" HotelName="NH Brussels Stéphanie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Jean Stas 32, 1060 Brüssel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/56181/a_56181_G2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel lies in a peaceful location, although close to the famous Avenue Louise and only a few steps away from the European Parliament and the City Business Center. The hotel is strategically ideal with public transport within easy reach, around 500 m away. The main train station, Midi, is only a short walk and can be reached within 10 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="583512.73" OriginalAmount="545339" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.855178" Longitude="4.366526" StarRating="4" HotelCode="13038|12925" HotelName="Hotel NH Brussels Bloom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue Royale-Koningsstraat 250, 1210 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/13489/a_13489_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Rue Royale in central Brussels, beside Brussels' inner ring road and adjacent to the beautiful Botanic Gardens. This central Brussels hotel is just 20 metres away from the nearest underground train station, as well as tram and bus links at Botanique. Guests will find shops and restaurants 500 metres from the hotel and it is 1 km to the Royal Palace and 1.2 km to the Royal Museum of Fine Arts. The nearest rail connection is Gare du Nord, which is also 500 metres away and it is 12 km to Brussels Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="583538.41" OriginalAmount="545363" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.836129" Longitude="4.338714" StarRating="3" HotelCode="23103|1387" HotelName="ibis Brussels Centre Gare Midi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue d'Angleterre 2-20, 1060 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/30490/a_30490_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located across from the Gare du Midi train station (Thalys, Eurostar and ICE), within 2 km from the Grand-Place of Brussels, the City Center and the Manneken Pis Fountain.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="585550.01" OriginalAmount="547243" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.837082" Longitude="4.335152" StarRating="4" HotelCode="212712|42285" HotelName="Pullman Brussels Centre Midi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Victor Horta 1, 1060 Brüssel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/301373/a_301373_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the international train station of Gare du Midi (easy access to the rest of Belgium, international travel with Thalys and Eurostar), and just a 15 minute walk from Grand Place Brussels, Rue Neuve and Manneken Pis.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="585968.38" OriginalAmount="547634" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.855711244405" Longitude="4.3597269058228" StarRating="4" HotelCode="28875|25645" HotelName="Hilton Brussels City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Charles Rogier 20, 1210 Brüssel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/42628/a_42628_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is located in city of Brussels, directly beside Rogier métro station. A diverse selection of shopping and entertainment venues are to be found in the near vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="586327.90" OriginalAmount="547970" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.834809761745" Longitude="4.3538682845926" StarRating="3" HotelCode="57806|3824" HotelName="Citadines Toison d'Or Brussels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de la Toison d'Or 61-63, 1060 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/74900/a_74900_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the lively and modern area of Louise Avenue and the Avenue de la Toison d'Or. Many famous boutiques, restaurants and cinemas are located in this trendy area. Bars and nightclubs are to be found 10 minutes from the hotel. A supermarket is located in the vicinity of the hotel (open Monday to Saturday until 8 pm). A bus station and a diverse range of shops are located close by. The train station, Gare Bruxelles Midi, is approximately 1 km away (3 stops on the underground), whilst Charleroi Brussels South airport is about 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="588135.13" OriginalAmount="549659" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.837456878769" Longitude="4.3722197686002" StarRating="4" HotelCode="81856|10998" HotelName="Radisson Red Brussels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue d'Idalie 35, 1050 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/110532/a_110532_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the trendy European Quarter, the establishment has a fantastic design and offers first-class service. It is within walking distance of all the European Institutions and just 3 km away from the historic centre of Brussels. Bars, pubs and restaurants are some 250 m from the hotel, and shopping venues are about 1.5 km away. Links to the underground/city train network are about 600 m away and the bus station is some 3 minutes' walk from the hotel. Brussels Midi-South railway station is approximately 1 km away and Brussels International Airport is 12 km from the hotel. Brussels South Charleroi Airport is some 55 km from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="588701.16" OriginalAmount="550188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.844191828828" Longitude="4.3363254664733" StarRating="3" HotelCode="28893|5822" HotelName="Van Belle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chaussée de Mons 39, 1070 Brüssel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/42653/w_42653_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is located in the Belgian capital of Brussels between the city centre and the Gare du Midi. A free-of-charge shuttle bus transfers hotel guests to the main sights of interest including the architecturally magnificent Grand Place, the wonderful bourgeoisie square with a gothic town hall and the nearby Saint Michel Cathedral. The Männeken Pis, a 60 centimetre-tall bronze statue in the old town is very popular with tourists. Further sights of interest include the Arc de Triomphe in Cinquantenaire Park as well as the art Deco Sacre Coeur Basilica. Public transport links may all be found only 200 metres from the hotel, allowing guests to explore this interesting city extensively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="595173.59" OriginalAmount="556237" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.84293" Longitude="4.346353" StarRating="2" HotelCode="142664|219177" HotelName="A La Grande Cloche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Rouppe 10, 1000 Brussel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/131782/6fc2fdf480e612a0fd0b486b7ddd6cca.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Brussels. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="601871.92" OriginalAmount="562497.12" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|980366" HotelName="NEW HOTEL CHARLEMAGNE" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/869_image49578790_0.jpg</HotelPictures>
        <HotelDescription>Newhotel Charlemagne is set in the heart of the European Quarter in Brussels and lies 300 m from the European Commission and Schuman Metro Station. It benefits from rooms with a minibar, an on-site restaurant and free WiFi throughout the property. Car rental is available. 
Each of the rooms at Newhotel come furnished with a work desk and a seating area with satellite TV. The rooms are also equipped with a Nespresso coffee machine which can be used for an extra charge. 
An American-style breakfast buffet is available each morning. The restaurant serves international dishes in a casual yet elegant setting. At the bar, guests can enjoy a light snack or drink including local Belgian beers and a selection of cocktails. 
Brussels Central Railway Station is 4 metro stops away. The Council of the European Union is 450 m from the hotel. Parc du Cinquantenaire is less than a 10-minute walk away. The well-known Grand Place and the Manneken Pis Statue are 3.5 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="604190.48" OriginalAmount="564664" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.838198183134" Longitude="4.3714601693115" StarRating="4" HotelCode="28889|25642" HotelName="Renaissance Brussels Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Parnasse 19, 1050 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/006264/006264a_hb_a_033.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located in the so-called European district of the city, close to the European Parliament. It is just a stone's throw to links to the public transport network and the Grand Place, the city centre and the famous Avenue Louise that features a selection of exclusive boutiques and shops are all situated within a short walk of the hotel. Brussels airport is some 13 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="605920.67" OriginalAmount="566281" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.849424" Longitude="4.367276" StarRating="3" HotelCode="130076|55068" HotelName="Hotel Du Congres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Congres 42, 1000 Bruxelles</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/210147/210147a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Brussels. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="606464.23" OriginalAmount="566789" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.840839" Longitude="4.338658" StarRating="5" HotelCode="76782|12896" HotelName="Hotel Be Manos, BW Premier Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Square de l’aviation 23-27, 1070 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/49/494325/rCPOvLF4_a929b3e81507acc64345816b4985f031.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Design Boutique Luxury Hotel is located in Brussels, next to the Thalys and Eurostar Terminal.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="607057.01" OriginalAmount="567343" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.83800464" Longitude="4.33187822" StarRating="3" HotelCode="766604|343237" HotelName="Appart City Confort Bruxelles Centre Midi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Rue Rossini 38A, Anderlecht, 1060 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/639917/639917a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Brussels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="607923.03" OriginalAmount="568152.36" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|803246" HotelName="NH BRUSSELS STEPHANIE" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/207652_fotpe1_1_FACHADA.jpg</HotelPictures>
        <HotelDescription>The NH Stephanie hotel in Brussels is located in the city center, just around the corner from the internationally renowned shops on Avenue Louise. It is also very close to Place Louise, a hub providing bus, tram and metro connections to reach the heart of the historic city and the Midi railway station with its Eurostar and Thallys connections. The Royal Palace and Parc de Bruxelles are just a 15 minute stroll away. Place Poelart with its impressive Law Courts and stunning views over the city is a five minute walk away and also the point of departure for tours around the city. H Stephanie has 67 rooms, with 55 spacious standard rooms with city view and 12 large and elegantly furnished superior rooms. The lobby provides a setting where guests can work or relax over a drink, or stop for a light lunch or dinner in the Lobby bar. 


The NH Stephanie in Brussels can provide paid on-site parking (limited space) for small and normal sized cars and parking spaces at the entrance for larger vehicles.  </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="611049.18" OriginalAmount="571074" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.852905697214" Longitude="4.4484651088715" StarRating="4" HotelCode="75355|173050" HotelName="Tangla Hotel Brussels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Emmanuel Mounier 5, Woluwé St Lambert, 1200 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/102611/a_102611_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the suburbs of Brussels, the nearest station is Alma Station. The nearest shopping venues are just 2 km away whilst it is 10 km to the main train station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="613083.25" OriginalAmount="572975" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.828107096844" Longitude="4.365002810955" StarRating="4" HotelCode="12612|492578" HotelName="Four Points by Sheraton Brussels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue Paul Spaak 15, Brussels 1000</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/12897/a_12897_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just off Avenue Louise, near the European Parliament, the shopping district, nightlife and restaurants, the hotel is at the heart of where the action is. Plus, Brussels National Airport is only 15 km away. Charlerois Brussels South Airport is about 65 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="615008.18" OriginalAmount="574774.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.833472" Longitude="4.355512" StarRating="3" HotelCode="154974|vintage_hotel_brussels" HotelName="Vintage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Dejoncker 45, 1060 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/215081/215081a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Brussels. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="621447.44" OriginalAmount="580792" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.837000877336" Longitude="4.3397712707519" StarRating="4" HotelCode="166384|27153" HotelName="Novotel Brussels Midi Station Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Fonsny 5-6-7, 1060 Bruxelles</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/131395/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Brussels. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="624238.00" OriginalAmount="583400" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.829180808832" Longitude="4.3578607124567" StarRating="3" HotelCode="75364|219324" HotelName="Made in Louise" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Veydt 40, 1050 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/102623/w_102623_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located in the commercial area of the famous Louise Avenue, a stone's throw from the European Parliament and the city centre. The Louise area is well known for its prestige shops, its trendy restaurants and for its opportunities for relaxation including jogging trails in the Cambre woods. Guests can access the heart of Brussels by tram and they will find the Grand Place and the European Parliament just 2 km from the hotel and the Brussels Expo a mere 8 km away. Brussels Airport is 25 km from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="633102.95" OriginalAmount="591685" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.836046" Longitude="4.357978" StarRating="3" HotelCode="76617|89468" HotelName="Argus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Capitaine Crespel, 1050 Bruxelles</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/104149/a_104149_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Brussels. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="633418.48" OriginalAmount="591979.89" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A25880" HotelName="B And B Brussels Centre Gare Du Midi" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1338642_foto_1.jpg</HotelPictures>
        <HotelDescription>This 3 star hotel is located within the city of Brussels and was established in 2019. It is a short drive away from the Grand Place and the nearest station is Brussels South. The Hotel has a bar and a coffee shop. All 91 rooms are equipped with hairdryer, ironing set and air conditioning.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="635008.62" OriginalAmount="593466.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.852880444492" Longitude="4.3345633729855" StarRating="2" HotelCode="377655|auberge_de_jeunesse_generation_europe" HotelName="Auberge De Jeunesse Génération Europe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Garden,Housekeeping,Internet,Lounge,Luggage Storage,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rue De l'Eléphant 4, 1080 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/524358/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Auberge de Jeunesse Génération Europe, you'll be centrally located in Brussels, steps from Brussels Museum of Industry and Labour-La Fonderie and minutes from Brussels Event Brewery.  This eco-friendly hostel is within close proximity of St. Catherine's Square and Halles de Saint-Gery.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 170 guestrooms. Complimentary wireless Internet access is available to keep you connected. Bathrooms with showers are provided.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;/b&gt; &lt;br /&gt;Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless Internet access.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;You can enjoy a meal at a restaurant serving the guests of Auberge de Jeunesse Génération Europe, or find a snack in a coffee shop/café. Quench your thirst with your favorite drink at a bar/lounge.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include a 24-hour front desk and luggage storage. This hostel has 4 meeting rooms available for events. Free self parking is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="635145.11" OriginalAmount="593593.56" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|691806" HotelName="YOOMA URBAN LODGE" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/526998_image59940098_0.jpg</HotelPictures>
        <HotelDescription>Located 0.5km from the Brussels Midi station and 1.3km from the Grand-Place, the Yooma Urban Lodge offers private rooms for 2, 4 and 6 people in the world of Franco-Belgian comics in partnership with the Dargaud, Dupuis, Le Lombard and Smurfs editions.
This establishment has room service, a wellness area including a hammam and sauna, a lounge with a 250m� terrace, luggage storage, parking and free Wi-Fi.
All rooms at this hotel are equipped with air conditioning, a large-screen HD TV and a private bathroom with a bathtub. The rooms are themed around a Franco-Belgian comic book hero, with a total of 30 different worlds represented. 
The bedroom has been designed to present private spaces with an equal level of comfort on all beds. Each bed thus benefits from a reading light, individual sockets and switches.
For lunch and dinner, a menu is available in room service. A generous buffet is served each morning.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="635777.95" OriginalAmount="594185.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.849761" Longitude="4.347041" StarRating="3" HotelCode="81056|pacific_cafe_hotel" HotelName="Pacific Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Rue Antoine Dansaert 57, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/203643/203643a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel Café Pacific is a boutique and design hotel, conveniently located in one of the most fashionable districts in the capital. The shape and volume of the hotel reviewed by architect Marc Humblet, and its interior magnificently decorated with colors, fabrics and other subtleties by Mia Zia, offers to the travelers a authentic haven of tranquility.
The hotel has only 13 rooms, one of them, a duplex Malthus with an attentive and personalized service. 

The Hotel Café Pacific has a strategic location in one of the most lively street of the city. Guests can walk to most of the main tourist attractions in Brussels, among which stands out the famous Grand Place.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="635912.77" OriginalAmount="594311" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.831505065322" Longitude="4.3589940425156" StarRating="4" HotelCode="25642|22954" HotelName="Thon Hotel Bristol Stephanie" 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,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Louise 91-93, 1050 Brüssel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/09/094675/094675a_hb_a_075.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its impressive location on the Avenue Louise, Brussel’s most fashionable shopping and business district, the hotel is ideally located for both business and leisure travellers. Brussels Airport is 13 km away and Midi railway station (Thalys, Eurostar) 2 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="644689.07" OriginalAmount="602513.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.887570007556" Longitude="4.4526869058609" StarRating="4" HotelCode="102989|339535" HotelName="Van der Valk Brussels Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Culliganlaan 4b, 1831 Diegem</AddressLine>
          </AddressLines>
          <CityName>Diegem/Machelen</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/143887/a_143887_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is only 5 minutes from the airport and 20 minutes from the vibrant centre of Brussels. The station is only a 5-minute walk away from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="645651.41" OriginalAmount="603412.53" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A22D13" HotelName="Appart city Confort Bruxelles Centre Gare Du Mid" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>ANDERLECHT</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1588249_foto_1.jpg</HotelPictures>
        <HotelDescription>Situado a 500 metros del centro del pueblo, desde este alojamiento se puede llegar a pie a multitud de lugares de interandeacute;s. Los visitantes encontrarandaacute;n paradas de transporte panduacute;blico desde las que explorar la zona a 180 metros. Los viajeros encontrarandaacute;n el aeropuerto a 18. 0 km. Hay un total de 80 habitaciones a disposiciandoacute;n de los clientes. La construcciandoacute;n de este alojamiento se remonta a 2018. Hay Wi-Fi en todo el hotel. Los clientes podrandaacute;n disfrutar de las ventajas de contar con recepciandoacute;n las 24 horas. Desafortunadamente, no hay habitaciones en las que las personas que se hospeden en este alojamiento puedan pedir una cuna para los mandaacute;s pequeandntilde;os. Appartandrsquo;city Confort Bruxelles Centre Gare Du Midi es consciente de que la accesibilidad de todos los clientes es esencial. Por eso, cuenta con dormitorios accesibles y dispone de accesos totalmente adaptados para personas de movilidad reducida. Appartandrsquo;city Confort Bruxelles Centre Gare Du Midi tiene aparcamiento. Appartandrsquo;city Confort Bruxelles Centre Gare Du Midi apuesta por prandaacute;cticas ecolandoacute;gicamente sostenibles. La residencia puede cobrar el importe de algunos de estos servicios.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="646150.37" OriginalAmount="603878.85" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|669406" HotelName="LE CHATELAIN BOUTIQUE HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/725905_image64275137_0.jpg</HotelPictures>
        <HotelDescription>Le Ch�telain successfully merges the privacy of a luxury boutique hotel, with the endless personalized service which you deserve. It is strategically situated steps away from the stylish shops &amp; iconic brands, which are filling up the Avenue Louise. Le Chatelain area provides its guests with access to top-notch shopping, dining, and evening antertainment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="647235.51" OriginalAmount="604893" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.85713007" Longitude="4.35087889" StarRating="3" HotelCode="539969|219465" HotelName="Yadoya Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Garden,Housekeeping,Internet,Laundry,Lounge,Meeting Room,Printer,Sauna,Smoking Rooms,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard d'Anvers 32-33, 1000 Brüssel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/573042/573042a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Yadoya Hotel is situated in Brussels, 600 m from Rogier Square and 600 m from Rue Neuve. Every room at this hotel is air conditioned and is equipped with a flat-screen TV with satellite channels. Some rooms include a seating area where you can relax. Yadoya Hotel features free WiFi throughout the property. The hotel also offers bike hire. Tour &amp; Taxis is 800 m from Yadoya Hotel, while The King's House is 1.1 km away. The nearest airport is Brussels Airport, 10 km from Yadoya Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="647829.36" OriginalAmount="605448" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.831783398252" Longitude="4.3532305955887" StarRating="3" HotelCode="181013|56822" HotelName="The Pantone Hotel Brussels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Place Loix, 1060 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/254192/a_254192_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the trendy districts of Avenue Louise and Toison d’Or, within walking distance of metro stations and many restaurants, bars, and theatres. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="649640.87" OriginalAmount="607141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.839331347371" Longitude="4.3393021371785" StarRating="3" HotelCode="76392|173003" HotelName="Hotel Midi-Zuid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Boulevard Jamar, 1060 St-Gilles, Bruxelles</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/49/499242/499242a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Brussels. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="659896.82" OriginalAmount="616726" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.852926672808" Longitude="4.3477816879749" StarRating="3" HotelCode="24559|3796" HotelName="Citadines Sainte-Catherine Brussels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Quai au Bois à Brûler 51, 1000 Bruxelles</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/35481/a_35481_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on a quiet street on the edge of the city´s historic centre, the hotel is located near to the Grand Place, Manneken Pis and various museums. Near the hotel are charming restaurants and pubs of all kinds, including many authentic seafood restaurants around the old fish market. Beautiful parks are accessible by underground in roughly 15 minutes. The metro station is just in front of the hotel, and the shopping area Rue Neuve is only a 5-minute walk away. The hotel is about 30 km from Antwerp International Airport and about 15 km from Brussels South Charleroi Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="662811.50" OriginalAmount="619450" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.85035515" Longitude="4.3554615" StarRating="2" HotelCode="497361|172981" HotelName="easyHotel Brussels City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zilverstraat 1, 1 Rue 'd Argent, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/109911/6a710a34-435a-4431-a1bf-68d762de316d.jpg?d=636638781970000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Brussels. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="664886.23" OriginalAmount="621389" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.836796" Longitude="4.339612" StarRating="3" HotelCode="78946|172987" HotelName="Euro Capital Brussels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue Fonsny 9, 1060 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/106911/a_106911_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Brussels. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="664931.72" OriginalAmount="621431.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.830609385076" Longitude="4.3596491217613" StarRating="4" HotelCode="28881|JXC" HotelName="Izán Avenue Louise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Blanche 4</AddressLine>
          </AddressLines>
          <PostalCode>(0)25359600</PostalCode>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/42634/l_42634_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Brussels' commercial district, this deluxe hotel lies within a short distance of a diverse selection of shopping venues. It is 10 minutes’ walk to the historical centre with the famous Grand Place as well as the renowned Manneken Pis. Brussels Midi train station lies 15 minutes drive away and it is 20 minutes by car to the city airport. The next large town, Vilvorde Grand, is also just 20 minutes’ drive from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="666954.54" OriginalAmount="623322" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.850746364544" Longitude="4.3500390359767" StarRating="3" HotelCode="25127|3643" HotelName="Novotel Brussels City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de la Vierge Noire 32, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36550/a_36550_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Brussels, within a short distance of many of the top sights including the Grand Place with its Gothic town hall and the cathedral both lie a few minutes walk away. Various shopping and entertainment facilities are to be found in the near vicinity and the nearest public transport stop can be found 100 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="668600.20" OriginalAmount="624860" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.745145729829" Longitude="4.4559752941132" StarRating="4" HotelCode="68785|45337" HotelName="Dolce La Hulpe Brussels" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Spa Hotel,Golf Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Chaussée de Bruxelles 135, 1310 La Hulpe</AddressLine>
          </AddressLines>
          <CityName>La Hulpe</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/88911/a_88911_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 15 km southeast of Brussels city centre, in the heart of the Sonian forest, surrounded by 72 hectares of green. Brussels Airport is around 15 km away and Midi Train station, where the high-speed Thalys and Eurostar trains connect Brussels to Paris, Amsterdam, Cologne and London, is only a 25-minute drive from the accommodation. La Hulpe castle is a 15-minute walk and the city of Waterloo is 5 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="671192.81" OriginalAmount="627283" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.85485314" Longitude="4.36694475" StarRating="3" HotelCode="365759|219252" HotelName="Hotel Retro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Elevator,Internet,LCD/Projector,Luggage Storage,Pets allowed,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chaussée de Haecht 3, 1210 Brusseles</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/36100/1836100/40.jpg?f=15634595</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Retro in Brussels (Saint-Josse-ten-Noode), you'll be minutes from Rogier Square and Belgian Comic Strip Center. This hotel is within close proximity of Colonne du Congres and Cirque Royal.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 25 air-conditioned rooms featuring minibars (stocked with some free items) and minibars. Complimentary wireless Internet access keeps you connected, and flat-screen televisions are provided for your entertainment. Private bathrooms have complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and desks.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Make use of convenient amenities such as complimentary wireless Internet access, babysitting/childcare (surcharge), and a television in the lobby.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Grab a bite from a grocery/convenience store serving guests of Hotel Retro.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include a business center, express check-in, and express check-out.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="671479.52" OriginalAmount="627550.95" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|145076" HotelName="B&amp;B HOTEL BRUSSELS CENTRE LOUISE" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/900024_foto_1.jpg</HotelPictures>
        <HotelDescription>You will feel at home in any of the 128 rooms with air conditioning, minibar and flat screen TV. High-speed cable Internet connection (free) will keep you in touch with your loved ones; You can also watch your favorite show on the TV with satellite channels. Private bathrooms with shower/tub combinations feature complimentary toiletries and hair dryers. Conveniences include safes and desks, plus housekeeping is available daily. Savor delicious meals without leaving this hotel, which has a restaurant and offers room service during limited hours. Quench your thirst with your favorite drink at the bar or lounge. Full breakfasts are offered for a fee.Featured amenities include free wired Internet, a business center, and free newspapers in the lobby. Are you organizing an event in Brussels? In this hotel you have at your disposal 50 square meters of space with conference area. Self parking (surcharge) is available.With a stay at B&amp;B Hotel Brussels Center Louise in Brussels, you'll be in the financial district, just steps from Avenue Louise and a 4-minute drive from European Union Parliament Building. In addition, this 4-star hotel is 3.6 km from Plaza La Grand Place and 11.2 km from Atomium.Distances are expressed in round numbers. Avenue Louise: 0.1 km Flagey Theatre: 0.7 km Management Center Europe: 0.8 km Horta Museum: 0.9 km Natural Science Museum: 1.3 km Antoine Wiertz Museum: 1.4 km Law Courts of Brussels: 1.5 km Children's Museum: 1.5 km European Union Parliament Building: 1.5 km Parlamentarium (Parliament Visitor Centre): 1.6 km Luxembourg Square: 1.6 km Place Royale : 1.7 km Royal Museums of Fine Arts: 1.7 km Ren� Magritte Museum: 1.7 km Egmont Palace: 1.7 km Nearest airports: Brussels (BRU-Brussels National Airport): 14.9 km Antwerp (ANR-Antwerp Intl.): 51.4 km Charleroi (CRL-Brussels South Charleroi): 59.6 km Airport recommended for Four Points by Sheraton Brussels: Brussels (BRU-Brussels National Airport).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="680096.28" OriginalAmount="635604" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.842136475369" Longitude="4.3445080518722" StarRating="4" HotelCode="336622|76112" HotelName="The Augustin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Stalingrad 25-31, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55711/a_55711_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in the centre of Brussels, nearby the historic Grand Place. The area has a choice of restaurants and is easily accessible from the Midi station for international travel arriving by Eurostar, Thalys and Deutsche Bahn train services. There is a metro stop nearby. Brussels South Charleroi Airport is about 40 kilometres away, and Brussels Airport is approximately 25 kilometres away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="680350.94" OriginalAmount="635842" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.854474322068" Longitude="4.356449923741" StarRating="5" HotelCode="29455|735" HotelName="Hotel Le Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Adolphe Max 118-126, 1000 Brüssel, Belgien</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/46864/a_46864_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the centre of Brussels, close to the Grand Place. The nearest train station, Rogier, is only a stone's throw from the hotel (100 m away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="684248.95" OriginalAmount="639485" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.855484" Longitude="4.359613" StarRating="4" HotelCode="47943|15581" HotelName="Crowne Plaza Brussels - Le Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Gineste 3, 1210 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10996/a_10996_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The conference hotel is situated at the heart of Brussels, within a short walk of the tourist centre around the Grand Place, and the railway station. The botanical gardens lie beside the hotel and it is just a short distance to a diverse selection of shopping venues, the main exhibition centres and the European institutions. Brussels airport is 12 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="684854.57" OriginalAmount="640051" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.850088" Longitude="4.35172" StarRating="3" HotelCode="140887|76103" HotelName="Aparthotel Adagio Brussels Grand Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Anspach 20, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/201622/a_201622_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the very heart of Brussels on Boulevard Anspach near Rue Neuve and the Grand Place. Guests will find the nearest restaurants, links to the public transport network, the brand new casino and the shops all just 100 m from the hotel and it is 200 m to the city centre and the tourist centre. Brussels Airport is 16 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="689225.52" OriginalAmount="644136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.83820946253" Longitude="4.4070725373756" StarRating="5" HotelCode="28883|9630" HotelName="Eurostars Montgomery" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de Tervueren 134, 1150 Brüssel, Belgien</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/42637/a_42637_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Brussels, close to the Parc du Cinquantenaire, various museums and exhibitions. The nearest train station is Montgomery.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="690606.89" OriginalAmount="645427" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.846538208626" Longitude="4.3592494726181" StarRating="4" HotelCode="409342|5823" HotelName="9Hotel Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Colonies 10, Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/100274/a_100274_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is within easy reach of Brussels’ shopping and business districts, as well as the city’s entertainment spots and restaurants. The nearest train station is a short walk away and the hotel is just a short drive from the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="691534.58" OriginalAmount="646294" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.839759" Longitude="4.367511" StarRating="5" HotelCode="28891|22956" HotelName="Stanhope Hotel Brussels by Thon Hotels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Country House,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Commerce 9, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/42650/a_42650_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies between the royal palace and the European Parliament. The famous Grand Place as well as the Place du Grand Sablon and the Place du Petit Sablon are all within walking distance of the hotel and the famous Avenue Louise that features an abundance of exquisite boutiques and shopping venues is also to be found close by. The nearest links to the public transport network are about 100 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="698000.65" OriginalAmount="652337.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.84602" Longitude="4.374317" StarRating="4" HotelCode="80390|804735" HotelName="MAS Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Rue de Spa 14, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/140827/140827a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Brussels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="703643.77" OriginalAmount="657611" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.837362" Longitude="4.357463" StarRating="4" HotelCode="97653|53322" HotelName="The Hotel Brussels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard de Waterloo 38, Close to the European Parliament and Commission, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/135647/a_135647_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located approximately 1 km from Brussels Central station, and 20 km from Brussels Airport. The toy museum is located just a stone's throw away and links to the public transport network are about 200 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="703687.44" OriginalAmount="657651.81" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|790260" HotelName="B-APARTHOTEL BRUXELLE AMBIORIX" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/4887_image50190531_0.jpg</HotelPictures>
        <HotelDescription>B-Aparthotels Ambiorix offers luxurious studios and apartments in the European district of Brussels, 300 m away from the European Commission. Each air-conditioned studio and apartment has a coffee maker and some of them feature a balcony or terrace. The marble bathroom has a separate bath. A continental breakfast is served in the lobby area. Surrounding Ambiorix Square, guests can find a variety of restaurants and bars for lunch and dinner. Ambiorix B-Aparthotels is located a 5-minute walk from both the Schuman and Maelbeek Metro Stations. You can make use of a private, underground parking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="706813.11" OriginalAmount="660573" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.897110533459" Longitude="4.483138024807" StarRating="4" HotelCode="34309|27154" HotelName="Sheraton Brussels Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Brussels National Airport, 1930 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54652/a_54652_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just in front of Brussels International Airport and is a short drive away from Brussels city centre or a 20-minute journey by train. A direct bus line links Brussels Airport to the EU headquarters area. The bus and train stations are a mere 500 m away from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="708027.86" OriginalAmount="661708.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.840500327056" Longitude="4.3397980928421" StarRating="3" HotelCode="22202|56903" HotelName="Floris Hotel Ustel Midi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Square De l'Aviation 6-8, 1070 Brüssel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/28992/a_28992_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Brussels, close to the Grand Place. The nearest station is Lemonier and lies just 500 metres away. The bus station is 400 metres away and there are shopping facilities 1.5 km from the hotel.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="710150.39" OriginalAmount="663691.95" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|701914" HotelName="STANHOPE HOTEL BY THON HOTELS" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/899422_foto_1.jpg</HotelPictures>
        <HotelDescription>An English country home in the heart of Brussels, this boutique hotel offers guests a 24-hour gym with a sauna as well as air-conditioned rooms with complimentary Molton Brown toiletries, bathrobes and slippers. Free WiFi is available in the entire hotel. Guests can enjoy a full English breakfast buffet in the restaurant or under the 100-year-old Magnolia Tree on the tranquil courtyard terrace. There is a secured parking with an electric car charger. The renowned Brighton Restaurant has been awarded 3 forks from the Michelin Guide and is decorated in traditional British style along with hints of Oriental design with Chinese frescos. After dinner, guests can relax at the Library Bar for a drink. Stanhope Hotel by Thon Hotels is situated between the European district and the city centre. The closest metro station is Trone, which is 250 m from the hotel, providing direct connection to the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="710796.72" OriginalAmount="664296" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.837746183878" Longitude="4.3810772895813" StarRating="5" HotelCode="60918|27152" HotelName="Sofitel Brussels Europe" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Jourdan 1, 1040 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/78837/a_78837_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Brussels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="711539.30" OriginalAmount="664990" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.846777627394" Longitude="4.3553495753338" StarRating="3" HotelCode="30120|29236" HotelName="ibis Brussels off Grand Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Marché aux Herbes 100, Grasmarkt, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/48512/a_48512_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Brussels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="714078.88" OriginalAmount="667363.44" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|115993" HotelName="DU CONGRES" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2485_image50081626_0.jpg</HotelPictures>
        <HotelDescription>Hotel Du Congres offers simply furnished rooms in the centre of Brussels, less than a 5-minute walk from Madou Metro Station and the Botanical Garden, and 8 minutes' walk from Parc. The hotel is located in 4 restored 19th-century townhouses. The rooms at Congress have a private bathroom and a satellite TV. Each morning a continental-style buffet breakfast is served in the breakfast room. During warmer weather, guests can relax in the peaceful garden courtyard with a book or a refreshing drink. Free WiFi connection is available in the public areas. Brussels' Grand-Place and the Magritte Museum are both a 15-minute walk from Hotel Du Congres. Brussels Central Train Station is only a 5-minute walk away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="714288.76" OriginalAmount="667559.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.835322200143" Longitude="4.3378213047981" StarRating="3" HotelCode="168593|475975" HotelName="Park Inn by Radisson Brussels Midi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Marcel Broodthaers 3, 1060 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/143283/143283a_hb_a_075.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel places its guests just steps from the entrance to the Gare du Midi (south train station), in the heart of the bustling Brussels city life. The hotel is located just south of the city centre and is the closest hotel for all international railway travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="715536.82" OriginalAmount="668726" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.8476051303" Longitude="4.3416126072407" StarRating="3" HotelCode="79199|12940" HotelName="Hotel Queen Mary" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue T'Kint 23, 1000 Bruxelles</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107230/a_107230_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Brussels on a quiet street, 15 metres from the Bourse and 100 metres from the famous Grande-Place. It is also conveniently situated for the De Brouckère subway station and just 10 minutes from the Exhibition Centre and the European Parliament. Guests will find shops, restaurants, bars and nightspots all 100 metres away and Brussels Airport is just 19 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="717533.44" OriginalAmount="670592" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.832261365261" Longitude="4.3501252769975" StarRating="4" HotelCode="82929|9634" HotelName="Hilton Garden Inn Brussels City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Berckmansstraat 128, 1060 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/111854/a_111854_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Brussels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="718006.38" OriginalAmount="671034" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.848639" Longitude="4.354792" StarRating="4" HotelCode="103037|55810" HotelName="B-Apart Grand Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Des Dominicains 25, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/214704/214704a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Brussels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="719755.83" OriginalAmount="672669" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.848487" Longitude="4.357429" StarRating="4" HotelCode="12871|8009" HotelName="NH Brussels Grand Place Arenberg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue d'Assaut - Stormstraat 15, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/13304/a_13304_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located at the heart of Brussels, this hotel lies close to the commercial district as well as to many of the city's historical sights. Famous Salon Square with its antiques market, world-famous chocolate producers and the famous landmark, the Mannequin Pis, are all just a short walk away, as are the cathedral of St. Michel, the shopping arcades of the Galeries Royales and the Grand Place. Links to the public transport system are to be found 100 m from the hotel and Brussels airport is 12 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="721038.76" OriginalAmount="673868" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.850516292386" Longitude="4.3493665362111" StarRating="3" HotelCode="13774|3992" HotelName="ibis Brussels City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Joseph Plateau 2, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14577/a_14577_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Brussels, this hotel lies within a short distance of the Grand Place and an underground station (Sainte Catherine). An array of shops lie just 500 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="738829.65" OriginalAmount="690495" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.83504928" Longitude="4.35935582" StarRating="3" HotelCode="541089|261522" HotelName="Hygge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Rue des Drapiers 31-33, 1050 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/573102/573102a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Brussels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="739038.84" OriginalAmount="690690.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.856533" Longitude="4.3586809999999" StarRating="1" HotelCode="901292|591822" HotelName="Hotel City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2024" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Progrès 7, 1210 Bruxelles</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/591822/591822a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Brussels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="742290.99" OriginalAmount="693729.90" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|724342" HotelName="B-APARTHOTEL BRUXELLES MONTGOMERY" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/902715_foto_1.jpg</HotelPictures>
        <HotelDescription>Revel in comfort and classic style at your own city apartment near the famous and impressive EU Quarter and next to the Montgomery Square. B-Aparthotel Montgomery offers free Wi-Fi access. Tastefully decorated and provided with various modern comforts, these apartments offer a warm ambiance for your stay. Indulge in luxurious, self-catering accommodation, while still benefiting from extensive hotel services. Certain apartments offer a fully equipped kitchen which can be used by the guests. You can walk up to the impressive EU Quarter and stroll through its fabulous parks to admire the gardens and visit various European institutes and museums. Take advantage of the excellent connections to the historical center and discover the impressive Grand Place and the surrounding, characteristic streets.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="742697.10" OriginalAmount="694109.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.856113380714" Longitude="4.362840950489" StarRating="3" HotelCode="34541|16013" HotelName="Best Western City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 21/12/2024" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Square Victoria Regina 9, 1210 Brüssel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54650/a_54650_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Brussels, only a 5-minute walk from Nord train station and Place Rogier underground station. The Botanical Gardens lie opposite the hotel and within a short walk guests will reach the shopping area and Grand Place. The airport lies around 6 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="748231.23" OriginalAmount="699281.52" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|816371" HotelName="B-APARTHOTEL BRUXELLES REGENT" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1126327_foto_1.jpg</HotelPictures>
        <HotelDescription>Just 10 minutes' walk from the St. Gudula Cathedral, B-aparthotel Regent offers air-conditioned and spacious accommodation. Guests benefit from free luggage storage and a gym. The Madou Metro Stop is just across the street and Kunst-Wet Metro Station is 350 m away. The rooms, studios, and apartments at B-aparthotel feature a modern d�cor. Each comes with a flat-screen TV and DVD player. Free toiletries and a hairdryer are in the bathroom. Some include a fully equipped kitchen. A buffet-style breakfast is available from Monday to Friday. Several restaurants and caf�s are within walking distance. The Manneken Pis statue and Brussels' Grote Market are about a 20-minute walk away. Brussels Central Station is 1 km from B-aparthotel Regent.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="748460.72" OriginalAmount="699496" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.729001" Longitude="4.5137079999999" StarRating="5" HotelCode="198655|39240" HotelName="Martin's Château du Lac" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue du Lac 87, 1332 Genval</AddressLine>
          </AddressLines>
          <CityName>Genval</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/283791/a_283791_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is set beside Lake Genval, just a few minutes drive from the battlefield of the infamous Battle of Waterloo. A stop for public transport is roughly 1 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="748962.55" OriginalAmount="699965" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.846463709686" Longitude="4.3553933091927" StarRating="4" HotelCode="55614|12939" HotelName="NH Brussels Carrefour de l'Europe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Marche aux Herbes 110 B, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/72034/w_72034_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre of Brussels. It is close to the Grand Place and the nearest station is Central Station, which is only 100 m from the hotel. Shops and the bus station are also in the immediate vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="753778.62" OriginalAmount="704466" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.848626126831" Longitude="4.3631539067459" StarRating="3" HotelCode="305456|219337" HotelName="Motel One Brussels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/12/2024" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Royale 120, Koningsstraat, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/419318/a_419318_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 489 rooms. Most storeys are accessible by lift. Services and facilities at the hotel include a café and a bar. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="767303.31" OriginalAmount="717105.90" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|649365" HotelName="NH CARREFOUR DE L'EUROPE" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>DIEGEM</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/902306_foto_1.jpg</HotelPictures>
        <HotelDescription>Situated in the very heart of Brussels, the 4-star NH Brussels Carrefour de L'Europe is an excellent base from which to explore the city. The Grand Place is just a minutes walk from the hotel and the famous 'Maneken Pis' is just a few minutes further. Chocolate lovers will be spoilt for choice with the many Belgium Chocolate shops surrounding the hotel. All 63 air-conditioned rooms are stylish and cosy. Guests are invited to relax and sample one of the many Belgium beers on offer, or enjoy a delicious local dish at the hotel bar.Guests should note that local city tax is not included in the rate booked. This will be charged directly to guests by the hotel and payable at check in/out.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="767330.17" OriginalAmount="717131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.83065605" Longitude="4.35643034" StarRating="4" HotelCode="793272|355045" HotelName="Harmon House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Bar,Housekeeping,Library,Meeting Room,Pets allowed,Printer,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Chaussee De Charleroi 50, 1060 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/65/654668/654668a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Brussels. Located within 1. 7 kilometre(s) from the town centre, the property allows easy access to all this destination has to offer. Within 600 metres customers will find links of transport that will allow them to explore the area. Visitors will find the airport within 11. 6 kilometre(s). There are a total of 24 bedrooms at HARMON HOUSE. This accommodation was established in 2018. In addition, Wi-Fi access is offered at the accommodation. Travellers can enjoy the convenience of 24-hour reception. Unfortunately, there are no bedrooms where customers can ask for a cot for the little ones. This establishment's common areas are disability-friendly. No pets are allowed on the premises. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="773740.54" OriginalAmount="723122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.848333" Longitude="4.356567" StarRating="4" HotelCode="28890|355226" HotelName="Hotel Hubert  Grand Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue d'Arenberg 18, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/42649/w_42649_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the historical centre of Brussels, next to the famous Grand Place and the St Hubert shopping arcade. The main train station, with direct services to Zaventem airport, can be easily reached on foot. From there an underground line serves the Heysel Exhibition Park and the European Union district. High-speed trains connect Brussels to Paris and London in less than 3 hours.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="774712.76" OriginalAmount="724030.62" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|803281" HotelName="NH BRUXELLES GRAND PLACE ARENBERG" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/207654_fotpe1_1_FACHADA.jpg</HotelPictures>
        <HotelDescription>The NH Brussels Grand Place Arenberg hotel in Brussels offers an ideal location in the historical and commercial center of Brussels. The famous Grand Place and the Central Station, with local and international lines, are within a five-minute walk from our hotel. The Parc de Brussels (Waranderpark) with the Royal Palace and the museum of Belgium�s master of surrealism, Rene Magritte, are just 10 minutes away from the NH Brussels Grand Place Arenberg hotel.
Enjoy a relaxed, comfortable stay in our 155 guest rooms, which include six junior suites. Planning a meeting or special event? The hotel offers three function rooms which are perfect for meetings, conferences, seminars, or banquets. On-site parking is also available (check availability with hotel). We will help you make the most of your stay in Brussels � simply ask for assistance at our reception desk.
NOTICE: Children: from 0 to 11 years old. Guests from 12 years old onward are considered adults.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="775879.47" OriginalAmount="725121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.828301" Longitude="4.355646" StarRating="5" HotelCode="80316|55092" HotelName="Manos Premier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chaussée de Charleroi 100-106, 1060 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/2/8/9/6/0/9/4/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Brussels. The nearest airport is Brüssel - Zaventem (BRU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="779821.35" OriginalAmount="728805.00" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|601880" HotelName="Urban Yard Hotel" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/252234_foto_1.jpg</HotelPictures>
        <HotelDescription>This hotel is located in the center of Brussels, close to the Grand Place. The nearest metro station is Lemonier, which is only 500 m away, while the bus station is 400 m away. Also, just a mile away, travelers found multiple shops. The hotel was created in 1900, consists of 114 rooms and has a lobby, safe, lift and room service. All rooms are equipped with hairdryer, TV, radio and individually controlled air conditioning.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="787896.10" OriginalAmount="736351.50" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|171804" HotelName="YADOYA" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/803679_image44562069_0.jpg</HotelPictures>
        <HotelDescription>Yadoya Hotel is situated in Brussels, 600 m from Rogier Square and 600 m from Rue Neuve. 
Every room at this hotel is air conditioned and is equipped with a flat-screen TV with satellite channels. Some rooms include a seating area where you can relax. Yadoya Hotel features free WiFi throughout the property. 
The hotel also offers bike hire. Tour &amp; Taxis is 800 m from Yadoya Hotel, while The King's House is 1.1 km away. The nearest airport is Brussels Airport, 10 km from Yadoya Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="789503.78" OriginalAmount="737854" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.836144" Longitude="4.357095" StarRating="5" HotelCode="47458|27151" HotelName="Sofitel Brussels Le Louise" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de la Toison d' Or 40, 1050 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10408/a_10408_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Brussels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="789951.44" OriginalAmount="738272.37" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|803283" HotelName="NH COLLECTION BRUSSELS CENTRE" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/207710_fotpe1_F.png</HotelPictures>
        <HotelDescription>The NH Collection Brussels Centre hotel is within walking distance of the city's most historic sights and venues. Centrally located on Adolphe Max Boulevard parallel to Brussels� famous shopping district, you can walk to the Manneken Pis, The Grand Place and the Royal Palace. Brussels Central Station and Brussels Nord are easy to reach for the perfect connection to other European cities. 
The NH Collection Brussels Centre hotel contains a top-floor breakfast room and rooftop terrace featuring a panoramic view over Brussels and as far as 30 kilometers away on a clear day. In addition to eight banquet rooms, the summer terrace is a great place for all sorts of events featuring barbecue services. Have a relaxed meal in a modern setting at Adagio Restaurant or an evening drink at the Adagio Bar. We also serve a wide range of hot and cold drinks. Play pool in our billiard room overlooking the lobby. At NH Atlanta Brussels, we also offer free access to the our hot sauna, steam bath and fitness room.
NOTICE: Children: from 0 to 11 years old. Guests from 12 years old onward are considered adults.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="798123.70" OriginalAmount="745910" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.743206" Longitude="3.21518" StarRating="4" HotelCode="103025|236471" HotelName="Hotel &amp; Aparthotel Alizé Mouscron" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passage Saint Pierre 34, 7700 Mouscron</AddressLine>
          </AddressLines>
          <CityName>Mouscron</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/143924/w_143924_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Mouscron.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="801424.01" OriginalAmount="748994.40" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|687701" HotelName="FIRST EUROFLAT HOTEL" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/901189_foto_1.jpg</HotelPictures>
        <HotelDescription>Located in the European Commission district and only at 100m from the Schuman station (metro, bus, trains, airport shuttles), the First Euroflat Hotel welcomes you in the international environment of the European Village.In the classic comfort of its 133 bedrooms, the hotel atmosphere is warm and friendly.The bright and spacious rooms, the generous breakfast and the privileged location of the hotel will place your business trips under the sign of detente.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="801526.75" OriginalAmount="749090.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.848719" Longitude="4.351084" StarRating="3" HotelCode="81971|193143" HotelName="Saint Nicolas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/12/2024" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Marché aux Poulets 32, Bruxelles 1000</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/110671/a_110671_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 200 m from the Grand Place, near the Bourse and Brussels Central Station. It is also a 7-minute walk from Manneken Pis and a 3-minute walk to the closest metro station.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="801943.60" OriginalAmount="749480" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.840912" Longitude="4.355837" StarRating="4" HotelCode="258922|27147" HotelName="NH Collection Brussels Grand Sablon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Bodenbroek 2/4, City Center, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15088/a_15088_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located halfway between the Royal Palace and the Musical Instruments Museum, next to the magnificent church of Notre Dame du Sablon and the Museum of Ancient and Modern Art. It lies a 5-minute walk from the Grand Place, Brussels' most famous square and guests will find numerous antique shops and art galleries located in the Sablon district of the city. It is close to Brussels' shopping venues and restaurants and bars may be found within 8 minutes' walk of the hotel. It is only 800 m from the main railway station, which offers a regular service, every quarter of an hour to Brussels International Airport (20 minutes' journey time) at Zaventem.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="802710.79" OriginalAmount="750197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.848716919089" Longitude="4.3489139013343" StarRating="4" HotelCode="34308|5384" HotelName="Brussels Marriott Hotel Grand Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Auguste Orts 3-7, Grand Place, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/54651/w_54651_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location in the heart of Brussels, at the top of the well-known Rue Antoine Dansaert, opposite the majestic stock exchange building and the underground station De Brouckere. The famous Grand Place is just around 300 m away, the railway station 1 km away and the airport is approximately 15 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="803015.98" OriginalAmount="750482.22" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|803284" HotelName="NH BRUSSELS DU GRAND SABLON" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/207910_fotpe1_1_FACHADA.jpg</HotelPictures>
        <HotelDescription>The superior 4-star NH Hotel du Grand Sablon is ideally located in one of the most beautiful squares in the heart of Brussels. The Sablon district provides a fantastic atmosphere all year round, thanks to the numerous antique shops and art galleries that are located there. In addition, the world-renowned weekend antique market held at the Place du Grand Sablon is only a short walk away from the hotel. The hotel features 193 standard, superior, and deluxe rooms together with a selection of suites and 6 fully equipped meeting rooms that can hold up to 150 people. Moreover, the restaurant �Il Cortile' features all sorts of delicious Italian specialties.
The property can accommodate meetings of up to 150 guests. It has 8 fully equipped meeting rooms and suites, all of which are air-conditioned and provide high-tech equipment requirements. Also, thanks to the classical decoration, they are ideal venues for private receptions, cocktails, celebration dinners or wedding parties. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="820137.88" OriginalAmount="766484" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.8479644" Longitude="4.3478137" StarRating="3" HotelCode="193721|285938" HotelName="Saint Gery Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place Saint-Géry 29-32, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/12/a3/12a32032e31c894aecb87cf35f1679cc8134367d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Brussels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="830009.67" OriginalAmount="775709.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.856473399783" Longitude="4.3587946666142" StarRating="4" HotelCode="68655|172217" HotelName="Progress" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue du Progres, 1210 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/131713/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 1-minute walk from the metro station. It is centrally located in Brussels for shops, restaurants, museums and galleries.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="830251.52" OriginalAmount="775936" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.849503882763" Longitude="4.3565779239425" StarRating="4" HotelCode="16405|27522" HotelName="Radisson Blu Royal Hotel, Brussels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Fossé-aux-Loups 47, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/19780/a_19780_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Brussels just a short distance from the famous Royal Saint-Hubertus Gallery. The Théâtre Royal de la Monnaie as well as the Grand Place and the longest shopping street in Brussels are all to be found in the near vicinity. It is just 500 m to links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="844925.50" OriginalAmount="789650" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.84913188922" Longitude="4.3546553648198" StarRating="4" HotelCode="387046|55621" HotelName="The Dominican" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rue Léopold / Leopoldstraat 9, 1000 Brussels, Belgirum</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/122078/122078a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tucked away behind La Monnaie, the famous theatre and opera house, and just off the Grand Place, this central hotel has an elegant location in the very heart of Brussels. Charleroi Brussels South Airport is about 20 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="852090.19" OriginalAmount="796345.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.838160127221" Longitude="4.3714619854538" StarRating="4" HotelCode="38662|768535" HotelName="Marriott Executive Apartments Brussels, European Quarter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2024" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue du Parnasse 15, European Quarter, 1050 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/27/274158/274158a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located about 2 km from the centre of Brussels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="859216.30" OriginalAmount="803005.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.854023" Longitude="4.355781" StarRating="4" HotelCode="18887|103938" HotelName="Marivaux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 21/12/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Adolphe Maxlaan 98B, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/10/103938/103938a_hb_a_910.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city of Brussels, a few steps away from the famous Grand Place (10 minutes' walk). The exceptional location and excellent public transport facilities will give guests access to any major point of interest of the city within only a few minutes. Moreover, this establishment is situated only 10 minutes from the South station which hosts the Thalys and Eurostar terminals. Brussels Airport is just 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="861523.27" OriginalAmount="805161.93" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|171802" HotelName="HYGGE" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/803678_image39220660_0.jpg</HotelPictures>
        <HotelDescription>Situated in the Elsene / Ixelles district in Brussels, 400 metres from Egmont Palace, Hygge Hotel features air-conditioned rooms and private parking. Guests can enjoy the on-site bar. Hygge Hotel features free WiFi throughout the property. A flat-screen TV with satellite channels is offered. There is a 24-hour front desk at the property. The hotel also offers free use of bicycles, bike hire, and car hire. Magritte Museum is 800 metres from Hygge Hotel, while Film Museum is 1 km from the property. The nearest airport is Brussels Airport, 11 km from Hygge Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="878417.57" OriginalAmount="820951" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.84224435383" Longitude="4.3556188569138" StarRating="4" HotelCode="409340|219099" HotelName="9Hotel Sablon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue De La Paille 2-8, 1000 Brüssel, Belgien</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/100273/a_100273_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Brussels, next to the central train station and close to the Grand Place. The hotel’s immediate proximity includes various restaurants, bars, pubs and nightspots. Brussels International Airport is some 10 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="880848.81" OriginalAmount="823223.19" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|662381" HotelName="LE PLAZA" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/161758_foto_1.jpg</HotelPictures>
        <HotelDescription>Location This luxury hotel is located in the centre of Brussels, close to the Grand Place. The nearest train station, Rogier, is only a stone's throw from the hotel (100 m away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="899433.44" OriginalAmount="840592" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.845140736587" Longitude="4.3543471742613" StarRating="5" HotelCode="26215|14806" HotelName="Warwick Brussels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue Duquesnoy 5, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/38374/a_38374_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Elegant and sophisticated, the hotel is located directly on Grand Place, ideally located, within walking distance of the congress centre, the main railway station, Sablon Square, the EEC, shopping centres and the business district. The hotel is the ideal combination of work, recuperation and relaxation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="916759.47" OriginalAmount="856784.55" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|800513" HotelName="CRAVES" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/825694_image60538586_0.jpg</HotelPictures>
        <HotelDescription>Located in the heart of Brussels next to the Grand Place area, Craves Hotel guides you on a journey through an experience that is as intimate as it is bold and unique. Dive into our concept. With its cosy decor and magnetic colours, CRAVES contributes to intensify every sensation. It is more than a hotel. It is a special experience.  
Our 55 rooms are a combination of cosiness and style. Craves Hotel has 4 types of rooms fully equipped with the possibility to have a private entrance . The fabrics and decor are delicately chosen to perfectly fit the desire to be stylish with a warm and soothing atmosphere. Our burlesque style combines cosy comfort with vibrant colours. 
Craves Hotel is in an ideal location to discover Brussels with its distinctive charm and authenticity. It is in the Grand Place area where everything happens. Surrounded by cultural institutions, bustling neighbourhood streets, and some of the city's most sensational shops and restaurants, it is a perfect combination to fulfill your desire to discover something new and dive in into the vibrant nightlife of the capital of Belgium.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="922792.61" OriginalAmount="862423" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.845914" Longitude="4.346886" StarRating="4" HotelCode="37047|95873" HotelName="Catalonia Grand Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Anspach 159, 1000 Brüssel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/60802/a_60802_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located along a main road at the heart of the tourist centre of Brussels and just a few minutes from the city centre. Many shopping venues, nightclubs and bars are to be found in the vicinity, as well as links to the public transport network. Brussels Airport and Charleroi Brussels South Airport are approximately 12 km and 60 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="927905.07" OriginalAmount="867201" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.845953931656" Longitude="4.3560737371445" StarRating="4" HotelCode="13953|27143" HotelName="Hilton Brussels Grand Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrefour de l'Europe 3, 1000 Brüssel, Belgien</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16084/w_16084_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Brussels, close to the old town and within a short distance of the main train station and the famous Grand Place that features countless shops and restaurants. Brussels airport is some 20 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="981598.74" OriginalAmount="917382" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.832519862449" Longitude="4.3574941177417" StarRating="5" HotelCode="47710|27141" HotelName="Steigenberger Wiltcher's" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Avenue Louise, Louizalaan 71, 1050 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10710/a_10710_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the famous Avenue Louise, Brussel's famous commercial and business street, this hotel lies just a short walk from the main train station, countless tourist attractions and some excellent shopping venues. Brussels airport may easily be reached by taxi or by making use of public transport that departs from a stop some 500 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1108514.02" OriginalAmount="1035994.41" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|804109" HotelName="BEDFORD &amp; CONGRESS CENTRE" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/964664_image51415440_0.jpg</HotelPictures>
        <HotelDescription>Set in the heart of Brussels' historic centre, Bedford Hotel is located just 450 metres from Grand Place. All rooms of Bedford Hotel and Congress Centre have a plasma TV with satellite channels, AC,  and a marble bathroom with a bath tub.They benefit from modern design and come with a seating area and hardwood flooring. The Magellan restaurant serves international buffets and � la carte dinners. Guests can also find a number of local pubs and international restaurants in the surroundings of Bedford Hotel. It features a lobby with free WiFi and serves an American breakfast buffet every morning.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1137193.86" OriginalAmount="1062798" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.846205" Longitude="4.351288" StarRating="5" HotelCode="200934|27144" HotelName="Hotel Amigo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rue de l'Amigo, 1000 Brussels</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7665/a_7665_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Brussels, this luxury hotel is located directly on the Grand Place. A diverse selection of restaurants, bars and shopping venues as well as many of the city's top sights and the European Commission in the near vicinity, and it is just 200 m to a stop for the local bus service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1152262.67" OriginalAmount="1076881" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="50.846225748374" Longitude="4.3549887835979" StarRating="4" HotelCode="25173|25647" HotelName="Novotel Brussels off Grand Place" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/12/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Rue du Marché Aux Herbes, 1000 Brüssel</AddressLine>
          </AddressLines>
          <CityName>Brussels</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/36628/a_36628_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of the historical city just a few minutes from links to the public transport network (about 200 m away). Brussels airport is to be found some 30 minutes from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1429947.72" OriginalAmount="1336399.74" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|656629" HotelName="AMIGO" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/958694_foto_1.jpg</HotelPictures>
        <HotelDescription>This hotel revels in its prime location, lying at the heart of the city of Brussels. This luxurious hotel is situated on Grand Place, lying within easy access of the main attractions that this wonderful city has to offer. Guests will find themselves in close proximity to a myriad of shopping opportunities, dining options, entertainment venues and the European Commission. The hotel is located just 200 metres away from links to the public transport network. This delightful hotel enjoys an intriguing Flemish design, exuding elegance and sophistication. The guest rooms are beautifully designed, and feature modern amenities for added comfort and convenience. Guests are invited to take advantage of the wide range of facilities and services that the hotel has to offer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="601824.38" OriginalAmount="562452.69" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|667023" HotelName="NHOW BRUSSELS BLOOM" Meals="ONLY BED" BedType="ONLY BEDONLY BEDONLY BED">
        <Address>
          <AddressLines>
            <AddressLine xsi:nil="true" />
          </AddressLines>
          <CityName>BRUSSELS</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>NHow Brussels Bloom is a unique art-themed hotel conveniently situated in the lively Botanique area of the city. Decorated with work by artists from all over the world, this creative, contemporary setting is a destination in itself. Just 15 minutes from Brussels Airport and Brussels North station, it's also close to public transport, and a 15-minute walk from the historic city center.  Each of the hotel's 305 rooms is decorated with hand-painted frescos, created by 287 different artists. Panorama rooms on the higher floors boast city views.  The hotel has its own waffle van in the OO! restaurant where you can enjoy an extensive breakfast buffet. For drinks, the chief bartender at Smoods bar can create any cocktail you can think of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Air Conditioning,Conference Hall,Massage Centre,Room Service,Sauna,Swimming Pool,Currency Exchange,Bicycle Rental,Diet Meals,Lounge,Wheelchair Access,Jacuzzi,Nightclub,Golf,24 Hour Power Supply,24 Hour Security,Printer,Wake-up Call Service,Heated Pool,Spa,Kitchen,Meeting Room,Pets allowed,Smoking Rooms,Garden,Housekeeping,Library,24 Hour Front Desk,Business Centre,Elevator,LCD/Projector,Luggage Storage,Coffee Shop,Parking</BasicAmenities>
    <HotelRating>3,5,4,2,1,3.5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,HISTORIC HOTEL,APARTMENT HOTEL,AIRPORT HOTEL,APARTHOTEL,CLUB RESORT,SPA HOTEL,GOLF HOTEL,COUNTRY HOUSE,HOSTELS,ECO 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
eb6d8d39-9488-4d43-a273-9bff5d56c4ce|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="eb6d8d39-9488-4d43-a273-9bff5d56c4ce">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="5890" DestinationId="0" CityId="0" />
    <StayDateRange Start="2024-12-28T00:00:00" End="2025-01-01T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="34541|16013" SourceId="8" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Ezevisatravel" Password="Karachi@1" RequestedCurrency="PKR" ClientNationality="pk" ClientCountry="Pakistan" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
eb6d8d39-9488-4d43-a273-9bff5d56c4ce|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="eb6d8d39-9488-4d43-a273-9bff5d56c4ce" TimeStamp="0001-01-01T00:00:00" HotelName="Best Western City Centre" HotelCode="34541|16013" StarRating="3" GTCityId="5890" CountryCode="BE" CityName="Brussels" CountryName="Belgium" Address="Square Victoria Regina 9, 1210 Brüssel" PostCode="1210" PhoneNo="+3222190661" FaxNo="+3222193882" Email="info@citycentre.be" CheckInTime="24-Hour" CheckOutTime="24-Hour" Latitude="50.856113380714" Longitude="4.362840950489" SourceId="8" Currency="PKR"><RoomTypes><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY|Room 3: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Room RUN OF HOUSE|Room 2: Room RUN OF HOUSE|Room 3: Room RUN OF HOUSE" RoomTypeCode="20241228$20250101$W$227$16013$ROO.RO-2$ID_B2B_69$RO$TPKG$3~2~0$$P@07~A-SIC~2298c7~-1333657476~N~~~NOR~~2E31A1D6C5464E6172993969980405AAUK007300500012082298c7^20241228$20250101$W$227$16013$ROO.RO-2$ID_B2B_69$RO$TPKG$3~2~0$$P@07~A-SIC~2298c7~-1333657476~N~~~NOR~~2E31A1D6C5464E6172993969980405AAUK007300500012082298c7^20241228$20250101$W$227$16013$ROO.RO-2$ID_B2B_69$RO$TPKG$3~2~0$$P@07~A-SIC~2298c7~-1333657476~N~~~NOR~~2E31A1D6C5464E6172993969980405AAUK007300500012082298c7|8|MjI0Ny40MnxFVVJ8MjAyNC0xMi0yNQ==" OriginalAmount="694109" TotalPrice="742697.10" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/12/2024"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Carpeting|Central Heating|Safe|Balcony/Terrace|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2024-12-21T00:00:00" End="2024-12-24T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="234964.80" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://dmcsquare.b-cdn.net/Images/54650/a_54650_A2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/a_54650_B2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/a_54650_C2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/w_54650_D2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/w_54650_E2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/w_54650_F2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/w_54650_G2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/w_54650_H2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/w_54650_I2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/w_54650_J2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/w_54650_K2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/w_54650_L2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/w_54650_M2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/w_54650_N2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/gt_54650_O2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/gt_54650_P2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/gt_54650_Q2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/l_54650_R2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/l_54650_S2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/k_54650_T2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/k_54650_U2.jpg" /><Image Url="https://dmcsquare.b-cdn.net/Images/54650/gt_54650_V2.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located at the heart of Brussels, only a 5-minute walk from Nord train station and Place Rogier underground station. The Botanical Gardens lie opposite the hotel and within a short walk guests will reach the shopping area and Grand Place. The airport lies around 6 km away.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel has a lift and features 7 single rooms and 42 double rooms. Staffed 24 hours a day, the reception desk makes check-in and check-out easy. Services and facilities include a safe, a babysitting service, a laundry service and a business centre. Wireless internet access allows guests to stay connected while on holiday. Parking facilities available to guests include a garage and a car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Individually adjustable heating ensures that rooms maintain just the right temperature. A balcony is included as standard in some rooms. All rooms are carpeted and include a double bed. Children's beds can be requested for younger guests. A safe and a minibar are also available. Additional features include a refrigerator, a mini fridge and a tea/coffee station. A direct dial telephone, a television with satellite/cable channels, a radio and WiFi provide all the essentials for a comfortable holiday. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. The hotel has family rooms and non-smoking rooms. 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 establishment: American Express, VISA, Diners Club 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;Extra Info: &lt;/b&gt;Please note that there is paid public parking in front of the hotel. There are no other parking facilities.
&lt;br /&gt;
&lt;br /&gt;Please note that the hotel does not have facilities or rooms for people who have difficulty walking due to handicap or physical impairments.
&lt;br /&gt;
&lt;br /&gt;A city tax of EUR 4.24 per person, per night is required.
&lt;br /&gt;
&lt;br /&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>32-2-2193882</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>32-2-2190661</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>Located on main road</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>1998</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2002</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>49</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Single Rooms</Description><Value>7</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>42</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>EC Card</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour check-in</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with non-smoking area</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>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Garage</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>City Centre</Description><Value>1000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Tourist Centre</Description><Value>1000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Park</Description><Value>100 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Shopping opportunities</Description><Value>500 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Restaurants</Description><Value>500 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Public Transport</Description><Value>500 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bus Station</Description><Value>500 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Train Station</Description><Value>500 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
eb6d8d39-9488-4d43-a273-9bff5d56c4ce|RateHawkSearch|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
eb6d8d39-9488-4d43-a273-9bff5d56c4ce|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="eb6d8d39-9488-4d43-a273-9bff5d56c4ce">
  <Rooms>
    <Room RoomType="Room 1: Room RUN OF HOUSE" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: Room RUN OF HOUSE" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 3: Room RUN OF HOUSE" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="Ezevisatravel" Password="Karachi@1" RequestedCurrency="PKR" ClientNationality="PK" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="34541|16013" SourceId="8" RoomTypeCode="20241228$20250101$W$227$16013$ROO.RO-2$ID_B2B_69$RO$TPKG$3~2~0$$P@07~A-SIC~2298c7~-1333657476~N~~~NOR~~2E31A1D6C5464E6172993969980405AAUK007300500012082298c7^20241228$20250101$W$227$16013$ROO.RO-2$ID_B2B_69$RO$TPKG$3~2~0$$P@07~A-SIC~2298c7~-1333657476~N~~~NOR~~2E31A1D6C5464E6172993969980405AAUK007300500012082298c7^20241228$20250101$W$227$16013$ROO.RO-2$ID_B2B_69$RO$TPKG$3~2~0$$P@07~A-SIC~2298c7~-1333657476~N~~~NOR~~2E31A1D6C5464E6172993969980405AAUK007300500012082298c7|8|MjI0Ny40MnxFVVJ8MjAyNC0xMi0yNQ==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2024-12-28T00:00:00" End="2025-01-01T00: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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
eb6d8d39-9488-4d43-a273-9bff5d56c4ce|RestelBlock|exception while supplier booking interation||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Deserialize:-There is an error in XML document (0, 0).|System.InvalidOperationException: There is an error in XML document (0, 0). ---> System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlReader.MoveToContent()
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderCheckRatesRS.Read10_CheckRatesRS()
   --- End of inner exception stack trace ---
   at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
   at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
   at Core.Common.Deserialize[T](String toDeserialize) in G:\Trivender PC\WorldwideDMCV2\Core\Common\Common\Common.cs:line 20||False